On Fri, May 29, 2015 at 10:49 AM, Ken <[email protected]> wrote: > Hi, > > I want using QT Creator develop over remote. > > My develop environment as below: > > VM:ubuntu 12.04 > QT > toolchain:angstrom-2011.03-i686-linux-armv7a-linux-gnueabi-toolchain-qte-4.6.3.tar.bz2 > BBB image:bone-debian-7.8-lxde-4gb-armhf-2015-03-01-4gb.img.xz > > When I upload qt executable file to BBB, happen error message as below: > > stdin: is not a tty > file: No such file or directory > Application finished with exit code 127. > > But I using SSH login over putty is successful. > > Have any solution way to this issue?
Wrong toolchain.. gnueabi =/= armhf... You need a "gnueabihf" toolchain.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
