SHARE
TWEET
Untitled
a guest
Sep 5th, 2016
81
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- 1. Download and unzip Qt-everywhere-opensource-src-4.8.5 into ~/QtEmbedded
- 2. Install necessaries like build-essentials etc... Usually the things you require to build Yocto
- 3. sudo apt-get install gcc-arm-linux-gneuabi and gcc-arm-linux-gneuabihf.
- 3. If I Echo PATH its-> /usr/bin/arm-linux-gnueabi-gcc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
- 4. Run config tool with following-> ./configure -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -little-endian -no-webkit.
- Success... Please run MAKE and then MAKE INSTALL. So I run make.
- Goes on for AGES! And then fails with [ MAKE[1] "arm-none-linux-gcc": command not found ] something like that
- So I downloaded " arm-linux-gcc-4.3.2.tgz " to gain access to the specific command its looking for. and now it crashes with this AFTER taking ages to compile who knows what.
- obj/release/UStringImpl.o: In function QTWTF::CrossThreadRefCounted<QTWTF::OwnFastMallocPtr<unsigned short> >::deref()': UStringImpl.cpp:(.text._ZN5QTWTF21CrossThreadRefCountedINS_16OwnFastMallocPtrItEEE5derefEv[QTWTF::CrossThreadRefCounted<QTWTF::OwnFastMallocPtr<unsigned short> >::deref()]+0x28): undefined reference to__sync_sub_and_fetch_4'
- collect2: ld returned 1 exit status
- make[1]: *** [../../lib/libQtScript.so.4.8.6] Error 1
- make[1]: Leaving directory `/home/gss/QtEmbedded/src/script'
- make: *** [sub-script-make_default-ordered] Error 2
RAW Paste Data
