- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Need gcc 2.95.3 depot for 11.31 (both IA & PA)
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
Discussions
Discussions
Discussions
Forums
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
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-23-2008 12:49 AM
тАО05-23-2008 12:49 AM
Need gcc 2.95.3 depot for 11.31 (both IA & PA)
Does anybody has depot for gcc2.95.3 (for both IA & PA)..?
I downloaded this version for PA from
mirrors(dot)develooper(dot)com/hpux/downloads.html
I did not face any problem in installing this. But when i tried to execute a simple program (Hello World), I got the following error
/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdio.h:30: warning: `__va__list' redefined
/usr/include/sys/stdsyms.h:537: warning: this is the location of the previous definition
as: "/var/tmp/ccuXzJda.s", line 22: error 1052: Directive name not recognized - NSUBSPA
I even tried to build the gcc source. But could not. I have attached the build output for your reference..
Please help me to resolve this...
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2008 04:07 AM
тАО05-23-2008 04:07 AM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
This means you aren't using the foreign devil version of as(1). Possibly gas?
- Tags:
- foreign devil tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2008 07:05 AM
тАО05-23-2008 07:05 AM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
Why? It's almost prehistoric. What's wrong
with any of the more current (and more easily
available) GCC versions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-23-2008 07:12 AM
тАО05-23-2008 07:12 AM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
> mirrors(dot)develooper(dot)com/hpux/downloads.html
Really? I don't see a GCC 2.95.3 kit there
for HP-UX 11.31 (which is considerably newer
than GCC 2.95.3, by the way). Oh, I see.
You seem to have gotten the kit for a much
older HP-UX version, and apparently expected
it to work on 11.31. Good luck with that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2008 10:41 PM
тАО05-25-2008 10:41 PM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
Thanks for the info... I am using GNU's assembler -
GNU assembler version 2.17 (ia64-hp-hpux11.23) using BFD version 2.17
@steven
Thanks for your reply...
There is a dependency for gcc-2.95.3 in my application.
I know there is no gcc 2.95.3 kit for 11.31 on that website. As a workaround, first I tried installing the available kit. Then tried to build the code (both activities doen on PA m/c).
Want to know If it is possible to achive what I am trying to...? Pls advice..
Any suggestions/pointers are welcome...
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2008 11:00 PM
тАО05-25-2008 11:00 PM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
GNU assembler version 2.17 (ia64-hp-hpux11.23) using BFD version 2.17
The error message seems to be for PA (NSUBSPA) but you are listing an IPF assembler??
The important question is gcc using the gnu assembler?
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1177694
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2008 04:00 AM
тАО05-26-2008 04:00 AM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
GNU assembler version 2.17 (hppa64-hp-hpux11.11) using BFD version 2.17
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2008 04:28 AM
тАО05-26-2008 04:28 AM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
This is the version you want to use but you're not.
Compile with -v and see which "as" you are using.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2008 04:56 AM
тАО05-26-2008 04:56 AM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
I explicitly mentioned the 'as' path in the command line. Following is the error message I got:
var/tmp/ccYQIASa.s: Assembler messages:
/var/tmp/ccYQIASa.s:2: Error: unknown pseudo-op: `.subspa'
/var/tmp/ccYQIASa.s:3: Error: unknown pseudo-op: `.subspa'
/var/tmp/ccYQIASa.s:5: Error: unknown pseudo-op: `.subspa'
/var/tmp/ccYQIASa.s:6: Error: unknown pseudo-op: `.subspa'
/var/tmp/ccYQIASa.s:14: Error: unknown pseudo-op: `.subspa'
/var/tmp/ccYQIASa.s:37: Error: unknown pseudo-op: `.nsubspa'
/var/tmp/ccYQIASa.s:59: Error: unknown pseudo-op: `.nsubspa'
*** Error exit code 1
Stop.
*** Error exit code 1
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2008 05:17 AM
тАО05-26-2008 05:17 AM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
ccYQIASa.s:2: Error: unknown pseudo-op: `.subspa'
Well, this isn't the previous HP's PA as(1) error output. It may be the GNU IPF assembler?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2008 06:36 AM
тАО05-26-2008 06:36 AM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
> application.
So _you_ say. Why? What's so special about
gcc-2.95.3? What, exactly, is the problem
with a newer GCC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2008 08:53 AM
тАО05-26-2008 08:53 AM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
> There is a dependency for gcc-2.95.3 in my
> application.
Nearly all requests of such type I got are the results of incorrect coding of the application itself, which was uncovered by other compilers (here: perhaps a more recent gcc). Often it's the case when porting to a different platform.
Try an up-to date gcc first.
If it works: done.
Else: you may look for compatiblity options or better check the code of the application.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2008 09:50 PM
тАО05-26-2008 09:50 PM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
In earlier error output, I had used only --with-gnu-as flag. But this time I explicitly mentioned the path of the as --with-as=/opt/hp-gcc64-4.2.1/bin/as
you mean to say I am using IPF version of as...??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2008 11:50 PM
тАО05-26-2008 11:50 PM
Re: Need gcc 2.95.3 depot for 11.31 (both IA & PA)
Possibly. That would explain why it doesn't like those PA directives.