pbouda / buildroot-qt-dev

A Buildroot config to build an environment for Qt5 development on embedded systems.
GNU General Public License v3.0
63 stars 24 forks source link

error while loading shared libraries (RP2) #3

Open freaksdd opened 9 years ago

freaksdd commented 9 years ago

hi, i tried your project to install it on the Raspberry Pi 2. I have checked all steps to config and install the project to the sd card. at the start-up i get an error: error while loading shared libraries: /lib/libnsl.so.1 : invalid ELF header.

i got also a problem (also "invalid ELF hader") when i would to start a example qt project (brummbeere).

do you know how to fix this mistake or know what's wrong!? thanks for help

pbouda commented 9 years ago

The "invalid ELF header" message might suggest that the binaries are compiled for the wrong platform. Hard to tell what exactly went wrong here. Could you check for which platforms your binaries were compiled in the "target" directory?