This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HALCOGEN v03.08.01 and TMS570LS20216SZWT_FREERTOS project errors

Other Parts Discussed in Thread: HALCOGEN

hi.

I try to create a new project in HALCOGEN v03.08.01 as usual. but when compiling it with ccs 5.5.0.00077, it gives many errors.

for example:

"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 156: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 252: error #29: expected an expression
>> Compilation failure
"../source/os_list.c", line 81: error #29: expected an expression
8 errors detected in the compilation of "../source/os_list.c".
gmake: *** [source/os_list.obj] Error 1
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 113: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 119: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 125: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 131: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 143: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 156: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 252: error #29: expected an expression
"../source/os_mpu_wrappers.c", line 87: error #29: expected an expression
8 errors detected in the compilation of "../source/os_mpu_wrappers.c".
gmake: *** [source/os_mpu_wrappers.obj] Error 1
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 113: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 119: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 125: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 131: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 143: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 156: error #29: expected an expression
"/home/demon/devel/halcogen_801/include/os_portmacro.h", line 252: error #29: expected an expression
"../source/os_port.c", line 127: error #29: expected an expression
"../source/os_port.c", line 143: error #29: expected an expression
"../source/os_port.c", line 149: error #29: expected an expression
10 errors detected in the compilation of "../source/os_port.c".
gmake: *** [source/os_port.obj] Error 1
"../source/os_portasm.asm", ERROR!  : [E0000] Can't find end of 'portSAVE_CONTEXT' macro definition starting on line 66 -- Aborting!

in v03.08.00 it worked as expected.
new version generate incorrect code or I'm missing something ?