OpenEdv-开源电子网

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

STM32F103VET6 移植w25q64虚拟U盘程序出现NO space...请问如何解决呢?

[复制链接]

15

主题

31

帖子

0

精华

初级会员

Rank: 2

积分
94
金钱
94
注册时间
2017-3-17
在线时间
25 小时
发表于 2017-6-29 20:25:33 | 显示全部楼层 |阅读模式
1金钱
stm32f103vet6 挂了一个w25q64. 如果单单是用原子的虚拟u盘的例程.不会有错,可以成功.但是我把应用程序加进去后.就不行了.编译结果如下
linking...
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching memory.o(.bss).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching common.o(.bss).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching common.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_bot.o(.bss).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_prop.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching memory.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching scsi_data.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching scsi_data.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_prop.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_init.o(.bss).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching mass_mal.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_istr.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_istr.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_desc.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching stm32f10x_rcc.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching scsi_data.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching systick.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_init.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching scsi_data.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_bot.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching lithium_bat.o(.bss).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching scsi_data.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching scsi_data.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching rtc.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching scsi_data.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_core.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_int.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching scsi_data.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_pwr.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching stdout.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_init.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_istr.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_prop.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching lcd_botton.o(.data).
..\output\PX-three.axf: Error: L6406E: No space in execution regions with .ANY selector matching usb_init.o(.data).
..\output\PX-three.axf: Error: L6407E: Sections of aggregate size 0x4558 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 37 error messages.
"..\output\PX-three.axf" - 37 Error(s), 3 Warning(s).
Target not created.
Build Time Elapsed:  00:00:09


网上有说内存溢出,或者rom不够.但是rom肯定是够的了.512K啊. 谁有解决方向的.请告知一下.谢谢.



最佳答案

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

将内存管理的内存池改小
正点原子逻辑分析仪DL16劲爆上市
回复

使用道具 举报

530

主题

11万

帖子

34

精华

管理员

Rank: 12Rank: 12Rank: 12

积分
165540
金钱
165540
注册时间
2010-12-1
在线时间
2117 小时
发表于 2017-6-29 20:25:34 | 显示全部楼层
将内存管理的内存池改小
回复

使用道具 举报

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

本版积分规则



关闭

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

正点原子公众号

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

GMT+8, 2025-8-17 10:19

Powered by OpenEdv-开源电子网

© 2001-2030 OpenEdv-开源电子网

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