Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Using Qt Quick UI (Qt Creator 4.8.0, Qt 5.12.0), for native build on Raspberry PI, will not run
QtWS25 Last Chance

Using Qt Quick UI (Qt Creator 4.8.0, Qt 5.12.0), for native build on Raspberry PI, will not run

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 273 Views
  • 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.
  • E Offline
    E Offline
    edorval
    wrote on last edited by
    #1

    I'm fairly new to Qt. I am running Qt 5.12.0 on Qt Creator 4.8.0 on the Raspberry Pi 3 B+. I have ran the code correctly on the PC, but on the Raspberry Pi it is giving an error with running the program. Am I missing a compiler or a kit or something else? Here is the error message I'm getting:

    Starting /usr/bin/arm-linux/gnueabihf-g++-6...
    arm-linux-gnueabihf-g++-6: fatal error: no input files
    compilation terminated.
    /usr/bin/arm-linux-gnueabihf-g++-6 exited with code 1

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You are not the running your application at all. The error you have here is that the compiler doesn't get any input.

      How did you install Qt 5.12.0 on your Raspberry Pi 3 ?

      How does your .pro file look like ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

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