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.

SYS/BIOS CSL Int40 Conflict

Hi,

I get the following error when including firstly #include <xdc/std.h> and then #include <csl_gpio.h> in my SYS/BIOS project:

"C:/ti/C6xCSL/include/csl_stdinc.h", line 57: error #258: invalid redeclaration of type name "Int40" (declared at line 133 of "C:/ti/xdctools_3_22_04_46/packages/ti/targets/std.h")
1 error detected in the compilation of "../main.cpp".

For some reason the declaration of Int40 in csl_stdinc.h is not ignored when including <xdc/std.h>.

I am using SYS/BIOS 6.32.5.54.

Any ideas?

Thank you.

Jan.