The conf file of ncs2.8.0 is always unrecognized

This is the normal kconfig menu.

But it often happens that the following picture does not recognize anything in kconfig

and there is no devicetree option in the action menu, and the content displayed in the nrf kconfig GUI is also incomplete,even the nrf kconfig GUI cannot be opened like this

The solution I have found so far is to manually open the prj.conf file once. After opening it, the menu bar will display the animation being loaded, and all the above problems will be resolved. However, after modifying the code or compiling it several times, it will appear again. I need to manually open the prj.conf file again.

I only encountered these issues in the ncs2.8.0 version, and everything worked fine when using 2.6.1 before

Parents Reply
  • Hi,

    The developers have not yet found the root cause of the issue, but I wanted to update you on what they have found so far.

    It seems like the build system thinks the build is stale, which is causing the nRF Kconfig GUI to not work. However, doing an incremental build by clicking the "Build" action while the sysbuild directory is selected will fix this issue and make the nRF Kconfig GUI work.

    Please note that doing a pristine build, that is, clicking on the arrow next to the Build action, will cause the issue to recur, and you will have to do a new build using the Build action to fix it again.

    This issue does not seem to happen on the main branch, only v2.8.0.

    Best regards,
    Marte

Children
Related