Quote:
|
Originally Posted by NASAbound1636
Ignore this, I fixed That problem, but now a new one pops up and it says this:
Make: The target "C:\Documents and Settings\jeffco\Desktop\autonomous.c\static output.o" is out of date.
Executing: "C:\mcc18\bin\mcc18.exe" -p=18F8722 "static output.c" -fo="static output.o" /i"C:\Documents and Settings\jeffco\Desktop\012406c" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
C:\Documents and Settings\jeffco\Desktop\autonomous.c\static output.c:55:Error: syntax error
Skipping link step. Not all sources built successfully.
BUILD FAILED: Mon Jan 30 15:55:19 2006
|
If I remember correctly, the tools choke if your path or file name have an embedded space. Move your project off your desktop to something like c:\code and rename your source file(s) static_output.c, etc.
-Kevin