Results 1 to 3 of 3

Thread: How to compile c++

  1. #1
    Join Date
    Jul 2005
    Location
    Prague, Czech Republic, Europe
    Posts
    9

    How to compile c++

    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

    Code:
    #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.

  2. #2
    Join Date
    Jun 2005
    Location
    Slovenia
    Posts
    736

  3. #3
    Join Date
    Jul 2005
    Location
    Prague, Czech Republic, Europe
    Posts
    9
    Great job guys, it just works
    Thanks for hint.

Similar Threads

  1. How can I compile with shared library ?
    By Jean-Fabrice in forum WL-500g Custom Development
    Replies: 13
    Last Post: 20-08-2010, 21:52
  2. compile request: tsp client
    By alpha5 in forum WL-500g Custom Development
    Replies: 1
    Last Post: 10-11-2006, 21:11
  3. Compile java with gcj?
    By MatB in forum WL-500g Custom Development
    Replies: 0
    Last Post: 08-01-2006, 12:15
  4. Having trouble to compile Olegs Firmware...
    By max2950 in forum WL-500g Custom Development
    Replies: 18
    Last Post: 08-03-2005, 14:27

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •