Discussion in "ARM Development" started by    Amit Kumar Das    Jul 7, 2015.
Tue Jul 07 2015, 08:16 pm
#1
Let me define the problem details.
Each peripheral have a .c file & .h file
Error :- xxx.axf: Error: L6218E: Undefined symbol LCD_ClearScreen (referred from rtc.o).
The function LCD_ClearScreen is well defined in lcd.c file.
I had included lcd.h file in rtc.c
I have used the function LCD_ClearScreen in rtc.c
while declaring extern LCD_ClearScreen also the error occurs.
If function is declared again in rtc.c file it compiles otherwise error L6218E.
How to solve it. The compiler is KEIL
Mon Jul 13 2015, 04:11 pm
#2
is .c file included in the project for build? can you post a screenshot of project explorer window where all files in project are listed?
Sun Jul 19 2015, 09:47 am
#3
Yes they are fine. I have included everything. Unable to post screen shot coz. there are more than 25 .c & .h files.
Mon Jul 20 2015, 10:12 am
#4
Ok then, check if you did not mention "LCD_ClearScreen" as a static function in your lcd.c file.
Mon Jul 20 2015, 09:14 pm
#5
thanks for your help.

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

KevinTab
Sun Apr 28 2024, 05:35 am
Tumergix
Sun Apr 28 2024, 12:59 am
StevenDrulk
Sat Apr 27 2024, 08:47 pm
StephenHauct
Sat Apr 27 2024, 09:38 am
Adamsaf
Sat Apr 27 2024, 07:12 am
Robertphype
Sat Apr 27 2024, 12:23 am
ktaletrryp
Fri Apr 26 2024, 10:55 pm
Robertrip
Fri Apr 26 2024, 11:20 am