Hello,
I am a Linux newbie and I have no idea about this.I am trying to install Qtopia core 4.3.3 (qtopia-core-opensource-src-4.3.3) on my PC for cross development for my ARM board running on Linux.My goal is to display graphics on the TFT connected to my board.I have referred the following docs for installation:
http://doc.trolltech.com/4.3/qtopiacore-install.html
http://doc.trolltech.com/4.3/qtopiacore-crosscompiling.html
After installing the Qtopia when I try to cross compile a Qtopia application for ARM I get the following error.
gmake[1]: arm-linux-g++: Command not found
gmake[1]: ***{.obj/release-shared-emb-arm/qatomic.o] Error 127
gmake[1]: Leaving directory '/root/qtopia-core-opensource-src-4.3.3/src/corelib'
gmake: ***[sub-corelib-make_default-ordered] Error 2
[root@localhost qtopia-core-opensource-src-4.3.3] #
I get this error when I try Create a Target Specific qmake Specification
I already have arm-linux-gcc installed on my system at /usr/lib/arm/3.3.2/bin.I can also see arm-linux-g++ in the directory.What could be the problem?
Never mind I figured this out.I just added arm-linux-g++ in the path variable.
But now I am stuck in the next stage.When I configure Qtopia with the following command:
[root@localhost qtopia-core-opensource-src-4.3.3]# ./configure -embedded arm -xplatform qws/linux-arm-g++
It configures well and asks to enter gmake.After entering gmake
I get the following error:
collect2: ld returned 1 exit status
gmake[3]: *** [charactermap] Error 1
gmake[3]: Leaving directory `/root/qtopia-core-opensource-src-4.3.3/examples/widgets/charactermap'
gmake[2]: *** [sub-charactermap-make_default] Error 2
gmake[2]: Leaving directory `/root/qtopia-core-opensource-src-4.3.3/examples/widgets'
gmake[1]: *** [sub-widgets-make_default] Error 2
gmake[1]: Leaving directory `/root/qtopia-core-opensource-src-4.3.3/examples'
gmake: *** [sub-examples-make_default-ordered] Error 2
What could be the problem??
thanks,
Ramandeep
This post has been edited 2 times, last edit by "ramandeep" (Feb 15th 2008, 5:02am)