OpenEdv-开源电子网

 找回密码
 立即注册
正点原子全套STM32/Linux/FPGA开发资料,上千讲STM32视频教程免费下载...
查看: 3053|回复: 1

MINI STM32f10x 能移植 精英板的LWIP吗?移植后出现如下错误

[复制链接]

24

主题

51

帖子

0

精华

中级会员

Rank: 3Rank: 3

积分
248
金钱
248
注册时间
2015-7-24
在线时间
32 小时
发表于 2016-8-15 19:53:44 | 显示全部楼层 |阅读模式
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

最佳答案

查看完整内容[请看2#楼]

如果在移植内存管理时设置的内存大小超过实际的内存时就出现如上错误
正点原子逻辑分析仪DL16劲爆上市
回复

使用道具 举报

24

主题

51

帖子

0

精华

中级会员

Rank: 3Rank: 3

积分
248
金钱
248
注册时间
2015-7-24
在线时间
32 小时
 楼主| 发表于 2016-8-15 19:53:45 | 显示全部楼层
如果在移植内存管理时设置的内存大小超过实际的内存时就出现如上错误
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则



关闭

原子哥极力推荐上一条 /2 下一条

正点原子公众号

QQ|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )

GMT+8, 2024-11-24 21:42

Powered by OpenEdv-开源电子网

© 2001-2030 OpenEdv-开源电子网

快速回复 返回顶部 返回列表