I am porting a project from Code Composer 3.3 to 5.1. I have the project successfully building with BIOS 5.41, but I would like to use BIOS 5.20 since that is what I was using before. When I compile I get the following errors:
#10010 errors encountered during linking; "C:/NG EM Controller Firmware 5900 EM main C/C++ Problem
<a href="file:/C:/ti/ccsv5/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain 5900 EM main C/C++ Problem
unresolved symbol _HWI_D_inhwi, first referenced in C:\NG 5900 EM main C/C++ Problem
unresolved symbol _SWI_D_inswi, first referenced in C:\NG 5900 EM main C/C++ Problem
Any idea what I can change to get it to work with the older BIOS version?
Thanks