新手上路
- 积分
- 25
- 金钱
- 25
- 注册时间
- 2016-3-21
- 在线时间
- 3 小时
|
1金钱
过程是这样: 我先移植了UCOSIII 用的是第一个LED实验模板,移植成功了,能正常运行。当我在移植好UCOSIII的工程中添加MALLOC的程序块时就报这样的错误,添加emWin 的移植也是这个错误。
错误信息如下:
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching malloc.o(.data).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching lcd.o(.bss).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching os_prio.o(.data).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching usart.o(.data).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching lcd.o(.data).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching delay.o(.data).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching key.o(.data).
..\OBJ\LED.axf: Error: L6407E: Sections of aggregate size 0x23c8 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 17 error messages.
"..\OBJ\LED.axf" - 17 Error(s), 0 Warning(s).
|
|