Description: I need to create an SBOM. Currently, I am using NCS SDK V2.7.0 and Visual Studio Code Version 1.93.0. I want to use the example peripheral_uart
to create the SBOM.
I followed the instructions here: Nordic Semiconductor Documentation and reached the step west ncs-sbom --help
without any issues. However, I am unclear on how to proceed when I want to create the SBOM.
I opened the Terminal in Visual Studio and executed the command:
west ncs-sbom -d .\nrf\samples\bluetooth\peripheral_uart\
I received the following message:
WARNING: Fetching input files from a build directory is experimental for now.
FATAL ERROR: Cannot find "CMakeCache.txt".
Make sure that you correctly built the application.
At this point, I am unsure how to proceed.