- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Mismatched Data ABI. Expected None but found EF_IA...
Operating System - Linux
1821541
Members
2202
Online
109633
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-25-2006 07:49 AM
тАО07-25-2006 07:49 AM
Mismatched Data ABI. Expected None but found EF_IA_64_ABI64
Hi,
I am trying to compile a c program in HP-UX 64bit box. I am getting error as below:
*************************************
Error:
(Bundled) cc: warning 922: "-Aa" is unsupported in the bundled compiler, ignored.
(Bundled) cc: warning 901: unknown option: `+DA2.0W': use +help for online documentation.
(Bundled) cc: warning 922: "+e" is unsupported in the bundled compiler, ignored.
Warning 129: "/usr/include/sys/stdsyms.h", line 19 # Redefinition of macro '_INCLUDE_POSIX_SOURCE' differs from previous
definition at [Unknown position].
# define _INCLUDE_POSIX_SOURCE
^^^^^^^^^^^^^^^^^^^^^
ld: Mismatched Data ABI. Expected None but found EF_IA_64_ABI64 in file /opt/tivoli/tsm/client/api/bin64/libApiDS64.sl
Fatal error.
************************************
The command that I am using is as below:
cc -D_INCLUDE_POSIX_SOURCE -Aa +DA2.0W db2uext2.c -o db2uext2 -I/opt/tivoli/tsm/client/api/bin64/sample +e /opt/tivoli/tsm/client/api/bin64/libApiDS64.sl
$ uname -a
HP-UX B.11.23 U ia64
Where am I wrong?
Regards,
Divakar
I am trying to compile a c program in HP-UX 64bit box. I am getting error as below:
*************************************
Error:
(Bundled) cc: warning 922: "-Aa" is unsupported in the bundled compiler, ignored.
(Bundled) cc: warning 901: unknown option: `+DA2.0W': use +help for online documentation.
(Bundled) cc: warning 922: "+e" is unsupported in the bundled compiler, ignored.
Warning 129: "/usr/include/sys/stdsyms.h", line 19 # Redefinition of macro '_INCLUDE_POSIX_SOURCE' differs from previous
definition at [Unknown position].
# define _INCLUDE_POSIX_SOURCE
^^^^^^^^^^^^^^^^^^^^^
ld: Mismatched Data ABI. Expected None but found EF_IA_64_ABI64 in file /opt/tivoli/tsm/client/api/bin64/libApiDS64.sl
Fatal error.
************************************
The command that I am using is as below:
cc -D_INCLUDE_POSIX_SOURCE -Aa +DA2.0W db2uext2.c -o db2uext2 -I/opt/tivoli/tsm/client/api/bin64/sample +e /opt/tivoli/tsm/client/api/bin64/libApiDS64.sl
$ uname -a
HP-UX B.11.23 U ia64
Where am I wrong?
Regards,
Divakar
- Tags:
- ABI mismatch
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2006 08:01 AM
тАО07-25-2006 08:01 AM
Re: Mismatched Data ABI. Expected None but found EF_IA_64_ABI64
Hi:
You are using the feature-less C compiler that comes free with HP-UX.
You need to purchase/install the Ansi C compiler.
Regards!
...JRF...
You are using the feature-less C compiler that comes free with HP-UX.
You need to purchase/install the Ansi C compiler.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2006 08:03 AM
тАО07-25-2006 08:03 AM
Re: Mismatched Data ABI. Expected None but found EF_IA_64_ABI64
You are doing several things wrong. You should not be using the bundled C compiler for development. You need to purchase the C/C++ bundle. Or get gcc.
For IPF (and PA) you should be using +DD64 and not +DA2.0W. But why are you using 64 bit in the first place?
-D_INCLUDE_POSIX_SOURCE is not valid. You should look at stdsyms(5). The proper format is -D_POSIX_SOURCE.
For IPF (and PA) you should be using +DD64 and not +DA2.0W. But why are you using 64 bit in the first place?
-D_INCLUDE_POSIX_SOURCE is not valid. You should look at stdsyms(5). The proper format is -D_POSIX_SOURCE.
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP