Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Wrong ELF class: ELFCLASS32

807578Jan 10 2003 — edited Jan 12 2003
Hi,

Anyone knows how to fix the following errors:

eval make -f unix/Makefile zips `cat flags`
cc -o zip -s zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o crctab.o deflate.o trees.o bits.o -xarch=v9
ld: fatal: file zip.o: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to zip
*** Error code 1
make: Fatal error: Command failed for target `zip'

I am trying to convert the 32-bit zip application into 64-bit so that the application can handle files greater than 2Gb. Does anyone have ever encountered this before? Any ideas will be greatly appreciated.

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 9 2003
Added on Jan 10 2003
2 comments
291 views