This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Undefined symbol SystemInit (referred from startup_mkl14z4.o).

Hi,

I am a very new developer to embedded programming world. I have been trying to set up my first project in Keil RealView but so far I got no luck.

My device is MKL05Z32VFM4. I believe it's a Cortex M0+ chip. Did I even select the Architecture type right in this thread (ARM7, ARM9 or Cortex-M3)?

Anyways, I am just trying to build a simple Hello World project, yet I can't build it -- it complains

test.axf: Error: L6218E: Undefined symbol SystemInit (referred from startup_mkl14z4.o).

I imagine I need to define SystemInit() function. But in the examples carried by Keil RealView, they are all for STM chip. Where can I get the right library for my MKL05Z32VFM4 device?

Thanks a lot! Again, bear with my basic, beginners question.