Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/137.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 交叉编译c++;手臂_C++_Gcc_Cross Compiling - Fatal编程技术网

C++ 交叉编译c++;手臂

C++ 交叉编译c++;手臂,c++,gcc,cross-compiling,C++,Gcc,Cross Compiling,要将编译器交叉到c Arm Linux,我使用 apt-get install gcc-5-arm-linux-gnueabi 然后使用类似的arm-linux-gnueabi-gcc-5ex.x-oex 如何下载和编译CPP代码?将命令中的gcc替换为g++?

要将编译器交叉到c Arm Linux,我使用

apt-get install gcc-5-arm-linux-gnueabi
然后使用类似的
arm-linux-gnueabi-gcc-5ex.x-oex


如何下载和编译CPP代码?

将命令中的
gcc
替换为
g++