This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Undefined symbol error , L6218E

*** Using Compiler 'V5.06 update 5 (build 528)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'Target 1'
linking...
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol DealRec (referred from main.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol UART_PutChar (referred from main.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol UART_PutStr (referred from main.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol USART3_Config (referred from main.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol USART_Config (referred from main.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol Uart_Init (referred from main.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol flag_RecFul (referred from main.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol ADC_Cmd (referred from adc.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol ADC_DeInit (referred from adc.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol ADC_GetCalibrationStatus (referred from adc.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol ADC_GetConversionValue (referred from adc.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol ADC_GetFlagStatus (referred from adc.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol ADC_GetResetCalibrationStatus (referred from adc.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol ADC_Init (referred from adc.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol ADC_RegularChannelConfig (referred from adc.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol ADC_ResetCalibration (referred from adc.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol ADC_SoftwareStartConvCmd (referred from adc.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol ADC_StartCalibration (referred from adc.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol SPI_Cmd (referred from spi.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol SPI_I2S_GetFlagStatus (referred from spi.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol SPI_I2S_ReceiveData (referred from spi.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol SPI_I2S_SendData (referred from spi.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol SPI_Init (referred from spi.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol TIM_ClearFlag (referred from timer.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol TIM_Cmd (referred from timer.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol TIM_DeInit (referred from timer.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol TIM_ITConfig (referred from timer.o).
.\Objects\Auto Chef 20170601.axf: Error: L6218E: Undefined symbol TIM_TimeBaseInit (referred from timer.o).
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
Finished: 2 information, 0 warning and 28 error messages.
".\Objects\Auto Chef 20170601.axf" - 28 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:00

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Hi all, I am new to STM32F10X and find a problem as above. When I Build the Target,there are errors as above:

What did I forget, do wrong ?

Thank you for your help,
William