9 years, 8 months ago.

Where is cmsis_iar.h

I exported a program from my IDE to my local system using a target of FRDM-KL46Z and export toolchain of GCC (ARM Embedded).

My system is Ubuntu 14.04 with gcc-arm-linux-gnueabi 4:4.7.2-1 and g++-arm-linux-gnueabi 4:4.7.2-1 packages installed.

Editing my way through the Makefile and trying to build at each step I eventually got to the point where this message was produced:

"./mbed/TARGET_KL46Z/core_cmInstr.h:298:23: fatal error: cmsis_iar.h: No such file or directory"

So, where can I get cmsis_iar.h?

Thanks,

what program did you export? what is the version of library? I am not aware of cmsis_iar.h header file..

posted by Martin Kojtal 23 Aug 2014

Never mind. I had been trying to use the gnu tools that come with Ubuntu. I discovered and downloaded the tarball from GCC ARM Embedded on Launchpad and now all is fine.

Thanks.

posted by Bryan Batten 23 Aug 2014
Be the first to answer this question.