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. How to tack than issues with QT-MinGW exe files?
Qt 6.11 is out! See what's new in the release blog

How to tack than issues with QT-MinGW exe files?

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 277 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
    mikeitexpert
    wrote on last edited by mikeitexpert
    #1

    I know it is a general question ... but I can't wrap my head around it and my searches didn't help me what so ever.

    So, here is the story ... I am building an application with QT-MinGW 32bit (Qt_5_12\Tools\mingw730_32\bin) on a Windows 10 machine (64bit)...

    The output exe file is pretty large around 140mb in some build configurations because I have to statically link with some large binary resources (.o files). The exe doesn't run if I link large .o files with it....

    otherwise it crashes with no error messages and I have no idea how possibly I could track down the issue as there is no output showing on command prompt... (of course my knowledge of Windows 10 is not expert level)

    Any clue is much appreciate it. - thx Mike

    Update

    I guess the issue has to do with the way I make the binary object resources to be linked with the application:

    ld -r -b binary -o output-file.o intput-resource-file.mat

    Is there anything wrong with this?

    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