Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. External libraries on Raspberry Pi 3 B+
Forum Updated to NodeBB v4.3 + New Features

External libraries on Raspberry Pi 3 B+

Scheduled Pinned Locked Moved Solved Mobile and Embedded
28 Posts 7 Posters 7.1k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • sneubertS Offline
    sneubertS Offline
    sneubert
    wrote on last edited by
    #19

    sorry you have to repeate Step 9 after rsync

    C 1 Reply Last reply
    0
    • sneubertS sneubert

      sorry you have to repeate Step 9 after rsync

      C Offline
      C Offline
      Crindu
      wrote on last edited by
      #20

      @sneubert I just repeated step 9 but the errors remains

      1 Reply Last reply
      0
      • sneubertS Offline
        sneubertS Offline
        sneubert
        wrote on last edited by
        #21

        this seems to be a compiler missmatch between your cross-compiler an the compiler used to create the library, one thing you can try is to put

        #define _GLIBCXX_USE_CXX11_ABI 0
        

        before include any standard library in your code

        C 1 Reply Last reply
        0
        • sneubertS sneubert

          this seems to be a compiler missmatch between your cross-compiler an the compiler used to create the library, one thing you can try is to put

          #define _GLIBCXX_USE_CXX11_ABI 0
          

          before include any standard library in your code

          C Offline
          C Offline
          Crindu
          wrote on last edited by
          #22

          @sneubert Unfortunately it doesn't work. I noticed that copying the file on the Raspberry and compiling from there, it works! And this is strange because the compiler should be the same as the toolchain

          1 Reply Last reply
          0
          • sneubertS Offline
            sneubertS Offline
            sneubert
            wrote on last edited by
            #23

            what version of gcc are you using for cross compiling

            /home/cristiano/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-g++ -v
            

            what version of gcc is on your rpi

            g++ -v 
            
            C 1 Reply Last reply
            2
            • sneubertS sneubert

              what version of gcc are you using for cross compiling

              /home/cristiano/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-g++ -v
              

              what version of gcc is on your rpi

              g++ -v 
              
              C Offline
              C Offline
              Crindu
              wrote on last edited by
              #24

              @sneubert
              1:

              Using built-in specs.
              COLLECT_GCC=/home/cristiano/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-g++
              COLLECT_LTO_WRAPPER=/home/cristiano/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/../libexec/gcc/arm-linux-gnueabihf/4.8.3/lto-wrapper
              Target: arm-linux-gnueabihf
              Configured with: /home/zhehe01/work/bzr/pi-build/builds/arm-linux-gnueabihf-raspbian-linux/.build/src/gcc-linaro-4.8-2014.03/configure --build=x86_64-build_unknown-linux-gnu --host=x86_64-build_unknown-linux-gnu --target=arm-linux-gnueabihf --prefix=/home/zhehe01/work/bzr/pi-build/builds/arm-linux-gnueabihf-raspbian-linux/install --with-sysroot=/home/zhehe01/work/bzr/pi-build/builds/arm-linux-gnueabihf-raspbian-linux/install/arm-linux-gnueabihf/libc --enable-languages=c,c++,fortran --disable-multilib --enable-multiarch --with-arch=armv6 --with-tune=arm1176jz-s --with-fpu=vfp --with-float=hard --with-pkgversion='crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03' --with-bugurl=https://bugs.launchpad.net/gcc-linaro --enable-__cxa_atexit --enable-libmudflap --enable-libgomp --enable-libssp --with-gmp=/home/zhehe01/work/bzr/pi-build/builds/arm-linux-gnueabihf-raspbian-linux/.build/arm-linux-gnueabihf/build/static --with-mpfr=/home/zhehe01/work/bzr/pi-build/builds/arm-linux-gnueabihf-raspbian-linux/.build/arm-linux-gnueabihf/build/static --with-mpc=/home/zhehe01/work/bzr/pi-build/builds/arm-linux-gnueabihf-raspbian-linux/.build/arm-linux-gnueabihf/build/static --with-isl=/home/zhehe01/work/bzr/pi-build/builds/arm-linux-gnueabihf-raspbian-linux/.build/arm-linux-gnueabihf/build/static --with-cloog=/home/zhehe01/work/bzr/pi-build/builds/arm-linux-gnueabihf-raspbian-linux/.build/arm-linux-gnueabihf/build/static --with-libelf=/home/zhehe01/work/bzr/pi-build/builds/arm-linux-gnueabihf-raspbian-linux/.build/arm-linux-gnueabihf/build/static --enable-threads=posix --disable-libstdcxx-pch --enable-linker-build-id --enable-plugin --enable-gold --with-local-prefix=/home/zhehe01/work/bzr/pi-build/builds/arm-linux-gnueabihf-raspbian-linux/install/arm-linux-gnueabihf/libc --enable-c99 --enable-long-long --with-float=hard
              Thread model: posix
              gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) 
              
              

              2:

              Using built-in specs.
              COLLECT_GCC=g++
              COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper
              Target: arm-linux-gnueabihf
              Configured with: ../src/configure -v --with-pkgversion='Raspbian 6.3.0-18+rpi1+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
              Thread model: posix
              gcc version 6.3.0 20170516 (Raspbian 6.3.0-18+rpi1+deb9u1) 
              

              I think I need to update the cross compiler. Can I simply download the same version of the Raspberry and set it as compiler in the Qt Creator kit?

              1 Reply Last reply
              0
              • sneubertS Offline
                sneubertS Offline
                sneubert
                wrote on last edited by
                #25

                I always use the linaro cross-compiler, latest gcc 7.3.1 should do
                https://releases.linaro.org/components/toolchain/binaries/latest/arm-linux-gnueabihf/
                But I think you have to rebuild qt with this compiler.

                C 2 Replies Last reply
                3
                • sneubertS sneubert

                  I always use the linaro cross-compiler, latest gcc 7.3.1 should do
                  https://releases.linaro.org/components/toolchain/binaries/latest/arm-linux-gnueabihf/
                  But I think you have to rebuild qt with this compiler.

                  C Offline
                  C Offline
                  Crindu
                  wrote on last edited by
                  #26

                  @sneubert Ok I'll try to repeat steps 10 and 11 with the latest version of gcc

                  1 Reply Last reply
                  0
                  • sneubertS sneubert

                    I always use the linaro cross-compiler, latest gcc 7.3.1 should do
                    https://releases.linaro.org/components/toolchain/binaries/latest/arm-linux-gnueabihf/
                    But I think you have to rebuild qt with this compiler.

                    C Offline
                    C Offline
                    Crindu
                    wrote on last edited by
                    #27

                    @sneubert It worked at first try! Thank you so much, you really helped me a lot!!

                    H 1 Reply Last reply
                    1
                    • C Crindu

                      @sneubert It worked at first try! Thank you so much, you really helped me a lot!!

                      H Offline
                      H Offline
                      Huy hust
                      wrote on last edited by
                      #28

                      @Crindu Dear, I am facing with problem that same with your. But i dont know how to update gcc in cross compile, can you help me?

                      1 Reply Last reply
                      0

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved