PDA

Bekijk de volledige versie : How to compile c++



Elephantik
18-04-2006, 19:19
I have notified that on www.nslu2-linux.org there are finally support for libstdc++. I've tried to find out how to compile simple C++ code to work on Asus WL500g but I have not suceeded. Please can someone tell me basics in a few words what I need to download and how to compile something like



#include <iostream>

int main() {
std::cout << "Hello World!" << std::endl;
return 0;
}


I have working linux environment, I'm experienced C/C++ developer however total newbie to asus/uclibc/mipsel development.
Thanks lot.

oleo
19-04-2006, 07:17
http://www.nslu2-linux.org/wiki/FAQ/OptwareWl500gBuild

Elephantik
19-04-2006, 22:34
http://www.nslu2-linux.org/wiki/FAQ/OptwareWl500gBuild

Great job guys, it just works :D
Thanks for hint.