daily pastebin goal
27%
SHARE
TWEET

Untitled

a guest Sep 5th, 2016 81 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 1. Download and unzip Qt-everywhere-opensource-src-4.8.5 into ~/QtEmbedded
  2. 2. Install necessaries like build-essentials etc... Usually the things you require to build Yocto
  3. 3. sudo apt-get install gcc-arm-linux-gneuabi and gcc-arm-linux-gneuabihf.
  4. 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
  5. 4. Run config tool with following-> ./configure -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -little-endian -no-webkit.
  6. Success... Please run MAKE and then MAKE INSTALL. So I run make.
  7. Goes on for AGES! And then fails with [ MAKE[1] "arm-none-linux-gcc": command not found ] something like that
  8.  
  9. 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.
  10.  
  11. 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'
  12. collect2: ld returned 1 exit status
  13. make[1]: *** [../../lib/libQtScript.so.4.8.6] Error 1
  14. make[1]: Leaving directory `/home/gss/QtEmbedded/src/script'
  15. make: *** [sub-script-make_default-ordered] Error 2
RAW Paste Data
Top