| |||||
Technical Support Support Resources
Product Information | ARMLINK: LINKER ERROR WITH CORTEX-M3 DEVICEInformation in this article applies to:
QUESTIONI am linking a project for a Cortex-M3 device and I am getting the following linker error: Error: L6967E: Entry point (0x000000c8) points to a THUMB instruction but is not a valid THUMB code pointer. How can I solve this problem? ANSWERYou need to specify an entry point and the first input section under Project — Options — Linker. When you enter under Misc controls: --entry Reset_Handler --first __Vectors Once the entry point is specified the linker error should go away. Last Reviewed: Friday, July 04, 2008 | ||||
| |||||