完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
CMD文件报错,请问能不能改变MEMERY[ ]里面的内存段的大小啊 。比如说我想将SHRAM o = 0x80000000 l = 0x00020000这个128k的内存段改大一点。有没有人遇到过类似的问题,怎么解决的。 |
|
相关推荐
6 个讨论
|
|
这是工程中原始的CMD文件中报的错 **** Build of configuration Debug for project test **** "D:\CCS7\ccsv7\utils\bin\gmake" -k -j 4 all -O 'Building target: test.out' 'Invoking: C6000 Linker' "D:/CCS7/ccsv7/tools/compiler/ti-cgt-c6000_8.1.4/bin/cl6x" -mv6740 -g --define=c6748 --diag_wrap=off --display_error_number --diag_warning=225 -z -m"test.map" --stack_size=0x800 --heap_size=0x800 -i"D:/CCS7/ccsv7/tools/compiler/ti-cgt-c6000_8.1.4/lib" -i"D:/CCS7/ccsv7/tools/compiler/ti-cgt-c6000_8.1.4/include" --reread_libs --display_error_number --diag_wrap=off --warn_sections --xml_link_info="test_linkInfo.xml" --rom_model -o "test.out" "./EMIFAPinmuxSetup.obj" "./FFT.obj" "./FindN.obj" "./GetParameter.obj" "./GrLine.obj" "./fontcm40.obj" "./lcd.obj" "./main.obj" "../C6748.cmd" -llibc.a "../C6748.cmd", line 45: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".far" size 0xc7432 . Available memory ranges: SHRAM size: 0x20000 unused: 0x16208 max hole: 0x16208 undefined first referenced symbol in file --------- ---------------- CacheEnable ./main.obj CacheEnableMAR ./main.obj CacheWB ./main.obj ConfigRasterDisplayEnable ./lcd.obj EMIFAAsyncDevDataBusWidthSelect ./main.obj EMIFAAsyncDevOpModeSelect ./main.obj EMIFAExtendedWaitConfig ./main.obj EMIFAWaitTimingConfig ./main.obj GPIODirModeSet ./lcd.obj GPIOPinRead ./main.obj GPIOPinWrite ./lcd.obj GrCircleDraw ./GrLine.obj GrCircleFill ./GrLine.obj GrContextInit ./lcd.obj GrLineDraw ./GrLine.obj >> Compilation failure makefile:148: recipe for target 'test.out' failed GrOffScreen16BPPInit ./lcd.obj GrRectDraw ./GrLine.obj GrRectFill ./GrLine.obj GrStringDraw ./GrLine.obj GrStringWidthGet ./main.obj IntDSPINTCInit ./main.obj IntEnable ./lcd.obj IntEventClear ./lcd.obj IntEventMap ./lcd.obj IntGlobalEnable ./main.obj IntRegister ./lcd.obj LCDPinMuxSetup ./lcd.obj PSCModuleControl ./lcd.obj RasterClearGetIntStatus ./lcd.obj RasterClkConfig ./lcd.obj RasterDMAConfig ./lcd.obj RasterDMAFBConfig ./lcd.obj RasterDisable ./lcd.obj RasterEnable ./lcd.obj RasterEndOfFrameIntEnable ./lcd.obj RasterFIFODMADelayConfig ./lcd.obj RasterHparamConfig ./lcd.obj RasterIntStatus ./lcd.obj RasterLSBDataOrderSelect ./lcd.obj RasterModeConfig ./lcd.obj RasterNibbleModeDisable ./lcd.obj RasterTiming2Configure ./lcd.obj RasterVparamConfig ./lcd.obj TimerConfigure ./main.obj TimerEnable ./main.obj TimerIntDisable ./main.obj TimerIntEnable ./main.obj TimerIntStatusClear ./main.obj TimerPeriodSet ./main.obj TouchDetect ./main.obj TouchInit ./main.obj g_sFontCm24 ./GrLine.obj touch_flag ./main.obj error #10234-D: unresolved symbols remain error #10010: errors encountered during linking; "test.out" not built gmake[1]: *** [test.out] Error 1 gmake: *** [all] Error 2 makefile:144: recipe for target 'all' failed **** Build Finished **** 将SHRAM改为DDR2后.far上面的×没了(编译通过了?),报了后来的错 **** Build of configuration Debug for project test **** "D:\CCS7\ccsv7\utils\bin\gmake" -k -j 4 all -O 'Building target: test.out' 'Invoking: C6000 Linker' "D:/CCS7/ccsv7/tools/compiler/ti-cgt-c6000_8.1.4/bin/cl6x" -mv6740 -g --define=c6748 --diag_wrap=off --display_error_number --diag_warning=225 -z -m"test.map" --stack_size=0x800 --heap_size=0x800 -i"D:/CCS7/ccsv7/tools/compiler/ti-cgt-c6000_8.1.4/lib" -i"D:/CCS7/ccsv7/tools/compiler/ti-cgt-c6000_8.1.4/include" --reread_libs --display_error_number --diag_wrap=off --warn_sections --xml_link_info="test_linkInfo.xml" --rom_model -o "test.out" "./EMIFAPinmuxSetup.obj" "./FFT.obj" "./FindN.obj" "./GetParameter.obj" "./GrLine.obj" "./fontcm40.obj" "./lcd.obj" "./main.obj" "../C6748.cmd" -llibc.a undefined first referenced symbol in file --------- ---------------- CacheEnable ./main.obj CacheEnableMAR ./main.obj CacheWB ./main.obj ConfigRasterDisplayEnable ./lcd.obj EMIFAAsyncDevDataBusWidthSelect ./main.obj EMIFAAsyncDevOpModeSelect ./main.obj EMIFAExtendedWaitConfig ./main.obj EMIFAWaitTimingConfig ./main.obj GPIODirModeSet ./lcd.obj GPIOPinRead ./main.obj GPIOPinWrite ./lcd.obj GrCircleDraw ./GrLine.obj GrCircleFill ./GrLine.obj GrContextInit ./lcd.obj GrLineDraw ./GrLine.obj GrOffScreen16BPPInit ./lcd.obj GrRectDraw ./GrLine.obj GrRectFill ./GrLine.obj GrStringDraw ./GrLine.obj GrStringWidthGet ./main.obj IntDSPINTCInit ./main.obj IntEnable ./lcd.obj >> Compilation failure makefile:148: recipe for target 'test.out' failed IntEventClear ./lcd.obj IntEventMap ./lcd.obj IntGlobalEnable ./main.obj IntRegister ./lcd.obj LCDPinMuxSetup ./lcd.obj PSCModuleControl ./lcd.obj RasterClearGetIntStatus ./lcd.obj RasterClkConfig ./lcd.obj RasterDMAConfig ./lcd.obj RasterDMAFBConfig ./lcd.obj RasterDisable ./lcd.obj RasterEnable ./lcd.obj RasterEndOfFrameIntEnable ./lcd.obj RasterFIFODMADelayConfig ./lcd.obj RasterHparamConfig ./lcd.obj RasterIntStatus ./lcd.obj RasterLSBDataOrderSelect ./lcd.obj RasterModeConfig ./lcd.obj RasterNibbleModeDisable ./lcd.obj RasterTiming2Configure ./lcd.obj RasterVparamConfig ./lcd.obj TimerConfigure ./main.obj TimerEnable ./main.obj TimerIntDisable ./main.obj TimerIntEnable ./main.obj TimerIntStatusClear ./main.obj TimerPeriodSet ./main.obj TouchDetect ./main.obj TouchInit ./main.obj g_sFontCm24 ./GrLine.obj touch_flag ./main.obj error #10234-D: unresolved symbols remain error #10010: errors encountered during linking; "test.out" not built gmake[1]: *** [test.out] Error 1 makefile:144: recipe for target 'all' failed gmake: *** [all] Error 2 **** Build Finished **** |
|
|
|
|
|
fqweerw 发表于 2020-8-4 07:22 不需要贴这么长的同一个error,这个error error #10234-D: unresolved symbols remain就是告诉用户这些函数没有找到。看看***子: http://processors.wiki.ti.com/index.php/Main_Page Think Over Before Asking. http://www.catb.org/~esr/faqs/smart-questions.html#goal |
|
|
|
|
|
只有小组成员才能发言,加入小组>>
NA555DR VCC最低电压需要在5V供电,为什么用3.3V供电搭了个单稳态触发器也使用正常?
665 浏览 3 评论
MSP430F249TPMR出现高温存储后失效了的情况,怎么解决?
591 浏览 1 评论
对于多级放大电路板,在PCB布局中,电源摆放的位置应该注意什么?
1045 浏览 1 评论
726 浏览 0 评论
普中科技F28335开发板每次上电复位后数码管都会显示,如何熄灭它?
519 浏览 1 评论
请问下tpa3220实际测试引脚功能和官方资料不符,哪位大佬可以帮忙解答下
153浏览 20评论
请教下关于TAS5825PEVM评估模块原理图中不太明白的地方,寻求答疑
119浏览 14评论
在使用3254进行录音的时候出现一个奇怪的现象,右声道有吱吱声,请教一下,是否是什么寄存器设置存在问题?
122浏览 13评论
TLV320芯片内部自带数字滤波功能,请问linein进来的模拟信号是否是先经过ADC的超采样?
120浏览 12评论
TPA6304-Q1: TPA6304 两片公用一组I2C的话,其中一片配置不成功怎么办
163浏览 10评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-20 08:32 , Processed in 0.842526 second(s), Total 54, Slave 48 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号