qt-extended-4.4.3编译错误:Note: Run configure -verbose for verbose errors

原创作品,转载请说明出处!并保留超链接!

在编译qt-extended-4.4.3的config阶段,出现以下错误后退出:

Checking the compiler (host): OK (GCC 4, Little Endian)
Checking the compiler (target): FAIL
Note: Run configure -verbose for verbose errors
make: *** [src/build/mkconf/configure] Error 1


这表明你的编译器安装的路径不对!解决方法:

用arm-linux-gcc -v查看正确的交叉编译器安装路径,输出的文本中有一项是:

--prefix=/usr/local/arm/4.1.2

表示,你的交叉编译正确的安装路径是/usr/local/arm/4.1.2

你应该把/usr/local/arm/4.1.2/bin加入到PATH环境变量中去!


关键字:

qt-extended-4.4.3移植,Qtopia4.4.3移植

你可能感兴趣的:(qt-extended-4.4.3编译错误:Note: Run configure -verbose for verbose errors)