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 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.
