新手上路
- 积分
- 47
- 金钱
- 47
- 注册时间
- 2020-9-8
- 在线时间
- 11 小时
|
Build target 'LED'
compiling main.c...
main.c(69): warning: #177-D: function "thread2_entry" was declared but never referenced
static void thread2_entry(void* parameter)
main.c: 1 warning, 0 errors
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_hd.s...
compiling misc.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_dbgmcu.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_usart.c...
compiling stm32f10x_tim.c...
assembling context_rvds.S...
compiling cpuport.c...
compiling clock.c...
compiling components.c...
compiling idle.c...
compiling ipc.c...
compiling irq.c...
compiling kservice.c...
compiling mem.c...
compiling object.c...
F:\keil\ARM\PACK\RealThread\RT-Thread\3.1.3\src\object.c(262): warning: #550-D: variable "obj" was set but never used
struct rt_object *obj;
F:\keil\ARM\PACK\RealThread\RT-Thread\3.1.3\src\object.c: 1 warning, 0 errors
compiling scheduler.c...
compiling thread.c...
compiling timer.c...
compiling board.c...
linking...
..\OBJ\LED.axf: Error: L6218E: Undefined symbol rt_thread_create (referred from main.o).
Not enough information to list image symbols.
Finished: 1 information, 0 warning and 1 error messages.
"..\OBJ\LED.axf" - 1 Error(s), 2 Warning(s).
Target not created.
Build Time Elapsed: 00:00:12 |
-
|