Hi Libor, I'm having the same issue as the original poster, i.e. "device/MK64F12/MK64F12.h: No such file or directory".
I have all of the updates already installed via the Install New Software menu command in KDS 1.1.1.
My KSDK_PATH is currently set to C:\Freescale\MQX_KSDK_1.0.0-K24FN256.
Things on my system are possibly a bit messed up because I was installing lots of software trying to get MQX and KDS to work, so now my Freescale directory has the following folders:
Freescale_MQX_4_1
KDS_1.1.0
KDS_1.1.1
KSDK_1.0.0-Beta
MQX_KSDK_1.0.0-K24FN256
I'm currently trying to use the beta MQX for KDS SDK module, which is why I have KSDK_PATH pointed there.
Do you have any suggestions for what I should try next? I assume I need KSDK_PATH set the way it is, but when I searched my filesystem, MK64F12.h is in all of the aforementioned folders, *except* for MQX_KSDK!
I decided to add the KSDK folder that has that file to the Includes section in Cross ARM C++ Compiler and Cross ARM C Compiler, and now I get a slew of other compiler errors, like macro errors and "fatal error: MK64F12/fsl_sim_hal_K64F12.h: No such file or directory". I could not find that header file anywhere, so I was not able to add it to the Includes section...