Build Error S.O.S.

The build is failing with no error message.

Make: The target “C:\FIRST2006\02-05-2006\adc.o” is up to date.
Make: The target “C:\FIRST2006\02-05-2006\user_routines_fast.o” is out of date.
Executing: “c:\mcc18\bin\mcc18.exe” -p=18F8722 “user_routines_fast.c” -fo=“user_routines_fast.o” -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066 -D_FRC_BOARD
abnormal program termination
Halting build on first failure as requested.
BUILD FAILED: Wed Feb 08 17:42:28 2006

Well the error message IS “abnormal program termination”. (Admittedly, quite a vague message.)

Have you ever been able to compile? It sounds to me like your mcc18 installation is corrupt. Did you install it from this year’s CD which came in the kit? Can you try reinstalling it?

We had a cast problem (silly problem actually). We had created a struct and for some odd reason we decided to return it as an int. Well, that probably will never work.

The unusual thing is that we recieved no real error message, just the ‘abnormal termination’ statement (no line numbers for illegal cast, etc.)

Interesting stuff. Thanks for the reply!

Sean