中级会员
- 积分
- 248
- 金钱
- 248
- 注册时间
- 2015-7-24
- 在线时间
- 32 小时
|
1金钱
本帖最后由 a1154870074 于 2016-8-15 20:05 编辑
MINI STM32f10x 能移植LWIP吗?移植后出现如下错误
linking...
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching malloc.o(.bss).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f10x_md.o(STACK).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f10x_md.o(HEAP).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching usmart_config.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching usart.o(.bss).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching etharp.o(.bss).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching libspace.o(.bss).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching lwip_comm.o(.bss).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching memp.o(.bss).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching tcp.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching tcp_in.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching usmart.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching malloc.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching system_stm32f10x.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching stm32f10x_rcc.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching spi.o(.bss).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching ip.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching enc28j60.o(.bss).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching ip_addr.o(.bss).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching mem.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching tcp_in.o(.bss).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching lcd.o(.bss).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching lwip_comm.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching timers.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching netif.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching udp.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching usart.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching ip_frag.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching delay.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching lcd.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching memp.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching raw.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching key.o(.data).
..\OBJ\NRF24L01.axf: Error: L6406E: No space in execution regions with .ANY selector matching etharp.o(.data).
..\OBJ\NRF24L01.axf: Error: L6407E: Sections of aggregate size 0xb504 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 35 error messages.
"..\OBJ\NRF24L01.axf" - 35 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:03
|
|