Quote:
|
Originally Posted by Mike
Ok, so I did that. I also had to have a custom error suppressantt added to my build options, so I now use the "User alternate settings" function. So to add a macro, I found out that I needed to append -D_MACRO_NAME to my build options. My total build options are now
Code:
-D_FRC_BOARD -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066
But now I get the error
Any idea of what's wrong now?
|
I believe this is akin to the infamous syntax error. It decided it didn't like you, or something.
First try cleaning the project and rebuilding (in case of file corruption). Then try changing some compilation options. (eg, optimization)