.\crccal.axf: Error: L6218E: Undefined symbol SystemInit (referred from startup_stm32f401xx.o).
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-28 3:33 AM
.\crccal.axf: Error: L6218E: Undefined symbol SystemInit (referred from startup_stm32f401xx.o).
Labels:
- Labels:
-
DEBUG
-
STM32F4 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-28 6:33 AM
Ensure SystemInit exists in your project somewhere, is being compiled as a C function, and that the resulting object file (*.o) that contains it is passed to the linker.
If you feel a post has answered your question, please click "Accept as Solution".
