HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- aCC Linker error 1913
Operating System - HP-UX
1833325
Members
2866
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
10-14-2002 11:00 AM
10-14-2002 11:00 AM
I'm building a program using the following aCC commands:
aCC +DA2.0N +W 829 +z -c etloadm.C -o etloadm.o
aCC -o ./etloadm -Wl,-e etloadm +DA2.0N -b -lCsup ./etloadm.o
The linker is returning back:
aCC: error 1913: `etloadm' does not exist or cannot be read
This module definitely exists in the current directory and has all the proper
permission bits set. Can anyone suggest something else I am doing wrong?
I'm running on HP-UX v11.0 and using aCC A.03.25
aCC +DA2.0N +W 829 +z -c etloadm.C -o etloadm.o
aCC -o ./etloadm -Wl,-e etloadm +DA2.0N -b -lCsup ./etloadm.o
The linker is returning back:
aCC: error 1913: `etloadm' does not exist or cannot be read
This module definitely exists in the current directory and has all the proper
permission bits set. Can anyone suggest something else I am doing wrong?
I'm running on HP-UX v11.0 and using aCC A.03.25
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 11:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 01:06 AM
10-15-2002 01:06 AM
Re: aCC Linker error 1913
Hi,
the values for the option +DA are:
+DA1.1
+DA867
+DA2.0
+DAportable
+DA2.0W
try:
aCC +DA2.0W -W829 +z -c etloadm.C
aCC -o ./etloadm -Wl,-e,etloadm +DA2.0W -b -lCsup ./etloadm.o
Nicolas
the values for the option +DA are:
+DA1.1
+DA867
+DA2.0
+DAportable
+DA2.0W
try:
aCC +DA2.0W -W829 +z -c etloadm.C
aCC -o ./etloadm -Wl,-e,etloadm +DA2.0W -b -lCsup ./etloadm.o
Nicolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 02:55 AM
10-15-2002 02:55 AM
Re: aCC Linker error 1913
>Try leaving out the blank
That was it, thanks.
Nicolas, +DA2.0N is valid; it
specifies a 32-bit compiler for
the PA-RISC 2.0 platform.
That was it, thanks.
Nicolas, +DA2.0N is valid; it
specifies a 32-bit compiler for
the PA-RISC 2.0 platform.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP