我正在学习在 Ubuntu 16.04 中使用 Ubuntu SDK(从 PPA 安装)为 Ubuntu Touch 创建一个 Scope。
我从模板创建了一个 C++ 范围。当我尝试运行时,出现此错误:
CMAKE_CXX_COMPILER: /usr/bin/arm-linux-gnueabihf-g++ is not a full path to an existing compiler tool. Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.
请问,我该如何解决这个问题?我已经安装了 build-essential 和 g++ 软件包。
该文件
/usr/bin/arm-linux-gnueabihf-g++
由 package 提供,它g++-arm-linux-gnueabihf
是 armhf 架构的 GNU C++ 编译器。所以只需安装它: