新手上路
- 积分
- 38
- 金钱
- 38
- 注册时间
- 2015-7-5
- 在线时间
- 4 小时
|
1金钱
我使用ZET6实验41 图片显示实验例程更改cpu为stm32f103vct6后编译提示堆栈不够,我调整了堆栈的设置还是编译不通过
linking...
..\OBJ\test.axf: Error: L6406E: No space in execution regions with .ANY selector matching ili93xx.o(.data).
..\OBJ\test.axf: Error: L6406E: No space in execution regions with .ANY selector matching w25qxx.o(.data).
..\OBJ\test.axf: Error: L6406E: No space in execution regions with .ANY selector matching diskio.o(.data).
..\OBJ\test.axf: Error: L6406E: No space in execution regions with .ANY selector matching key.o(.data).
..\OBJ\test.axf: Error: L6406E: No space in execution regions with .ANY selector matching gif.o(.data).
..\OBJ\test.axf: Error: L6407E: Sections of aggregate size 0x180c bytes could not fit into .ANY selector(s).
Not enough information to list image symbols.
Not enough information to list the image map.
Finished: 2 information, 0 warning and 24 error messages.
"..\OBJ\test.axf" - 24 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:06
调整了startup_stm32f10x_hd.s内堆栈大小分配
Stack_Size EQU 0x00001000
Heap_Size EQU 0x00000200
问题依旧
|
|