HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error in aCC loader
Operating System - HP-UX
1837018
Members
2227
Online
110111
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
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
12-20-2004 12:31 AM
12-20-2004 12:31 AM
Error in aCC loader
Hi,
I am using aCC 3.56 compiler. During compilation I am getting following error.
/opt/aCC/bin/aCC -DOSS3_ACC_VERSION=A_03_56 -c
mogvstoolbamx.cc +Z +inst_implicit_include -I. -I/vobs/src17/lmdoss +Z -I/opt/nokianms/include/coplib -I/opt/nokianms/include/coplib/Motif2.1 -I/opt/nokianms/include/coplib/X11R6 -I/opt/nokianms/include/coplib/SC -I/opt/nokiaoss/dbsc -I/opt/nokiaoss/dbsc/olib/src/orclib -I/vobs/src18/zdblib -I/vobs/src18/zmalib -I/vobs/src19/rdblib -I/vobs/src18/rwglib -I/vobs/src18/voplib -I/vobs/src19/zq3api -ext -AA -g0 -z -D__HPACC_USING_MULTIPLIES_IN_FUNCTIONAL -DHPUX -DSYSV -DOPVERSION=1111 +DA2.0N +DS2.0 +Oinitcheck -mt +W829 +W5012 -o mogvstoolbamx.o
Building shared library libmoglibmx.sl
/usr/ccs/bin/ld: Invalid loader fixup in text space needed in output file for symbol "C$3" in input file "mogcxbcftypmx.o"
*** Error code 1
clearmake: Error: Build script failed for "libmoglibmx.sl"
Could you please tell me what this error means.
Thanks in advance
Regards
Kalyan
I am using aCC 3.56 compiler. During compilation I am getting following error.
/opt/aCC/bin/aCC -DOSS3_ACC_VERSION=A_03_56 -c
mogvstoolbamx.cc +Z +inst_implicit_include -I. -I/vobs/src17/lmdoss +Z -I/opt/nokianms/include/coplib -I/opt/nokianms/include/coplib/Motif2.1 -I/opt/nokianms/include/coplib/X11R6 -I/opt/nokianms/include/coplib/SC -I/opt/nokiaoss/dbsc -I/opt/nokiaoss/dbsc/olib/src/orclib -I/vobs/src18/zdblib -I/vobs/src18/zmalib -I/vobs/src19/rdblib -I/vobs/src18/rwglib -I/vobs/src18/voplib -I/vobs/src19/zq3api -ext -AA -g0 -z -D__HPACC_USING_MULTIPLIES_IN_FUNCTIONAL -DHPUX -DSYSV -DOPVERSION=1111 +DA2.0N +DS2.0 +Oinitcheck -mt +W829 +W5012 -o mogvstoolbamx.o
Building shared library libmoglibmx.sl
/usr/ccs/bin/ld: Invalid loader fixup in text space needed in output file for symbol "C$3" in input file "mogcxbcftypmx.o"
*** Error code 1
clearmake: Error: Build script failed for "libmoglibmx.sl"
Could you please tell me what this error means.
Thanks in advance
Regards
Kalyan
- Tags:
- fixup
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 02:50 AM
12-20-2004 02:50 AM
Re: Error in aCC loader
Hi
Go to www.webplaces.com
put
/usr/ccs/bin/ld: Invalid loader fixup text space needed in output file
In the goggle option
Will show that either code is not position independant or you have pieces of software compiled in different ways or with different compiler versions
Or something is corrupt
I am sure the answer is there
happy reading
Steve STeel
Go to www.webplaces.com
put
/usr/ccs/bin/ld: Invalid loader fixup text space needed in output file
In the goggle option
Will show that either code is not position independant or you have pieces of software compiled in different ways or with different compiler versions
Or something is corrupt
I am sure the answer is there
happy reading
Steve STeel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 11:11 AM
12-20-2004 11:11 AM
Re: Error in aCC loader
Make sure that object file mogcxbcftypmx.o was compiled with '+Z'. You can export CXXOPTS environment variable to tell aCC to use '+Z'. Best to remove all object files, export CXXOPTS and recompile again.
$ export CXXOPTS='+Z'
$ export CXXOPTS='+Z'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 01:47 AM
12-21-2004 01:47 AM
Re: Error in aCC loader
Hi,
Thanks for the reply. It looks like patch PHSS_31222 needs to be installed to fix this problem. I will check this and contact again if it does not solve the problem.
Thanks & Regards
Kalyan
Thanks for the reply. It looks like patch PHSS_31222 needs to be installed to fix this problem. I will check this and contact again if it does not solve the problem.
Thanks & Regards
Kalyan
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