radekp / qtmoko

QtExtended, formerly known as Qtopia from TrollTech, discontinued by Nokia
http://qtmoko.org
Other
70 stars 39 forks source link

Building problems #138

Closed prehistoricpenguin closed 11 years ago

prehistoricpenguin commented 11 years ago

I am sorry to report that i have undertook a problem.I build the latest versioin fllow the README in the source folder.But after excute the command "make install",I find problems like "recursive directory loop " in the build folder.After the building,I found three more objects in my folder:the folder "build", folder "qtmoko_chroot" and a image file "qtmoko-chroot.img". And I neither know where is the rootfs I have build.Thanks for your reply!

prehistoricpenguin commented 11 years ago

[Modified]I use the command sequences below: " git clone git://github.com/radekp/qtmoko.git cd qtmoko git submodule init git submodule update sudo scripts/qtmoko-chroot.sh mkdir -p /root/qte/build cd /root/qte/build ../qtmoko/configure -device gta04 make -j5 > /dev/null export LD_LIBRARY_PATH=/root/qte/build/qtopiacore/host/lib/ make install exit " Thanks in advance!

radekp commented 11 years ago

Hi, you are missing "git submodule update" and "export LD_LIBRARY_PATH=/root/qte/build/qtopiacore/host/lib/" lines. They are in the README.

Can you also please paste output?

prehistoricpenguin commented 11 years ago

I am so sorrry that I missed the two lines,but I have executed them.I have not seen some abnormal output during building and installing.And I am wondering how to get a rootfs from qtmoko.

radekp commented 11 years ago

It wont produce whole rootfs - just contents for /opt

Last command in the README is this: ../qtmoko/devices/gta04/scripts/update_qtmoko

It will create qtmoko_update.tar.gz (and if you have device connected it will also copy it to device and update it).

radekp commented 11 years ago

i hope i can close this...