Importing project from KDS to MCUXpresso issue.

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

Importing project from KDS to MCUXpresso issue.

Jump to solution
1,053 Views
RicardoRuiz18a
Contributor II

I am trying to import a project from kds to MCUxpresso, but i'm receiving the following issue

16:53:49 **** Incremental Build of configuration Debug for project IBTEST0026 ****
make all
Building file: ../Sources/main.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -I"../Sources" -I"../Includes" -std=c99 -MMD -MP -MF"Sources/main.d" -MT"Sources/main.o" -c -o "Sources/main.o" "../Sources/main.c"
/bin/sh: arm-none-eabi-gcc: command not found
make: *** [Sources/main.o] Error 127
"make all" terminated with exit code 2. Build might be incomplete.

Description Resource Path Location Type
/bin/sh: arm-none-eabi-gcc: command not found IBTEST0026 C/C++ Problem

Description Resource Path Location Type
make: *** [Sources/main.o] Error 127 IBTEST0026 C/C++ Problem

Description Resource Path Location Type
Program "arm-none-eabi-g++" not found in PATH IBTEST0026 Project Properties, C++ Preprocessor Include.../Providers, [CDT GCC Built-in Compiler Settings Cross ARM] options C/C++ Scanner Discovery Problem

Description Resource Path Location Type
Program "arm-none-eabi-gcc" not found in PATH IBTEST0026 Project Properties, C++ Preprocessor Include.../Providers, [CDT GCC Built-in Compiler Settings Cross ARM] options C/C++ Scanner Discovery Problem

RicardoRuiz18a_0-1622152519840.png

I also saw the error "Cannot run program "make": Launching failed"

What i have to do to correctly import and compile my project?

0 Kudos
1 Solution
1,050 Views
RicardoRuiz18a
Contributor II

I already solved my issue, if anyone needs the solution i simply installed the following program:

gcc-arm-none-eabi-10-2020-q4-major-win32.exe

View solution in original post

1 Reply
1,051 Views
RicardoRuiz18a
Contributor II

I already solved my issue, if anyone needs the solution i simply installed the following program:

gcc-arm-none-eabi-10-2020-q4-major-win32.exe