nRF Connect SDK V2.4.2 SLM application -> compilation error

Hi,

I need to compil SLM application found in nRF Connect SDK 2.4.2

Zephyr and MCUBoot compilation result are OK

Link to complete log: https://pastebin.com/mCxk0BpX

Building SLM2.4.2
C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/Projets/xxx/nRF9160/SLM2.4.2/build c:/Projets/xxx/nRF9160/SLM2.4.2"

[0/385] Performing build step for 'mcuboot_subimage'
ninja: no work to do.
[2/383] Generating ../../tfm/CMakeCache.txt
FAILED: tfm/CMakeCache.txt

but in nRF Kconfig TFM module is not available:

Need help to compil this application...

Best Regards,

Gaétan

Parents
  • Hi,

    I have tested serial LTE modem sample in NCS v2.4.2 by building from both VS Code and command line, and sample was built successfully. 

    First, you could try to remove CMakeCache.txt from TFM folder and try again. If this does not succeed, you could try pristine build (west build with -p option). Finally, you could completely remove your current build folder and build again. 

    Best regards,
    Dejan

Reply
  • Hi,

    I have tested serial LTE modem sample in NCS v2.4.2 by building from both VS Code and command line, and sample was built successfully. 

    First, you could try to remove CMakeCache.txt from TFM folder and try again. If this does not succeed, you could try pristine build (west build with -p option). Finally, you could completely remove your current build folder and build again. 

    Best regards,
    Dejan

Children
Related