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

nRF9160 Error building asset_tracker sample code

I'm trying to make a "simple" change to the asset_tracker project so that it will send the reporting data to my own server instead of the nRF cloud.  However, I am unable to build the provided asset_tracker code.  After many, many hours of work required to get the environment up and running, the following build error is displayed: 

...

Building ?spm/zephyr/spm_zephyr_prebuilt.elf? from solution ?build? in configuration ?Common?
1> Compiling ?empty_file.c?
1> Linking ?spm_zephyr_prebuilt.elf?
1> Memory region         Used Size  Region Size  %age Used
1>            FLASH:       48640 B        48 KB     98.96%
1>             SRAM:        5424 B        64 KB      8.28%
1>         IDT_LIST:          40 B         2 KB      1.95%
Building ?spm/zephyr/linker_pass_final.cmd? from solution ?build? in configuration ?Common?
1> Combining ?spm/zephyr/linker_pass_final.cmd?
Building ?spm/zephyr/CMakeFiles/spm_linker_pass_final_script_target? from solution ?build? in configuration ?Common?
Building ?spm/zephyr/spm_linker_pass_final_script_target? from solution ?build? in configuration ?Common?
Building ?spm/zephyr/isr_tables.c? from solution ?build? in configuration ?Common?
1> Combining ?spm/zephyr/isr_tables.c?
Building ?cmake_object_order_depends_target_spm_zephyr_final? from solution ?build? in configuration ?Common?
Building ?libspmsecureentries.a? from solution ?build? in configuration ?Common?
1> Compiling ?empty_file.c?
2> Compiling ?isr_tables.c?
Building ?spm/zephyr/zephyr.elf? from solution ?build? in configuration ?Common?
1> Linking ?zephyr.elf?
1> Post-link command 
Build failed


This occurs with both the original SEG Native 4.20a and the more recent SEG Native 4.30c .

The source is v1.1.0 .


I've tried the gnuarmemb version 7-2018-q2 as suggested in a different blog thread, but that causes errors in the compiling. Version 8-2019-q3 seems to work better.

We intend to use the Thingy:91 for a customer and I need to get this resolved.

Thanks in advance,

--jeff

  • Hello Jeff, 
     
    Did you follow the Getting Started Assistant in nRF Connect for Desktop, when installing NCS? From your screenshot, I see that you are using MacOS. Have you followed this tutorial?

    This occurs with both the original SEG Native 4.20a and the more recent SEG Native 4.30c .

     What is SEG Native? Do you mean Segger Embedded Studio? If so, have you downloaded Segger Embedded Studio for ARM (Nordic Edition)?

    However, I am unable to build the provided asset_tracker code. 

     Have you tried to build the asset_tracker without touching the sample? Did you try any other samples? 

    Kind regards,
    Øyvind

  • I followed the older nRF Connect for Desktop, which had several issues that needed to be clarified/corrected by a previous support ticket, and I've updated to the latest version and gone through that, as well.

    Sorry, I don't know why I used the word Native.  The two versions I've tried are SEGGER Embedded Studio for ARM 4.20a and SEGGER Embedded Studio for ARM 4.30c .

    I have not seen the nRF9160 DK do anything yet, although I've configured and been successful with the Thingy:91 .  If I can't build and modify the code, neither will be usable for our customers.

    Thanks,

    --jeff

  • jkase said:
    I followed the older nRF Connect for Desktop, which had several issues that needed to be clarified/corrected by a previous support ticket, and I've updated to the latest version and gone through that, as well.

     Have you successfully been able to install NCS and download SEGGER Embedded Studio for ARM 4.30c via the Getting Started Assistant?

    jkase said:
    I have not seen the nRF9160 DK do anything yet, although I've configured and been successful with the Thingy:91

     Ok, what did you do with the Thingy:91? Have you updated the nRF9160 DK to latest modem FW and latest Asset Tracker application?

    jkase said:
    If I can't build and modify the code, neither will be usable for our customers.

     Let's take things one step at a time. 

    Are you able to build the asset tracker or samples without editing them? It is important that we have a baseline for where the issues start, i.e. we need to know where it's failing. What is the "simple change" you are trying to add? Have you set Zephyr Base and GNU ARM Toolchain directory in Segger Embedded Studio? (Under Tools -> Options -> nRF Connect)

    The Asset Tracker is designed to be used with nRF Cloud, there are several settings that must be configured in order to use it with another server. My best suggestion is to start with the simple MQTT sample or the AWS FOTA sample, to use your own server.

     Kind regards,
    Øyvind

  • The output I showed you is from SEG 4.30c, so yes, it's installed.

    I am trying to build the sample source code for asset_tracker, with no modifications.  That results in the error listed.  If have not begun to modify the source, since I always like to build the sample and install it before I make changes.

    All of the setup and configuration elements have been installed and verified.

    I understand that I will need to make many changes to point to our server, but let's get the sample code running first.

    Meanwhile, I've brought up an Ubuntu 18.04 server in Parallels, which I'm trying to get configured.  I'm at the "pip3 install --user west" step of the Clone the nRF Connect SDK process.  It runs without errors, but does not verify.  Where should west be installed?  There might be a path issue.

    Thanks,

    --jeff

Related