I am compiling a project using uvision4 and it compiling right, but when its start linking it gives me an error
Build target 'Target 1' assembling Startup.s... compiling hello.c... C:\Keil\ARM\INC\Luminary\lm3s6918.h(2808): warning: #47-D: incompatible redefinition of macro "SYSCTL_RCC_XTAL_M" (declared at line 487 of "C:\Keil\ARM\INC\Luminary\hw_sysctl.h") linking... hello.axf: Error: L6218E: Undefined symbol FlashUserGet (referred from hello.o). hello.axf: Error: L6218E: Undefined symbol Formike240x320x16_ILI9320BacklightOn (referred from hello.o). hello.axf: Error: L6218E: Undefined symbol Formike240x320x16_ILI9320Init (referred from hello.o). hello.axf: Error: L6218E: Undefined symbol GrCircleDraw (referred from hello.o). hello.axf: Error: L6218E: Undefined symbol GrContextInit (referred from hello.o). hello.axf: Error: L6218E: Undefined symbol GrRectDraw (referred from hello.o). hello.axf: Error: L6218E: Undefined symbol GrRectFill (referred from hello.o). hello.axf: Error: L6218E: Undefined symbol GrStringDraw (referred from hello.o). hello.axf: Error: L6218E: Undefined symbol GrStringWidthGet (referred from hello.o).
I have included the libraries it compiles but it doesn't finde the object files....
Need help...