Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ld: Mismatched ABI (not an ELF file)

Status
Not open for further replies.

programmer400

Programmer
Nov 8, 2006
17
IN
Dear Friends

Im creating a binary executable from the object files , The command I
gave was

$ /opt/aCC/bin/aCC -o SOAPServer SOAPServer.o WFWuListService.o
WFWuListImpl.o WFWuListStructs.o WFWuList.o
-I/opt/systinet/server_cpp65/include/ -I../.. +DD64
/opt/systinet/server_cpp65/lib/libwasp.sl
/opt/systinet/server_cpp65/lib/libwasp_stl.sl
ld: Mismatched ABI (not an ELF file) for SOAPServer.o
Fatal error.

Even though I am using -I../.. +DD64 , it still gives me an error of
"Mismatched ABI (not an ELF file) "
Can someone please guide me in the right direction ?

Thanks
Amit
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top