- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- +Maked option in aCC Compiler
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
06-09-2010 03:38 AM
06-09-2010 03:38 AM
+Maked option in aCC Compiler
Getting the below error while compilation.
uname -a
HP-UX smithers B.11.31 U ia64 3847634126 unlimited-user license
/opt/aCC/bin/aCC --version
aCC: HP C/aC++ B3910B A.06.25 [Nov 30 2009]
Any pointers on this would help.
Thanks,
Ravindra
---------Compilation Clip-------
-g +eh +inst_implicit_include +W829 +DD32 +O2 -w -Wl,+n -AA -mt +p -Wl,+s +Z +inst_implicit_include -g +eh +W829 +DD32 +O2 -w -Wl,+n -AA
-mt +p -Wl,+s -c -o HP-UX-B.11.31-ia64/shobj/NDAttrName.so src/NDAttrName.C; /bin/sed "s/:/ HP-UX-B.11.31-ia64\/dep\/NDAttrName.d : /" HP-UX-B.11.31-ia6
4/shobj/NDAttrName.so.d > HP-UX-B.11.31-ia64/dep/NDAttrName.d ; rm -f HP-UX-B.11.31-ia64/shobj/NDAttrName.so.d ; fi fi
/bin/sh: +Maked: not found.
sed: Cannot find or open file HP-UX-B.11.31-ia64/shobj/NDAttrName.d.
---------End----------
- Tags:
- make
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2010 04:16 AM
06-09-2010 04:16 AM
Re: +Maked option in aCC Compiler
You seem to have left out most of the
important stuff. Like, for example, where
this "+Maked" thing appeared.
> /bin/sh: +Maked: not found.
The _shell_ is complaining, not the compiler.
You seem to be running some script which has
been damaged, but my psychic powers are too
weak to tell me much about it. I'd guess
that the line endings have been lost or
corrupted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2010 12:17 AM - edited 08-21-2011 12:54 PM
06-10-2010 12:17 AM - edited 08-21-2011 12:54 PM
Re: +Maked option in aCC Compiler
As Steven says, you left something out at the beginning, probably the $(CXX) macro?
>+inst_implicit_include
Any reason you are using the obsolete cfront template coding style option?
>+W829
This is for aCC3 only.
>-w
Instead of turning off all warnings, you should suppress individual messages.
- Tags:
- suppress warnings