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
-----------------------------------
Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.
Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.
Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide
Click here to track an issue. Enter your bug id in the "Find Record ID" box
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