KDS problem : arm-none-eabi-gcc: error: CreateProcess: No such file or directory

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KDS problem : arm-none-eabi-gcc: error: CreateProcess: No such file or directory

2,622 Views
worrick
Contributor I

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)

Labels (1)
0 Kudos
2 Replies

1,025 Views
BlackNight
NXP Employee
NXP Employee

Hi Worrick,

Can you check if this file exists:

C:\Freescale\KDS_2.0.0\toolchain\bin\arm-none-eabi-gcc.exe

?

I have seen cases where virus scanners have removed that file. So can you check the logs of your virus scanner?

Erich

0 Kudos

1,025 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

hi worrick,

I also have KDS (2.0.0) with KSDK_1.1. 0 on my computer. I didn't have your problem.

please make sure the SW install sequence:

1. install KDS2.0 and update first.

here is on line update install address: Freescale KDS Update Site - http://freescale.com/lgfiles/updates/Eclipse/KDS

2. then install KSDK1.1.0

3. install KSDK update:

C:\Freescale\KSDK_1.1.0\tools\eclipse_update

4. rebuild lib:

C:\Freescale\KSDK_1.1.0\lib\ksdk_platform_lib\kds\K64F12

the build can be successful on my side.

if you already follow above procedure but still have problem, please

- uninstall your KDS and KSDK, remove association install folders.

- then reinstall them with above steps.

make sure you have admin right. I suggest you install them in default path.

this should work.


Have a great day,
Zhang Jun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos