Hello every body,
I'm now utilizing the nRF9160 to develop several products based on SDK 2.0.0. In my program, I must produce SBOM.
This link below has some information that I found. However, when I test run this command by using the Hello World project, it has a problem similar to this.
Message error: "object has no attrubute 'abspath' "
Link https://docs.zephyrproject.org/3.0.0/guides/west/zephyr-cmds.html
$ cd hello_world $ west spdx --init -d BUILD_DIR $ west build -b nrf9160dk_nrf9160_ns ./ -d BUILD_DIR $ west spdx -d BUILD_DIR |
Did I do wrong?
Wasan