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.

工程编译提示CMD文件有未定义的符号 BOOTROM

Other Parts Discussed in Thread: TMS320F28335

Description Resource Path Location Type #10104 undefined symbol "BOOTROM" used in expression NK5730_AD_RAMcfg.cmd /NK5730_AD/BIOS line 78 C/C++ Problem

 Description Resource Path Location Type #10104 undefined symbol "FLASH" used in expression NK5730_AD_RAMcfg.cmd /NK5730_AD/BIOS line 77 C/C++ Problem

.........

 /* OBJECT ALIASES */ _PIEVECT = PIEVECT; _MSARAM = MSARAM; _L03SARAM = L03SARAM; _L47SARAM = L47SARAM; _OTP = OTP; _FLASH = FLASH; _BOOTROM = BOOTROM;

 cmd文件是用DSP/BIOS配置软件生成, *.cmd , *.cbd , *.h28, *.s28 都加到工程里了,*.s28文件里好像都有上面的定义呀,虚心请教解决方法。