Hello. I try to use cross compilation under windows.
My board is BeagleBone Black with Angstrom.
I downloaded toolchain from 
http://sysprogs.com/files/gnutoolchains/beaglebone/beaglebone-gcc4.7.3.exe.
If I compile programm with gcc, after deploing I can run it with out 
problems. If i use g++, after deploing I
receive libstdc++.so.6 not found.
I search this library on board it is exiest.
If i compile the same program directly on board using g++ it runs perfectly.

If I use ldd on programm compiled on windows mashine, ldd writes 
libstdc++.so.6 not found.
If I use ldd on programm that compiled on board ldd shows pathes to 
librarys.

I checked /etc/ld.so.conf all possible pathes is writen.
I tryed to copy libstdc++.so.6 to angsterm library pathes, but it is still 
not found after run programm.
Do you have any ideas?

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/46e5a8b2-6e39-4d3b-befe-23d07566a4e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to