博士
最后登录1970-1-1
在线时间 小时
注册时间2017-9-18
|
最近开始学1052的部分,于是又回到了keil,火哥的例程里面的编译器版本用的5的开了索引会很慢,所以换到6.9来编译,但是经常会出现这个问题:
*** Using Compiler 'V6.9', folder: 'D:\Program Files (x86)\Keil_v5\ARM\ARMCLANG\Bin'
Build target 'itcm_txt_sdram_debug'
compiling main.c...
linking...
.\itcm_txt_sdram_debug\RT1052-Template.axf: Error: L6079E: Subtool invocation error: Error executing armcc. 2??|?3¨à¡ê
.\itcm_txt_sdram_debug\RT1052-Template.axf: Error: L6636E: Pre-processor step failed for '.\MIMXRT1052xxxxx_itcm_txt_sdram.scf'
.\itcm_txt_sdram_debug\RT1052-Template.axf: Error: L6372E: Image needs at least one load region.
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
Finished: 2 information, 0 warning and 3 error messages.
".\itcm_txt_sdram_debug\RT1052-Template.axf" - 3 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:01
如果换回5编译一遍后再换回6.9就能编译成功了,不知道是什么原因引起的,网上也没有看到相关的 |
|