在淘宝上偶然看到,太厉害了。下载下来内容真多。我想问一下楼主,我在编译《4,程序源码\标准例程\实验56 战舰STM32开发板综合实验》这个中的工程时提示出错:
linking...
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching recognition.o(.constdata).
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching recognition.o(.text).
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching ili93xx.o(i.LCD_Init).
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching pyinput.o(.constdata).
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui.o(.constdata).
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching 6502.o(.constdata).
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching test.o(i.system_init).
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching ili93xx.o(.constdata).
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching pyinput.o(.conststring).
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching pow.o(i.pow).
..........................................
..........................................
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching libshutdown.o(.ARM.Collect$$libshutdown$$00000000).
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching pyinput.o(.constdata).
..\OBJ\TEST.axf: Error: L6406E: No space in execution regions with .ANY selector matching usenofp.o(x$fpl$usenofp).
..\OBJ\TEST.axf: Error: L6407E: Sections of aggregate size 0x42f38 bytes could not fit into .ANY selector(s).
..\OBJ\TEST.axf: Not enough information to list image symbols.
..\OBJ\TEST.axf: Not enough information to list the image map.
..\OBJ\TEST.axf: Finished: 2 information, 0 warning and 1573 error messages.
Target not created
不知是什么原因,我已按照楼主发的解决办法试过了,还是不行,谢谢帮我看下楼主。我用的编译器版本信息是:
IDE-Version:
μVision V4.10
Copyright (C) 2010 KEIL, An ARM(R) Company
Tool Version Numbers:
Toolchain: RealView MDK-ARM Version: 4.12
Toolchain Path: BIN40\
C Compiler: Armcc.Exe V4.1.0.481 [Evaluation]
Assembler: Armasm.Exe V4.1.0.481 [Evaluation]
Linker/Locator: ArmLink.Exe V4.1.0.481 [Evaluation]
Librarian: ArmAr.Exe V4.1.0.481 [Evaluation]
Hex Converter: FromElf.Exe V4.1.0.481 [Evaluation]
CPU DLL: SARMCM3.DLL V4.12
Dialog DLL: DARMSTM.DLL V1.47
Target DLL: Segger\JL2CM3.dll V2.00
Dialog DLL: TARMSTM.DLL V1.47
|