我使用的EZDSP5535开发板,使用CCS5.5下载的时候,一切正常,但是使用CCS6.1进行下载的时候,总是提示“Can't find a source file at "exit.c" ”,程序下载不进去
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.
你好,我和楼主一样的问题,C5535加外部SPI FLASH放程序,然后在http://support.spectrumdigital.com/boards/ezdsp5535/下载的TI SPI Flash Programmer,用CCS6.1 load了programmer_C5535_eZdsp.out,根据提示输入了bin文件路径,最终出现下列错误:
Can't find a source file at "/tmp/TI_MKLIB4kQNZn/SRC/exit.c"
Locate the file or edit the source lookup path to include its location.
后来改用SPI Boot Files里的spiflash_writer试试,同样出现上面提示,求大神解救,小弟开发环境为CCS6.1,是否和版本过高有关系?