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

create_nordic_project.py failed(1). error: aborting due to Kconfig warnings

Hello, I am currently trying to build the lwm2m_client sample on my nrf9160DK but I am facing these issues in my Kconfig file, specifically with the BSD_LIBRARY dependency. I am able to build the blinky sample just fine but when it comes to lwm2m_client, it doesn't work. I am guessing that there's something wrong with my configuration but can't really pinpoint what it is. I am new to this devkit with this sample so would appreciate some help and guidance.

Thanks!

Parents Reply
  • Hi,

    It's possible that it's a path problem. Could you try to open a terminal, run python, and then try to import the libraries west has problems with (those from your last error log)?

    You said that you verified every step on the way when you installed the SDK and toolchain. Are you certain you used the Toolchain Manager and not the Getting Started Assistant? With the Toolchain Manager, everything is installed with the click of a button, as shown below.

    The Toolchain Manager is experimental on macOS, but it should still work. Please remember that if you have installed the SDK and toolchain with the Toolchain Manager, you should open SES with the "Open IDE" button in the Toolchain Manager

    Best regards,

    Marte

Children
No Data
Related