标题:
请问 MDK 编译 Error: L6200E:两个错误怎么修改
[打印本页]
作者:
czhaii
时间:
2020-2-9 17:03
标题:
请问 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
L6200E.jpg
(263.26 KB, 下载次数: 52)
下载附件
2020-2-9 17:03 上传
移植FreeRTOS到STM32F103开发板,出现这两个错误,光标不得定位错误行。
请问怎么解决?谢谢
作者:
banalsheep
时间:
2020-2-9 18:30
为什么有两个FreeRTOS.c?看错误信息应该是有2个模块重复定义了某1个或多个符号(函数等)
作者:
czhaii
时间:
2020-2-12 15:47
谢谢,重新移植了一个
欢迎光临 (http://www.51hei.com/bbs/)
Powered by Discuz! X3.1