After doing the commenting out from the Qt files, when Qt compiler started linking for generating libQtCore library, i keep getting following error
-------------------------------------------------------------------------
/srv/tools/omap3evm/toolchain/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/../../../../arm-none-linux-gnueabi/bin/ld: skipping incompatible /lib/libpthread.so.0 when searching for /lib/libpthread.so.0
/srv/tools/omap3evm/toolchain/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/../../../../arm-none-linux-gnueabi/bin/ld: cannot find /lib/libpthread.so.0
collect2: ld returned 1 exit status
-------------------------------------------------------------------------
the linker tries to find libpthread in /lib even though while configure i provided the path to the library folder that was copied from the target board to a local folder on my machine so that cross compilation take place.
this is the same error that comes if i try to just compile my application even without cross compiling the library.
there is something going wrong here. can anyone tell me what's going wrong?
Bookmarks