.So format not recognized
Unsolved
General and Desktop
-
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?
@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. -
saved my life!