| 本帖最后由 shejishi0225 于 2014-12-4 11:22 编辑 
 
 OMAP-L138_FlashAndBootUtils TI 的烧写工具集 中的SPI1 flash启动,   代码编译时出现如下错误,该如何解决?undefined          first referenced symbol                in file
 ---------          ----------------
 EXTERNAL_RAM_END   C:/ti/OMAP-L138_FlashAndBootUtils_2_40/OMAP-L138/CCS/SPIWriter/DSP/util.obj
 EXTERNAL_RAM_START C:/ti/OMAP-L138_FlashAndBootUtils_2_40/OMAP-L138/CCS/SPIWriter/DSP/util.obj
 
 
 error #10234-D: unresolved symbols remain
 error #10010: errors encountered during linking; "C:/ti/OMAP-L138_FlashAndBootUtils_2_40/OMAP-L138/CCS/SPIWriter/SPIWriter_DSP/../../../../OMAP-L138/CCS/SPIWriter/DSP/SPIWriter_OMAP-L138.out" not built
 
 
 EXTERNAL_RAM_END及EXTERNAL_RAM_START该如何定义呢? 
 在util.c文件中对其定义如下: extern __FAR__ Uint32 EXTERNAL_RAM_START, EXTERNAL_RAM_END; 
 
 
 
 
 |