[资料分享] CCS5.2软件编译仿真调试(Clean Project之后)报错解决实例

Jacktang   2017-11-10 21:08 楼主

DSP.com/forum.php?mod=forumdisplay&fid=58" target="_blank" class="relatedlink">CCS5.2软件编译仿真调试(Clean Project之后)0: GEL: Encountered a problem loading file: D:TIiosusb_01_10_01packages iiosusbexamplesusbhosthiduildC6748ccs3inDebughosthid_sample.out Could not open file

出现编译错误7条:
Description Resource Path Location Type
[ ***** USER ERROR ***** - ] usbhosthidcfg.s62 Project build options do not match Global configuration settings. Compiler options do not specify -mv64+, but configuration is for C64x+ usb_host_hid_sample line 385 C/C++ Problem
#5 could not open source file "jos.h" hid_devmgr_app.c /usb_host_hid_sample line 2 C/C++ Problem
#5 could not open source file "jos.h" input_sample.c /usb_host_hid_sample line 3 C/C++ Problem
#5 could not open source file "jos.h" keyboard_app.c /usb_host_hid_sample line 2 C/C++ Problem
#5 could not open source file "jos.h" mouse_app.c /usb_host_hid_sample line 2 C/C++ Problem
#5 could not open source file "usb_evmInit.h" bios_sample_main.c /usb_host_hid_sample line 41 C/C++ Problem
usbhosthidcfg.s62 [E0300] The following symbols are undefined: HWI_INTRMULTHIGH GBL_L2MARMASK HWI_INTRMULTLOW usb_host_hid_sample C/C++ Problem


jos.h 这个文件在: D:TIiosusb_01_10_01packages iiosusb目录下;

解决:

在 工程属性的:build C6000 Compiler里面的Include Options中 ADD一个路径:

D:TIiosusb_01_10_01packages iiosusb

在 C6000 Linker里面也加上参考路径:

D:TIiosusb_01_10_01packages iiosusb

回复评论

暂无评论,赶紧抢沙发吧
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复