On Mon, Jun 22, 2015 at 1:54 AM, Pierluigi Passaro <[email protected]> wrote: > Hi all, > I've compiled a QT5 filesystem for imx28evk machine and QT5 apps runs fine. > I've also compiled and installed QT5 SDK, however if I try to debug > applications I get the following error: > > Debugging starts > Listening on port 10000 > Remote debugging from host 192.168.2.173 > Process /root/MyQt5App created; pid = 1181 > /root/MyQt5App: error while loading shared libraries: unexpected PLT reloc
you probably have different dynamic linker on target and in cross SDK, make sure they are same. > type 0xf0 > > Child exited with status 127 > Debugging has finished > > Do you have any suggestion on how to investigate the problem? > > Thanks > Regards > Pierluigi > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
