新手入门
- 积分
- 21
- 金钱
- 21
- 注册时间
- 2015-7-1
- 在线时间
- 0 小时
|
发表于 2015-7-1 11:36:47
|
显示全部楼层
各位大神求解: uCOS-III V3.03.01 uCOS-II V2.92.07在STM32F1移植.zip.zip 我下载后编译可以通过,在连接的时候提示
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching lib_mem.o(.bss).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching os_cfg_app.o(.bss).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching os_var.o(.bss).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching app.o(.bss).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching cstartup.o(STACK).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching bsp_int.o(.bss).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching os_var.o(.data).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching bsp_ser.o(.bss).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching cpu_core.o(.data).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching cpu_core.o(.bss).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching bsp.o(.data).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching lib_mem.o(.data).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching os_prio.o(.data).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching os_cpu_c.o(.data).
.\Output\OS.axf: Error: L6406E: No space in execution regions with .ANY selector matching bsp_ser.o(.data).
.\Output\OS.axf: Error: L6407E: Sections of aggregate size 0x8dac 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 16 error messages.
".\Output\OS.axf" - 16 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:32
这个提示执行空间不租了,我是用芯片型号是STM32F103C8T6 这个是一款中容量的芯片,以上代码我在大容量的芯片型号编译连接通过,那么针对于STM32F103C8T6 这个型号 应该修改uCOS-III V3.03.01 uCOS-II V2.92.07在STM32F1移植.zip.zip 的什么地方可以解决这个问题呢?多谢!! |
|