高级会员
- 积分
- 562
- 金钱
- 562
- 注册时间
- 2018-7-8
- 在线时间
- 118 小时
|
发表于 2018-9-27 16:54:30
|
显示全部楼层
能否说一下怎么从战舰版程序移植到C8T6的工程的,我移植了之后,提示 :
Rebuild target 'FreeRTOS'
compiling main.c...
compiling stm32f10x_it.c...
compiling system_stm32f10x.c...
compiling led.c...
compiling delay.c...
compiling sys.c...
compiling usart.c...
compiling core_cm3.c...
assembling startup_stm32f10x_md.s...
compiling misc.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_usart.c...
compiling croutine.c...
compiling event_groups.c...
compiling list.c...
compiling queue.c...
compiling tasks.c...
compiling timers.c...
compiling port.c...
compiling heap_4.c...
linking...
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f10x_md.o(STACK).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching tasks.o(.bss).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f10x_md.o(HEAP).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching usart.o(.bss).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching libspace.o(.bss).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching queue.o(.bss).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching tasks.o(.data).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching timers.o(.bss).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching heap_4.o(.data).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching system_stm32f10x.o(.data).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching stm32f10x_rcc.o(.data).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching timers.o(.data).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching main.o(.data).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching port.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 usart.o(.data).
..\OBJ\LED.axf: Error: L6406E: No space in execution regions with .ANY selector matching usart.o(.data).
..\OBJ\LED.axf: Error: L6407E: Sections of aggregate size 0xb28 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 18 error messages.
"..\OBJ\LED.axf" - 18 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:38
醉了。。。 |
|