Keil™, An ARM® Company

Discussion Forum

Error L6218E

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Author
So Justin
Posted
12-Apr-2008 05:25
Toolset
ARM
New! Error L6218E

i am using uVision 3 V3.60(use realview compiler) and target board is ADuC 7026..

i make a New Project..

but i don't make HEX File(this file is down load for tagetboard)

i don't know this error..
___error message____
Build target 'Target 1'
linking...
ARM_Test.axf: Error: L6218E: Undefined symbol DAbt_Handler (referred from aduc702x.o).
ARM_Test.axf: Error: L6218E: Undefined symbol FIQ_Handler (referred from aduc702x.o).
ARM_Test.axf: Error: L6218E: Undefined symbol IRQ_Handler (referred from aduc702x.o).
ARM_Test.axf: Error: L6218E: Undefined symbol PAbt_Handler (referred from aduc702x.o).
ARM_Test.axf: Error: L6218E: Undefined symbol SWI_Handler (referred from aduc702x.o).
ARM_Test.axf: Error: L6218E: Undefined symbol Undef_Handler (referred from aduc702x.o).
Target not created

Author
Tamir Michael
Posted
12-Apr-2008 07:39
Toolset
ARM
New! RE: Error L6218E

you need to include in your project the 71x_it.c or 91x_it.c file (depending on your target; ARM7 or ARM9) where the definitions to these functions exist, and can be adjusted to your needs.

Author
yun chen
Posted
11-May-2008 03:01
Toolset
ARM
New! RE: Error L6218E

i can not solve the problem

Author
Per Westermark
Posted
11-May-2008 05:05
Toolset
ARM
New! RE: Error L6218E

New poster in the thread, so are you talking about the same thing, or about a different link error?

Next Thread | Thread List | Previous Thread Start a Thread | Settings