初级会员

- 积分
- 121
- 金钱
- 121
- 注册时间
- 2019-11-24
- 在线时间
- 46 小时
|
20金钱
请问 MDK 编译 Error: L6200E:两个错误怎么修改
*** Using Compiler 'V5.06 update 3 (build 300)', folder: 'D:\Program File\ARM\ARMCC\Bin'
Rebuild target 'Target 1'
assembling startup_stm32f10x_hd.s...
compiling delay.c...
compiling FreeRTOS.c...
compiling usart.c...
compiling sys.c...
compiling key.c...
compiling croutine.c...
compiling led.c...
compiling event_groups.c...
compiling list.c...
compiling queue.c...
compiling stream_buffer.c...
compiling timers.c...
compiling tasks.c...
compiling LCD.c...
compiling FreeRTOS.c...
compiling port.c...
compiling heap_4.c...
linking...
..\OBJ\FreeRTOS.axf: Error: L6200E: Symbol __ARM_use_no_argv multiply defined (by freertos_1.o and freertos.o).
..\OBJ\FreeRTOS.axf: Error: L6200E: Symbol main multiply defined (by freertos_1.o and freertos.o).
Not enough information to list image symbols.
Not enough information to list the image map.
Finished: 2 information, 0 warning and 2 error messages.
"..\OBJ\FreeRTOS.axf" - 2 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:02
移植FreeRTOS到STM32F103开发板,出现这两个错误,光标不得定位错误行。
请问怎么解决?谢谢
|
|