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