Hi,all.
When I used CCSv5.1,Ihave met the errors as followe. The std.h file that I have inclued,why these problems shappen?
How to do with it?
Regards.
JQ zhao
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.
Hi,all.
When I used CCSv5.1,Ihave met the errors as followe. The std.h file that I have inclued,why these problems shappen?
How to do with it?
Regards.
JQ zhao
Hello JQ,
The screenshot capture is too small so I can't make out some of the text. But I can see that it is not complaining that it can't find std.h, but that it cannot resolve references made in std.h. This is very likely because you are missing a library in your build.
Thanks
ki
Thanks
I am sorry for the capture. The errors are as below:
#20 identifier "xdc_Arg" is undefined dm6437_demo line 93,external location:C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\xdc\rts\std.h C/C++ Problem
#20 identifier "xdc_Int16" is undefined dm6437_demo line 96,external location:C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\xdc\rts\std.h C/C++ Problem
#20 identifier "xdc_Int32" is undefined dm6437_demo line 97,external location:C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\xdc\rts\std.h C/C++ Problem
#20 identifier "xdc_Int8" is undefined dm6437_demo line 95,external location:C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\xdc\rts\std.h C/C++ Problem
#20 identifier "xdc_UInt16" is undefined dm6437_demo line 103,external location:C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\xdc\rts\std.h C/C++ Problem
#20 identifier "xdc_UInt16" is undefined dm6437_demo line 112,external location:C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\xdc\rts\std.h C/C++ Problem
#20 identifier "xdc_UInt32" is undefined dm6437_demo line 104,external location:C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\xdc\rts\std.h C/C++ Problem
#20 identifier "xdc_UInt32" is undefined dm6437_demo line 113,external location:C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\xdc\rts\std.h C/C++ Problem
#20 identifier "xdc_UInt8" is undefined dm6437_demo line 102,external location:C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\xdc\rts\std.h C/C++ Problem
#20 identifier "xdc_UInt8" is undefined dm6437_demo line 111,external location:C:\CCStudio_v3.3\bios_5_31_07\xdctools\packages\xdc\rts\std.h C/C++ Problem
I have added the same .h and .lib file as same as In CCS3.3. However,there are errors,how to do with it?
Regards