nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

"arm-none-eabi-gcc"Not Found

Hi there:

   I were develop product with nrf52832 ,nRF5 SDK version 17.0.2 and  mesh sdk 5.0.0. And i install the toolchain on the ubuntu 20 follow the guidance https://infocenter.nordicsemi.com/index.jsp . I install the arm-none-eabi-gcc through the source code instead of apt-get install but i add the location to the PATH and test the command there was no error. But when i run the command "cmake -GNinja ..", then the output log show that there were no arm-none-eabi-gcc . How can I do to fix that?

Parents
  • Hi,

    From your first post:

    test the command there was no error.

    What command did you test then, and from what directory?

    Are you able to open and build a mesh example using Segger Embedded Studio (SES)?
    (SES is free of charge for nRF based projects)

    Where did you put the manual install of gcc-arm-none-eabi?

    What path did you add to path?

    Regards,
    Terje

Reply
  • Hi,

    From your first post:

    test the command there was no error.

    What command did you test then, and from what directory?

    Are you able to open and build a mesh example using Segger Embedded Studio (SES)?
    (SES is free of charge for nRF based projects)

    Where did you put the manual install of gcc-arm-none-eabi?

    What path did you add to path?

    Regards,
    Terje

Children
No Data
Related