Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.10 (2011-May)
by
mathx
on 09/06/2011, 19:59:14 UTC
Code:
[quote author=speculatrix link=topic=3486.msg179707#msg179707 date=1307455857]

g++-4.5 -std=c++0x -funsigned-char -fno-stack-protector -Wno-invalid-offsetof -I . -I el/inc -g -O2   -o bitcoin-miner bitcoin-miner.o bitcoin-client.o bitcoin-sha256.o bitcoin-sha256-x86x64.o sha256sse.o sha256x86.o ext-text.o ext-protocols.o ext-handlers.o ext-encoding.o threader.o regex.o ext-file.o ext-fw.o datetime.o ext-base.o ext-os.o ext-app.o ext-string.o ext-blob.o ext-stream.o ext-core.o http.o stack-trace.o  -lrt -ldl -lcurl -lpthread -lpcre
sha256sse.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make: *** [bitcoin-miner] Error 1


the .o files appear to be corrupted:
Code:
$ file sha*.o
sha256sse.o: ELF 64-bit LSB relocatable, x86-64, invalid version, corrupted section header size
sha256x86.o: ELF 64-bit LSB relocatable, x86-64, invalid version, corrupted section header size

any ideas please?

thanks very much
Paul
[/quote]

I think the SSE issue was covered earlier in the thread. I think it has to do with 64 vs 32 bit. I only tried to get it working in 32 bit compile environment. Good luck with 64. See my instrux previously on 32 bit.