针对你遇到的 target_compile_features no known features for cxx compiler 错误,这里有一些可能的解决步骤和原因分析,帮助你解决这个问题: 1. 确认 target_compile_features 的用法是否正确 target_compile_features 是CMake 用来指定 C++ 标准特性的一个指令。你需要确保它的用法是正确的。通常,它的使用方式如下: ...
target_compile_features no known features for CXX compiler "GNU" version 9.2.0 Using the toolchains from the zephyr SDK fails while trying to compile a simple test program. I'm using the zephyr SDK for compilation, develop on Ubuntu LTS 20.04, use west version 0.8.0 and zephyr master. cm...