The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-30-2008
bakunin bakunin is offline Forum Staff  
Bughunter Extraordinaire
  
 

Join Date: May 2005
Location: In the leftmost byte of /dev/kmem
Posts: 1,628
Quote:
Originally Posted by noble_curious View Post
Now I need to ask that is there any Cross Compiler that may compile and generate AIX based binary while I am on my Linux box or there is any environment or simulator that I may install on my Linux or Windows box which simulates as it is AIX and thus I can have development of AIX while I am not working on AIX.
Alas there is no such thing. If you do not need the newest version of AIX for your application you might consider buying an (older) AIX machine second-hand. There are regularly smaller machines offered which won't cost you an arm and a leg.

The OS license is usually sold with the machine but you would still need the xlC compiler from IBM to build for the AIX platform. There is a gcc compiler for AIX available but to build reliable software it is usually better to rely on the vendors "official" compiler.

I hope this helps.

bakunin