.So format not recognized
Unsolved
General and Desktop
-
wrote on 13 Dec 2019, 10:26 last edited by
Hi,
While running the make command to cross compile QT for arm7 i'm facing this issue
libQt5Gui.so: file not recognized: File format not recognized
collect2: error: ld returned 1 exit statusAny suggestion?
-
Hi,
While running the make command to cross compile QT for arm7 i'm facing this issue
libQt5Gui.so: file not recognized: File format not recognized
collect2: error: ld returned 1 exit statusAny suggestion?
wrote on 13 Dec 2019, 10:44 last edited by JonB@Ashutosh_Sachdeva
Wrong compile/link flags, wrong architecture or wrong file/found on wrong path. If you runfile libQt5Gui.so
on wherever that file is being linked against it should show you what it is and how it does not match whatever you need for your cross compilation. -
wrote on 28 Nov 2022, 01:25 last edited by
saved my life!