neuronalmotion / qtrpi

An easy-to-use environment to cross-compile Qt applications for Raspberry Pi from your desktop.
MIT License
104 stars 40 forks source link

file format not recognized; treating as linker script ! #65

Open ehsunoo opened 7 years ago

ehsunoo commented 7 years ago

Hi Qt Creator Error: /opt/qtrpi/raspbian/sysroot/lib/arm-linux-gnueabihf/libpthread.so.0:-1: error: file format not recognized; treating as linker script

/opt/qtrpi/raspbian/sysroot/lib/arm-linux-gnueabihf/libpthread.so.0:1: error: syntax error

:-1: error: collect2: error: ld returned 1 exit status

what is the meaning of this errors?! thanks

synapticvoid commented 7 years ago

Hi @coloop ,

What is the system your machine is running on?

The error seems to indicate an incompatible file format between the qtrpi installation and your computer.

ehsunoo commented 7 years ago

@synapticvoid Hi I am using Ubuntu 17.04. and the error not solved!