可能是因为在执行 cmake .. 命令时,并没有指定使用的 CMake 编译器。可以尝试使用以下命令指定编译器:
cmake -DCMAKE_TOOLCHAIN_FILE=path/to/toolchain/file ..
其中,path/to/toolchain/file 是交叉编译器的配置文件。
可能是因为在执行 cmake .. 命令时,并没有指定使用的 CMake 编译器。可以尝试使用以下命令指定编译器:
cmake -DCMAKE_TOOLCHAIN_FILE=path/to/toolchain/file ..
其中,path/to/toolchain/file 是交叉编译器的配置文件。
举报