View Single Post
Old 08-12-2013, 09:54 AM   #9
KevinShort
Addict
KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.KevinShort ought to be getting tired of karma fortunes by now.
 
KevinShort's Avatar
 
Posts: 348
Karma: 209937
Join Date: Jan 2012
Location: Virginia, US
Device: Kobo Wifi, Kobo Glo
Oh, I should of mentioned that the installed name is 'arm-linux-' followed by the tool name, such as gcc or g++. So to compile the helloworld.cpp file for pre-2.6 firmware, this should work:
Code:
arm-linux-g++ helloworld.cpp
If you get 'arm-linux-g++: command not found', install 'g++-arm-linux-gnueabi'. I can't remember if the g++ compiler is installed with the gcc one.
KevinShort is offline   Reply With Quote