- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: need help making gcc-3.3.1 on 11i
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
08-11-2003 08:25 AM
08-11-2003 08:25 AM
Using GNU Make 3.80 on 11i system trying to make the latest version of gcc (gcc-3.3.1) I got the following errors. Configure completed successfully.
....
(Bundled) cc: "jartool.c", line 1259: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "jartool.c", line 1282: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1292: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1306: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1318: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1364: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1476: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1490: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1514: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1547: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "jartool.c", line 1706: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1711: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1726: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1740: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1790: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1807: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1844: error 1000: Unexpected symbol: "*".
(Bundled) cc: "jartool.c", line 1844: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "jartool.c", line 1844: error 1573: Type of "pbf" is undefined due to an illegal declaration.
(Bundled) cc: "jartool.c", line 1854: error 1532: Reference through a non-pointer.
(Bundled) cc: "jartool.c", line 1854: error 1527: Incompatible types in cast: Must cast from scalar to scalar or to void type.
(Bundled) cc: "jartool.c", line 1855: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1855: warning 563: Argument #2 is not the correct type.
(Bundled) cc: "jartool.c", line 1855: warning 527: Integral value implicitly converted to pointer in assignment.
(Bundled) cc: "jartool.c", line 1855: warning 563: Argument #3 is not the correct type.
(Bundled) cc: "jartool.c", line 1857: error 1532: Reference through a non-pointer.
(Bundled) cc: "jartool.c", line 1857: error 1532: Reference through a non-pointer.
(Bundled) cc: "jartool.c", line 1858: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1858: warning 563: Argument #2 is not the correct type.
(Bundled) cc: "jartool.c", line 1858: error 1532: Reference through a non-pointer.
(Bundled) cc: "jartool.c", line 1858: warning 563: Argument #3 is not the correct type.
(Bundled) cc: "jartool.c", line 1862: warning 563: Argument #1 is not the correct type.
(Bundled) cc: "jartool.c", line 1862: warning 563: Argument #2 is not the correct type.
(Bundled) cc: "jartool.c", line 1862: warning 527: Integral value implicitly converted to pointer in assignment.
(Bundled) cc: "jartool.c", line 1862: warning 563: Argument #3 is not the correct type.
(Bundled) cc: "jartool.c", line 1876: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "jartool.c", line 1892: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "jartool.c", line 1947: error 1705: Function prototypes are an ANSI feature.
make[1]: *** [jartool.o] Error 1
make[1]: Leaving directory `/usr/projects/kits/gcc/gcc-3.3.1/fastjar'
make: *** [all-fastjar] Error 2
TIA,
Ross
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 08:33 AM
08-11-2003 08:33 AM
Solutioncd gcc-3.3.1
CC=/usr/local/bin/gcc make bootstrap
A binary of gcc is included in HP's Linux porting kit. You can download it from here http://devrsrc1.external.hp.com/LPK/
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 08:49 AM
08-11-2003 08:49 AM
Re: need help making gcc-3.3.1 on 11i
Adding to what said previously, (Bundled) refers to the /usr/ccs/bin/cc which is mainly used to rebuild kernels. You need to use a full fledged compiler (HP ANSI C or gcc prebuilt binary) to compile the same.
gcc is also available at
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.2/
But this is 3.2
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 09:15 AM
08-11-2003 09:15 AM
Re: need help making gcc-3.3.1 on 11i
It also includes script to rebuild gcc from scratch using the binary gcc included.
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 06:07 AM
08-14-2003 06:07 AM
Re: need help making gcc-3.3.1 on 11i
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 01:40 AM
09-10-2004 01:40 AM