- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Binaries, builds, and cross-architecture compatibi...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 04:06 AM
03-23-2007 04:06 AM
We have been developing SW on HP-UX PA-RISC systems for a number of years. We are starting to develop for Itanium systems now. My understanding is that the processors/hw are different so a PA binary will not run on an IA machine. Is this correct? Is there a compatibility mode that would allow this to run?
Also, since there are .sl libraries, etc on the 11.23v2 system, is it possible to me to make builds for the PA-RISC machines on this system? May sound dumb, but builds go a lot faster on the new machine.
thank you for any advice you have.
Fred
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 04:16 AM
03-23-2007 04:16 AM
Re: Binaries, builds, and cross-architecture compatibility question
Actually, no that is not correct. The Itanium machines have this thing called the 'Aries' emulator built in. This allows PA-RISC programs to run on the IA architecture machines. Yu will pay a performance penalty by doing this, but it should still run. I don't think there is anything special you have to do to invoke Aries. I believe it is automatically invoked if a PA executable is run.
I **THINK** you should be able to build PA binaries on theh IA box. It should be a matter of choosing the correct compiler options to do so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 04:23 AM
03-23-2007 04:23 AM
Re: Binaries, builds, and cross-architecture compatibility question
In any event, you would be better advised to produce native code for both platforms and I don't think cross-compilation is possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 06:43 AM
03-23-2007 06:43 AM
SolutionLike said previously Aries will run any PA application on an IA system transparantly for the user.
http://devresource.hp.com/drc/STK/docs/refs/ieee_aries.pdf?jumpid=reg_R1002_USEN
Else to make cross compilation, you must get a pa dev environment in a Xdev area playing with
environment variables, but only on a IA64 system.
But the more easy is to do native compilation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 07:25 AM
03-23-2007 07:25 AM
Re: Binaries, builds, and cross-architecture compatibility question
Hope that wasn't too newbie a question...but that's what I am at this box.
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 05:23 PM
03-23-2007 05:23 PM
Re: Binaries, builds, and cross-architecture compatibility question
While it is possible (for me anyway ;-), it isn't supported. The best we can do is give you a pat on the back and say see this page:
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2548,00.html