Troubleshooting (UNIX)
The Simulator does not produce a xxx.sim file
- make sure that you have a C compiler in your PATH
The Code Generator generates files, but does not compile them
- make sure that the compiler is in sync with geodeb_unix_env (ANSI / NOANSI) and gce_unix (ANSI / NOANSI, path to the compiler in variable CC)
- make sure your compiler is present in your PATH variable.
- make sure that you have “.” before $OG/xxx in your PATH
- “which make” should return /usr/ccs/bin/make
G_terminator fails to kill the processes
- which ps # the answer should be “/bin/ps”, or “/usr/bin/ps”, NOT “/usr/ucb/ps”, the syntax is different
The Design Tracer does not start
- which pilot # the answer should be $OG/bin/pilot