HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Not able to make .o files using aC++ on HPUX IA64
Operating System - HP-UX
1834811
Members
2499
Online
110070
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
04-05-2010 02:32 AM
04-05-2010 02:32 AM
Not able to make .o files using aC++ on HPUX IA64
Hi,
I am trying to port TBB (Thread Building Blocks) 2.2 to HP-UX IA64 platform. I encountered with an error in which .o files are not made when compiling .s files but .o files are produces when normal .cpp are given. The compiler used is aC++ (eval version).
The commands given are
cpp <../../src/tbb/ia64-gas/atomic_support.s | grep -v '^#' >atomic_support.tmp
/opt/aCC/bin/aCC -DTBB_DO_ASSERT -DDO_ITT_NOTIFY -g +O0 -DUSE_PTHREAD -AA +DD64 -mt -Wc,-ansi_for_scope,on -D__TBB_BUILD=1 -c -o atomic_support.o atomic_support.tmp
cpp: C preprocessor
The commands shown above are part of the build process. Individually also I tried to run the commands. The first command produces the .tmp file but when I run the second command, no output is produced, neither errors nor the .o file.
Could anyone tell me as to why this is happening?
Any help would be great!
Thanks,
Johnson
I am trying to port TBB (Thread Building Blocks) 2.2 to HP-UX IA64 platform. I encountered with an error in which .o files are not made when compiling .s files but .o files are produces when normal .cpp are given. The compiler used is aC++ (eval version).
The commands given are
cpp <../../src/tbb/ia64-gas/atomic_support.s | grep -v '^#' >atomic_support.tmp
/opt/aCC/bin/aCC -DTBB_DO_ASSERT -DDO_ITT_NOTIFY -g +O0 -DUSE_PTHREAD -AA +DD64 -mt -Wc,-ansi_for_scope,on -D__TBB_BUILD=1 -c -o atomic_support.o atomic_support.tmp
cpp: C preprocessor
The commands shown above are part of the build process. Individually also I tried to run the commands. The first command produces the .tmp file but when I run the second command, no output is produced, neither errors nor the .o file.
Could anyone tell me as to why this is happening?
Any help would be great!
Thanks,
Johnson
- Tags:
- TBB
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 03:06 AM
04-05-2010 03:06 AM
Re: Not able to make .o files using aC++ on HPUX IA64
Why are you using the off chip preprocessor? You should be assembling the .s directly. Why bother to remove the "#" lines?
>atomic_support.tmp
This isn't a valid input file suffix, it's assumed to be a linker file.
>atomic_support.tmp
This isn't a valid input file suffix, it's assumed to be a linker file.
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