This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Cannot run program "make"

Hi all,

I´m using nrf52832 with sdk 14.2.0 and softdevice s332.

I have opened and closed the eclipse. Now when I open it, it compiled and gives me this error that I did not have before:

"Cannot run program "make": The system can not find the specified file."

  • The eclipse configuration is as follows:

System variables:

Path = D:\Proyectos\Nordic_plugins\GNU MCU Eclipse\Build Tools\2.11-20180428-1604\bin;C:\Program Files (x86)\GNU Tools ARM Embedded\7 2017-q4-major\bin

  • The configuration of the project is as follows:

Can someone tell me what may be happening?

Thanks and regards,

Francisco.

Parents
  • Hello,

    I see that this is discussed in this (relatively old) DevZone ticket.

    In addition I have a few remarks:

    You shouldn't use GNU Tools ARM Embedded version 7, as we have experienced some issues with it. It isn't mentioned somewhere specifically, but it says in the release notes of the SDK which version that is used for testing the SDK. That being said, I have used version 6 (also for SDK14.2.0) and haven't experienced any issues. But we have experienced issues with version 7.

    The reason that we don't have eclipse projects is that there is so many versions of eclipse out there, and they all work a bit different. The guide that you refer to is a bit outdated, but of course, feel free to try.

    That being said, I really recommend you to try Segger Embedded Studio, which is usually a pay-to-use IDE, but when you develop on Nordic Semiconductor chips, you can use the Nordic License, so you will get a free licence without any limitations.

    This post briefly explains how to set it up, and also links to our youtube channel, which has a video guide on how to set it up.

    Best regards,

    Edvin

Reply
  • Hello,

    I see that this is discussed in this (relatively old) DevZone ticket.

    In addition I have a few remarks:

    You shouldn't use GNU Tools ARM Embedded version 7, as we have experienced some issues with it. It isn't mentioned somewhere specifically, but it says in the release notes of the SDK which version that is used for testing the SDK. That being said, I have used version 6 (also for SDK14.2.0) and haven't experienced any issues. But we have experienced issues with version 7.

    The reason that we don't have eclipse projects is that there is so many versions of eclipse out there, and they all work a bit different. The guide that you refer to is a bit outdated, but of course, feel free to try.

    That being said, I really recommend you to try Segger Embedded Studio, which is usually a pay-to-use IDE, but when you develop on Nordic Semiconductor chips, you can use the Nordic License, so you will get a free licence without any limitations.

    This post briefly explains how to set it up, and also links to our youtube channel, which has a video guide on how to set it up.

    Best regards,

    Edvin

Children
No Data
Related