I am trying to compile the nrf9160 lte_ble_gateway project as an nrf9160ns project and I get the following error:
I am trying to compile the nrf9160 lte_ble_gateway project as an nrf9160ns project and I get the following error:
Hi!
Which branch of NCS are you on? Can you provide me with a complete log, as a text file? It would be much easier to see what's going on.
It does, however, look like you have changed the prj.conf file, is that correct?
Best regards,
Heidi
HI Heidi,
I have version 1.0.0. I see that I need to update the source code to version 1.1.0 and also the Segger IDE from version 4.18 to 4.30c
Hilary
Hi Heidi,
I used the instructions in the following link to update the source code to v1.1.0
When I open SES I get the following error
I looked through devzone and could not find instructions on how to update the development tools such as
SES so that I can update the SES from 4.18 to 4.30c
Can you point me to instructions on using the getting started option in nrfConnect or a manual method to update
SES and any other tools to the latest version.
Kind regards,
Hilary
Hi Heidi,
I have updated the source code to v1.1.0 and also updated zephyr to the latest version as well as Segger Embedded Studio to v4.30c. When I try to import the project into SES using the import function I get the following message
Regards,
Hilary
Okay. Let's try through the command prompt and see if we get more insight.
Assuming you're on Windows, open up Command Prompt and navigate to your project directory and run
west build -b nrf9160_pca10090ns -d build -p
Please provide me with the full output.
Best regards,
Heidi