- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PA RISC1.1 PARISC 2.0 Architecture
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
05-17-2005 01:55 AM
05-17-2005 01:55 AM
PA RISC1.1 PARISC 2.0 Architecture
We have an application that interfaces with MQ Series which is PA RISC1.1.
But target OS is PA RISC 2.0 type. So kindly confirm,
a) I think PA RISC1.1 shared Library cannot go hand in with hand PARISC 2.0 ? ( may be silly question,I different architecture cannot go hand in hand ) Is that right ?
b) If we need to run both in PA RISC 1.1 and RISC 2.0 we can use DA Portable to do the same right ?
TIA.
With Regards,
Srinivasan S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2005 02:11 AM
05-17-2005 02:11 AM
Re: PA RISC1.1 PARISC 2.0 Architecture
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2005 02:12 AM
05-17-2005 02:12 AM
Re: PA RISC1.1 PARISC 2.0 Architecture
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2005 02:32 AM
05-17-2005 02:32 AM
Re: PA RISC1.1 PARISC 2.0 Architecture
I thought +DD64 alone will make it 64 Bit application. But even changing +DA2.0 also make it 64 Bit is something new info for me.
Is that so ?
I shall read the literature further more.
Thanks anyway.
With Regards,
Srinivasan S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2005 02:58 AM
05-17-2005 02:58 AM
Re: PA RISC1.1 PARISC 2.0 Architecture
create a very simple c program, eg, "my.c"
cc +DA2.0 my.c -o my2
file my2
cc +DA2.0W my.c -o my2W
file my2W
cc +DAportable my.c -o my1
file my1
You will see that each of these produces a different instruction set/data model combination but only the +DAportable (or +DA1.1) will run on both 32-bit and 64-bit machines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 02:02 AM
05-18-2005 02:02 AM