Hi, thank you for the reply.

I re-ran the configure like you had suggested, got stuck in make. Its says arm-linux-g++ command not found, i have mapped my toolchain bin path in my system but the bin folder only contains arm-linux-gnueabi-* files.

Couple of points I wanted to clarify:
(1) Did you compile Qt with "arm-linux-g++" or "arm-linux-gnueabi-g++" compiler?

(2) Previously, I did try to compile a small c printf program with "arm-linux-gxx" but could not run the executable on the target board (PXA320). The same program when compiled with "arm-linux-gnueabi-gxx" worked on the target board (PXA320). This was the reason why I changed my qmake.conf file, replaced all references from "arm-linux-gxx" to "arm-linux-gnueabi-gxx"

Note: I could successfully compile Qt with "arm-linux-gxx" but could not run the executables in the target board. The binary file was not compatable.

(3) When you configured Qt, did you have Glib support, my Qt configure mentions there is no Glib support. Not sure if it will make a difference.

(4) Could you send me your qmake.conf file, for reference purpose?


I have posted the error log below.

gmake[1]: Entering directory `/home/ajinkya/qt441/src/corelib'
arm-linux-g++ -c -pipe -fno-exceptions -O2 -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DHB_EXPORT=Q_CORE_EXPORT -DQT_NO_DEBUG -I../../mkspecs/qws/linux-arm-g++ -I. -I../../include -I../../include/QtCore -I.rcc/release-shared-emb-arm -Iconcurrent -Iglobal -I../3rdparty/zlib -I../3rdparty/harfbuzz/src -I.moc/release-shared-emb-arm -I.uic/release-shared-emb-arm -o .obj/release-shared-emb-arm/qatomic_arm.o arch/arm/qatomic_arm.cpp
gmake[1]: arm-linux-g++: Command not found
gmake[1]: *** [.obj/release-shared-emb-arm/qatomic_arm.o] Error 127
gmake[1]: Leaving directory `/home/ajinkya/qt441/src/corelib'
gmake: *** [sub-corelib-sub_src_target_ordered] Error 2