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

SES CMAKE ERROR

I have installed the latest SDK 1.3.0 using the Toolchain Manager.

I would now like to open nRF Connect SDK Projekt and get the follwoing error:

I have added the CXX environment variable, but it did not help Disappointed

Parents Reply Children
  • Hi Didrik,

    I would like to prepare the developement of the software for our own hardware which will be a board based on nRF9160SICA  for debugging with Segger J-LINK (no BLE and no Freescale processor) . Is there any guide on how to generate an application based on Zephyr and the LwM2M client sample?

    Best regards

    Dirk

  • Hi ,

    Could it be that the server is only accessible from your local network, and not exposed on the internet?

    Just my first guess. It is hard to say more without seeing any logs. A modem trace would also be helpful, as that would let us see the IP traffic from the device.

    , I am not entirely sure what you are after, but this 3 part guide is a nice introduction on NCS, and covers both how to create a project and how to work with custom boards.

  • Hi, thank you for quick reply.

    I have tested it using a client outside of my server's network, and it did work.

  • trace-2020-10-07T12-54-31.431Z.bin

    2020-10-07T12:54:22.691Z INFO Application data folder: C:\Users\Dirk\AppData\Roaming\nrfconnect\pc-nrfconnect-tracecollector
    2020-10-07T12:54:22.770Z DEBUG App pc-nrfconnect-tracecollector v1.0.5 official
    2020-10-07T12:54:22.770Z DEBUG App path: C:\Users\Dirk\.nrfconnect-apps\node_modules\pc-nrfconnect-tracecollector
    2020-10-07T12:54:22.770Z DEBUG nRFConnect 3.5.0 is supported by the app (^3.0.0)
    2020-10-07T12:54:22.770Z DEBUG nRFConnect path: C:\Users\Dirk\AppData\Local\Programs\nrfconnect\resources\app.asar
    2020-10-07T12:54:22.770Z DEBUG HomeDir: C:\Users\Dirk
    2020-10-07T12:54:22.770Z DEBUG TmpDir: C:\Users\Dirk\AppData\Local\Temp
    2020-10-07T12:54:23.681Z VERBOSE Could not fetch serial number for serial port at COM1
    2020-10-07T12:54:23.681Z VERBOSE Could not fetch serial number for serial port at COM25
    2020-10-07T12:54:26.513Z INFO Device opened
    2020-10-07T12:54:31.433Z INFO Tracefile created: C:\Users\Dirk\AppData\Roaming\nrfconnect\pc-nrfconnect-tracecollector\trace-2020-10-07T12-54-31.431Z.bin
    2020-10-07T13:00:20.188Z INFO Tracefile closed
    

    Please find attached log files from the trace collector.

    I think the 3 part guide  is a good start.

    Thank you!

  • Thanks, I'll have a look at it on Monday.

    But, to be able to decode the trace, I need to know the modem firmware version you are using.

Related