Quote:
Originally Posted by aditya3098
The wiki is slightly mistaken (will update it in a few minutes)
install using sudo apt-get install gcc-4.6-arm-linux-gnueabi
And execute using arm-linux-gnueabi-gcc-4.6. (i.e arm-linux-gnueabi-gcc-4.6 hello.c -o hello)
|
Thanks, but I didn't say I've failed at the "install build toolset" part. I was able to install build env. I was able to compile program which returns 0 (there were no headers included). I was not able to compile when I've included iostream and used it - there were some weird header errors which I've seen the first time. I have no cross-compiling experience, so I think it's only minor problem, but I haven't had time to investigate further.