-- Configuring done (0.7s)
CMake Error in source/ti/drivers/CMakeLists.txt:
Target "tfm_dependencies_cc26x4" INTERFACE_INCLUDE_DIRECTORIES property
contains path:
"/home/user/Documents/simplelink_cc13xx_cc26xx_sdk_7_41_00_17/tfm_s/cc26x4/build_dependencies"
which is prefixed in the source directory.
remember to make clean or to delete the build folder. It occurs only if during your building test you build by wrong parameters.
prepare() phase could take some mins due to ./simplelink_cc13xx_cc26xx_sdk_7_41_00_17.run --prefix "$srcdir" --mode unattended and not providing output strings.
Close: https://github.com/BlackArch/blackarch/issues/2830
During the building, if you get an error like:
remember to
make clean
or to delete thebuild
folder. It occurs only if during your building test you build by wrong parameters.prepare()
phase could take some mins due to./simplelink_cc13xx_cc26xx_sdk_7_41_00_17.run --prefix "$srcdir" --mode unattended
and not providing output strings.