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 + CSLr

Other Parts Discussed in Thread: OMAP-L137, SYSBIOS

Hello,

I'm using CCS 4.2.3 to develop an application using SYS/BIOS (6.31) and CSLr for the OMAP-L137/C6747. The application is made up of an RTSC configuration project and a C project. The C project uses the #include <tistdtypes.h> for CSLr and #include <xdc/std.h> for RTSC/XDC. But these two header files have some typedef statements that declare types with the same names, for example Int8, Uint8, etc. This situation causes build errors like:

""Int8" has already been declared in the current scope    C:/Work/ti/xdctools_3_20_08_88/packages/xdc    std.h    line 206"

I don't know how I can avoid including <xdc/std.h> and the other xdc and sysbios headers because the C project requires knowledge of the xdc and sysbios structures and functions.

What am I doing wrong?

Thanks,

SC