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

Error Building asset_tracker from emStudio from Linux

I got a vague "cmake did not complete" error from studio when the sdk was installed at a hgfs mounted disk. It worked ok when the sdl was installed at non-mounted directory like "~". I am running a Ubuntu 19.10 client hosted on Win10, via VMWare Pro15. Anybody else see this one. Also, there seems to be a new emStudio 4.40 I tried to download the emStudio and then add the nordic package and get the license from Nordic and install it. But I don'tthink it worked because, nrfConnect does not show up. 

Parents
  • Hi.

    The Segger embedded Studio (SES) version distributed by Segger does not support the nRF Connect SDK. Instead, you must use the "Nordic edition". You can find a download link for the Nordic Edition in the "Getting Started Assistant" in nRF Connect for Desktop.

    Are you able to build from the command line?

    You have to source zephyr/zephyr-env.sh, and set two environment variables:

    - ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb

    - GNUARMEMB_TOOLCHAIN_PATH=<path to the toolchain, same as the one you set in SES>

    If it does not work, can you send me the build log?

    Best regards,

    Didrik

Reply
  • Hi.

    The Segger embedded Studio (SES) version distributed by Segger does not support the nRF Connect SDK. Instead, you must use the "Nordic edition". You can find a download link for the Nordic Edition in the "Getting Started Assistant" in nRF Connect for Desktop.

    Are you able to build from the command line?

    You have to source zephyr/zephyr-env.sh, and set two environment variables:

    - ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb

    - GNUARMEMB_TOOLCHAIN_PATH=<path to the toolchain, same as the one you set in SES>

    If it does not work, can you send me the build log?

    Best regards,

    Didrik

Children
No Data
Related