Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Problem running project
Qt 6.11 is out! See what's new in the release blog

Problem running project

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 233 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.
  • M Offline
    M Offline
    Mayron
    wrote on last edited by
    #1

    My project runs on a generic linux platform and I need to run it locally on Ubuntu 18.04. After changing the .pro to differentiate between the execution platforms, the following error appears:
    Captura de tela de 2020-04-01 08-57-49.png

    does anyone know how to solve this?

    JonBJ 1 Reply Last reply
    0
    • M Mayron

      My project runs on a generic linux platform and I need to run it locally on Ubuntu 18.04. After changing the .pro to differentiate between the execution platforms, the following error appears:
      Captura de tela de 2020-04-01 08-57-49.png

      does anyone know how to solve this?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @Mayron
      Your compile output only shows relinking of *.o files. I think it's complaining because the .os it finds are not in an acceptable ELF format. Don't you have to regenerate/recompile all the .o files (or at least Interface.o, maybe it's just that one?) under Ubuntu? Make absolutely sure you have cleaned out any *.o files before you start.

      Or am I misunderstanding?

      1 Reply Last reply
      2

      • Login

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