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

Asset Tracker example build fails

I followed the suggestions in https://devzone.nordicsemi.com/f/nordic-q-a/51642/can-t-build-nrf-connect-asset-tracker

But, still having the same issue.

Using tag v1.0.0 . All other configuration, utilities, SES are the latest, downloaded in the last two days.

During the setup the only errors I got were as in: https://devzone.nordicsemi.com/f/nordic-q-a/52553/trouble-installing-nordic-sdk-for-nrf91

Parents
  • Did you choose the ns board? It doesn't seem like it.

    Try the following:

    • Delete the folder <..>/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns
    • Try opening a new nRF Connect SDK Project, and choose the following options
      • CMakeLists.txt: <..>/ncs/nrf/applications/asset_tracker/CMakeLists.txt
      • Board Directory: <..>/ncs/zephyr/boards/arm/nrf9160_pca10090
      • Board Name:      nrf9160_pca10090ns
      • Build Directory: <..>/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns
    • Make sure to set the correct Zephyr Base under Tools→Options→nRF Connect→Zephyr Base

    Best regards,

    Simon

Reply
  • Did you choose the ns board? It doesn't seem like it.

    Try the following:

    • Delete the folder <..>/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns
    • Try opening a new nRF Connect SDK Project, and choose the following options
      • CMakeLists.txt: <..>/ncs/nrf/applications/asset_tracker/CMakeLists.txt
      • Board Directory: <..>/ncs/zephyr/boards/arm/nrf9160_pca10090
      • Board Name:      nrf9160_pca10090ns
      • Build Directory: <..>/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns
    • Make sure to set the correct Zephyr Base under Tools→Options→nRF Connect→Zephyr Base

    Best regards,

    Simon

Children
Related