Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/141.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++ Arm的G++编译器找不到freetype.h_C++_Linux_Arm_Freetype - Fatal编程技术网

C++ Arm的G++编译器找不到freetype.h

C++ Arm的G++编译器找不到freetype.h,c++,linux,arm,freetype,C++,Linux,Arm,Freetype,我需要编译一个本机Linux项目,其中包含arm平台的代码:Blocks。如果我使用标准的g++和gcc编译器,代码编译得很好。但是当我像这样设置工具链时,它似乎没有从freetype库中找到ftheader.h。我已经将搜索路径设置为/usr/include/freetype2/config/。但是他在arm-linux-gnueabi/freetype2/config/where is nothing中进行搜索。编译器的实际调用是什么样子的?我如何在代码块中看到这一点?

我需要编译一个本机Linux项目,其中包含arm平台的代码:Blocks。如果我使用标准的g++和gcc编译器,代码编译得很好。但是当我像这样设置工具链时,它似乎没有从freetype库中找到ftheader.h。我已经将搜索路径设置为/usr/include/freetype2/config/。但是他在arm-linux-gnueabi/freetype2/config/where is nothing中进行搜索。

编译器的实际调用是什么样子的?我如何在代码块中看到这一点?