Hi all, I am trying to get KDS (2.0.0) running with KSDK. I successfully installed KDS, and KSDK, and I also installed the Eclipse update. I am following the instructions in the document "Getting started with KSDK User's Guide Rev 0". When I get to the part about importing the platform library project and compiling it, I come across errors: "arm-none-eabi-gcc: error: CreateProcess: No such file or directory". Any ideas on how to fix this? I am using a Windows Vista Business VM hosted by an Ubuntu machine.
Including part of the console output:
'Building file: C:/Users/W/Freescale/KSDK_1.1.0/platform/drivers/src/adc16/fsl_adc16_driver.c'
'Invoking: Cross ARM C Compiler'
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g -DDEBUG -DCPU_MK64FN1M0VMD12 -DKDS -I../../../../../platform/CMSIS/Include -I../../../../../platform/CMSIS/Include/device -I../../../../../platform/startup/MK64F12 -I../../../../../platform/utilities/inc -I../../../../../platform/hal/inc -I../../../../../platform/drivers/inc -I../../../../../platform/system/inc -I../../../../../platform/osa/inc -std=gnu99 -MMD -MP -MF"platform/adc16/drivers/fsl_adc16_driver.d" -MT"platform/adc16/drivers/fsl_adc16_driver.o" -c -o "platform/adc16/drivers/fsl_adc16_driver.o" "C:/Users/W/Freescale/KSDK_1.1.0/platform/drivers/src/adc16/fsl_adc16_driver.c"
arm-none-eabi-gcc: error: CreateProcess: No such file or directory
make: *** [platform/adc16/drivers/fsl_adc16_driver.o] Error 1
'Building file: C:/Users/W/Freescale/KSDK_1.1.0/platform/osa/src/fsl_os_abstraction_bm.c'
'Invoking: Cross ARM C Compiler'
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g -DDEBUG -DCPU_MK64FN1M0VMD12 -DKDS -I../../../../../platform/CMSIS/Include -I../../../../../platform/CMSIS/Include/device -I../../../../../platform/startup/MK64F12 -I../../../../../platform/utilities/inc -I../../../../../platform/hal/inc -I../../../../../platform/drivers/inc -I../../../../../platform/system/inc -I../../../../../platform/osa/inc -std=gnu99 -MMD -MP -MF"osa/fsl_os_abstraction_bm.d" -MT"osa/fsl_os_abstraction_bm.o" -c -o "osa/fsl_os_abstraction_bm.o" "C:/Users/W/Freescale/KSDK_1.1.0/platform/osa/src/fsl_os_abstraction_bm.c"
arm-none-eabi-gcc: error: CreateProcess: No such file or directory
make: *** [osa/fsl_os_abstraction_bm.o] Error 1
make: Target `all' not remade because of errors.
08:00:35 Build Finished (took 13s.775ms)