Hi !
I'm desperate. I have made the KDS update and my empty project still crash an error because of "Cpu.h".
Here all the steps I've made:
- downloading the KDS software for my Windows 7 computer on the official freescale website (KDS-v1.1.1) : Kinetis Design Studio Integrated Development |Freescale
- extract and install the KDS IDE
- Go to "File" -> "New" -> "Kinetis Design Studio Project" -> Project Name: new -> Processor to be used "MKL25Z128xxx4". I have select "Processor Expert" and "Use current perspective" and Linked Mode are also selected.
- Then on Project Explorer, right click on my "new" project and select Build Project.
- But crash with "fatal error: Cpu.h: No such file or directory. The Events.c doesn't recognize the header file #include "Cpu.h" even if it is in Generated_Code !
- it's strange because main.c automatically include this same header file but this header is recognized in the main function (no error at this point).
Why Events.c doesn't recognize this header ? ( I have also try to clean the project and build it but it is still the same thing. crash again and again.
I also include my project. Hope someone will be able to help me :smileywink: