Quote:
|
Originally Posted by Steven Carmain
The complier says:
Code:
Executing: "c:mcc18binmcc18.exe" -p=18F8520 "MAIN.C" -fo="MAIN.o" -D_FRC_BOARD -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
C:Steven11_10_04ifi_aliases.h:18: unable to locate 'adc.h'
error 1 spawning c:mcc18bincpp18
Halting build on first failure as requested.
BUILD FAILED: Sat Nov 13 01:02:08 2004
Any Ideas?
|
You appear to be missing ALL your "\"'s.
It should have read:
Code:
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8520 "
Here's a snapshot of the Project Options pop-up in question.