Hi
> compiler = ${CROSS_COMPILE}gcc
>
> .... <snip>
>
> The program itself is using <string> <iostream> and other STL libs with
> namespaces in use.Change the gcc to g++ if you use STL and C++ programs. BR, Matej
Hi
> compiler = ${CROSS_COMPILE}gcc
>
> .... <snip>
>
> The program itself is using <string> <iostream> and other STL libs with
> namespaces in use.Change the gcc to g++ if you use STL and C++ programs. BR, Matej