Operating System - Linux
1752801 Members
5520 Online
108789 Solutions
New Discussion юеВ

Compile aC++ on Integrity to run on PA-RISC.

 
SOLVED
Go to solution
Garry Ferguson
Frequent Advisor

Compile aC++ on Integrity to run on PA-RISC.

I assume this is not possible but I just cannot find any reference to confirm my
assumption.
Can anyone please sort me out on this one.
Many thanks.
2 REPLIES 2
Mike Stroyan
Honored Contributor
Solution

Re: Compile aC++ on Integrity to run on PA-RISC.

There is no supported way to compile with aCC on an integrity system to create PA-RISC executables. The is no cross compiler package to go that way. There are no PA-RISC development header/library packages intended to install on an integrity system.

It would be theoretically possible to put PA-RISC files into a separate directory tree and use the SDKROOT and TARGETROOT environment variables to use the PA-RISC compiler under aries emulation. The SDKROOT feature is discussed in /opt/aCC/newconfig/RelNotes/ACXX.release.notes in version 3.33 and later.
Garry Ferguson
Frequent Advisor

Re: Compile aC++ on Integrity to run on PA-RISC.

Happy with the one reply received.