Error with xxx.c startup failure - No compiler error message.

Posted By: HoopyDerFrood

Error with xxx.c startup failure - No compiler error message. - 12/14/09 12:54

Hi,

where did the compiler messages go? Im trying to test run my scipts, the statup appears, printing

Compiling xxx.c,
error with xxx.c
startup failure.

and closes itself immediately. There are absolut no hints like "missing semicolon?", "unknown name" or "wrong parameters".

I remeber that there were once many helpful compiler error messages. Where did they go?

Greetings,

Hoopy
Posted By: Ottawa

Re: Error with xxx.c startup failure - No compiler error message. - 12/14/09 14:38

Hi!


Look up

starting the engine.

and
add
-diag to the startup line
The information will be in a .txt file after startup.
Posted By: Quad

Re: Error with xxx.c startup failure - No compiler error message. - 12/14/09 14:50

remove the -eq commandline argument
Posted By: HoopyDerFrood

Re: Error with xxx.c startup failure - No compiler error message. - 12/14/09 15:03

Thank you very much.
© 2024 lite-C Forums