Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. armhf
    Log in to post

    • UNSOLVED Creating CMake project for embedded target without Qt fails
      Mobile and Embedded • cmake arm cross-compile armhf • • azarubkin  

      4
      0
      Votes
      4
      Posts
      168
      Views

      Yes, it is. But Qbs is better (IMHO), and you can use QtCreator && VSCode IDEs. ;) CMake it is pain...
    • UNSOLVED libQgpsmm no such file or directory
      General and Desktop • qt4.8 armhf gpsd • • Simplexity  

      4
      0
      Votes
      4
      Posts
      1524
      Views

      @jsulm many thanks. Yes libgpsmm.h is ok, but the man page you pointed to also references libQgpsmm.
    • UNSOLVED Qt Quick Compiler not available for cross-compile
      Tools • qt5.8.0 armhf enterprise qt quick compil • • ezerg  

      2
      0
      Votes
      2
      Posts
      1161
      Views

      Hi and welcome to devnet, AFAIK, the QtQuick Compiler is a licensed product so you should check with the Qt Company directly. On a side note, it's likely going to be a host tools like qmake or moc so one thing you can try is to copy the one you already have in the binary folder of our self-built Qt.
    • UNSOLVED Raspberry Pi Beginners Issue: toolchain or QMakeSpec is broken
      Tools • cross-compiling toolchain armhf • • CybeX  

      7
      0
      Votes
      7
      Posts
      16378
      Views

      Because I had the same Issues with the same Tutorial and often came along this discussion while searching for possible solutions, I took the privilege to dig up this old thread. With the help of What would be a pratical example of sysroot and prefix options for Qt and especially the mentioned option, quote:" -no-gcc-sysroot very specific hack for compilers that can't find their own crt inside --sysroot passes sysroot to pkgconfig and others, but not to gcc so that gcc will be called with -L/sysroot/lib/ correctly, but doesn't try to find implicit paths (crt) here. ", I was able to fix the problem.
    • UNSOLVED Setting up a cross-compiling ide allowing cross platform and mutiple architecture development
      General and Desktop • cross platform cross-compiling armhf x64 x86 • • CybeX  

      6
      0
      Votes
      6
      Posts
      3119
      Views

      @CybeX 1:I saw on google that someone else had this error with gcc 4.8. Upgrading solved it. Not saying it will for you. But was the only errors i could find in your log. 2: Sorry I don't know how to solve this. People are compiling for the PI but I never got around to try one so the details of getting it to work is also unknown to me. Update: I have a good eye to https://www.ics.com/blog/configuring-qt-creator-raspberry-pi but no board so didnt try yet.
    • SOLVED Qt Cross Compile - some binaries are not cross compiled
      General and Desktop • qmake cross compile armhf cubieboard • • MartinCZ  

      3
      0
      Votes
      3
      Posts
      1992
      Views

      @micland Yes, you are right. I was somehow lost. I needed to have qmake compiled for x86_64, but what confused me was that this binary was mixed together with other (ARM) binaries. Just to know. After config stage, it is possible to change CC variable in Makefile and get cross compiled qmake in a few minutes. Thank you and Regards !
    • SOLVED Cross compiling Qt 5.5.1 for armhf on Ubuntu 15.10
      Mobile and Embedded • cross compile armhf 5.5.1 ubuntu 15.10 • • zzarr  

      8
      0
      Votes
      8
      Posts
      5496
      Views

      Good catch ! I missed that one on your configure line. Since you have it working now, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :)