用的开发板是eZdsp5535,TI官网上提供烧写程序时要用到的.out文件,即programmer_C5535_eZdsp.out,用CCS V5.4 load 该文件时报错,
Can't find a source file at "C:\Documents and Settings\a0272163\My Documents\Projects\2011-07-25 -C5535 eZdsp Demo - USB_AC - Spectrum Ana - PowMeas\programmer_PG20_B\programmer\src/programmer.c"
Locate the file or edit the source lookup path to include its location.
说是无法打开一个.c文件,应该是说的是无法打开用于生成programmer_C5535_eZdsp.out的工程文件,可是官网上只给出.out文件的下载,也就是所我没有错误报告上所说的.c文件。之前我用CCS v4可以加载该.out文件不会报错,可以正常向板子上烧写程序,用CCS v5貌似不能值load单独的.out文件,必须搭配工程文件,想问问各位高手这种情况该如何解决,即如何使用CCSV5仅加载.out文件 |