[beagleboard] Cross Compilation: standard c++ functions are unavailable

2013-12-09 Thread dmitryponv
Hi everyone, I was interested in some help with a basic cross-compilation error for Beaglebone Black. This is in Eclipse, in Ubuntu, I'm getting a Symbol 'cout' could not be resolved error. I have all of my include and library path directories set up correctly, and I can see a list of function

Re: [beagleboard] Cross Compilation: standard c++ functions are unavailable

2013-12-09 Thread Toan Pham
its always better if you include your sourcecode. did you link with stdc++ library? On Mon, Dec 9, 2013 at 3:37 PM, wrote: > > Hi everyone, I was interested in some help with a basic cross-compilation > error for Beaglebone Black. This is in Eclipse, in Ubuntu, I'm getting a > Symbol 'cout' co