Other Parts Discussed in Thread: CONTROLSUITE
Hi,
I have some troubles with a project for the c28 core (28M36P63C2). I don't get any errors in the "Problems" window when I compile it but the .out file is not generated.
Actually, when I take a look to the Console, I can see these errors:
...........................................................................................
--define="_DEBUG" --define="_FLASH" --define="LARGE_MODEL" --diag_warning=225 --preproc_with_compile --preproc_dependency="startup_css.pp" "../startup_css.c"
"C:\Users\Marc\AppData\Local\Temp\0462411", ERROR! at line 168: [E0003]
Syntax error - Operand 2
b.w _c_int00
"C:\Users\Marc\AppData\Local\Temp\0462411", ERROR! at line 168: [E0003]
Expecting condition code as operand
b.w _c_int00
"C:\Users\Marc\AppData\Local\Temp\0462411", ERROR! at EOF: [E0300]
The following symbols are undefined:
.w
3 Assembly Errors, No Assembly Warnings
Errors in Source - Assembler Aborted
>> Compilation failure
gmake: *** [startup_css.obj] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
I don't know how to fix it. If someone has an idea... :-)
Thank your for your helping,
Marc