If only for Qt , I suggest with Buildroot Actually , I was trying to build with this , https://github.com/liyaoshi/BBB_QT5_WAYLAND
But ,on Ti platform , I just finished a half , I am targeting on the FSL platform . I just want to say , if you want a tiny QT enviroment , use buildroot . and it should works 2013/12/31 John Syne <[email protected]> > > > From: liyaoshi <[email protected]> > Reply-To: <[email protected]> > Date: Monday, December 30, 2013 at 6:38 PM > To: <[email protected]> > Subject: Re: [beagleboard] Re: Error: cannot find -lstdc++ > > Native gcc on board is really not a good idea ,try to build whole QT > package on your board > > Try download linaro toolchain and use cross compiler on your linux x86 > machine > > Cross compiling would be my preference also, but I never managed to get > this working. In the end, I natively compiled QT5.1.1 on the BBB and it > works great. > > Regards, > John > > > > > > > 2013/12/30 <[email protected]> > >> I had this same problem - I installed the following from opkg: >> beagle:/home/solitaire/code/cpp# opkg install libstdc++6 libstdc++-dev >> libstdc++-staticdev >> >> which seemed to fix the problem. >> >> >> On Saturday, September 29, 2012 8:15:48 AM UTC+10, noa wrote: >>> >>> I'm trying to compile a simple "Hello world" in beagleboard with the >>> commend: >>> g++ -Wall Hello.cpp -o Hello >>> and get this error: >>> /usr/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../. >>> ./arm-angstrom-linux-gnueabi/bin/ld: cannot find -lstdc++ >>> collect2:ls returned 1 exit status >>> What the problem? >>> Thanks >>> >> -- >> 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/groups/opt_out. >> > > -- > 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/groups/opt_out. > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
