With a RaspBerry Pi and from my computer, I\'m trying to cross-compile a simple helloWorld written in C++. I\'m using Code Sourcery toolchain for linux to compile.
When
You could try the toolchain at: https://github.com/kallaballa/Raspberry-GCC-4.7.3
It's a pre-built gcc-4.7.3 toolchain for armv6 with hardfp using gnueabi. I'm using it to cross compile c++11 for a raspberrian target.
Please note it only works on linux x86_64 hosts.