gridcoin / Gridcoin-master

MIT License
43 stars 19 forks source link

litecoind obj/alert.o: file not recognized: File format not recognized - debian/ubuntu #3

Open iateadonut opened 10 years ago

iateadonut commented 10 years ago

I'm getting this error after: ~/Gridcoin-master/src$ make -f makefile.unix

obj/alert.o: file not recognized: File format not recognized collect2: error: ld returned 1 exit status make: *\ [litecoind] Error 1

This is related to this bug: https://bugs.launchpad.net/ubuntu/+source/file/+bug/1174230

This is not a gridcoin bug, per se, but can you release a tar.gz file so we can still compile gridcoin?

iateadonut commented 10 years ago

Just realized i could download a zip from github. Tried to make with the zip and got the same error.

olberg commented 10 years ago

I got past this by deleting obj/*.o as they are created again by make.

BitElysium commented 8 years ago

where is obj/* so I can try to cmomment it out

gridcoin commented 8 years ago

Just cd into src/obj and delete *.o files in there and recompile.

gridcoin commented 8 years ago

It just occurred to me that you may be trying to build Gridcoin Research, not Gridcoin classic. This is the old classic branch. To build research please look here:

https://github.com/gridcoin/Gridcoin-Research/

(Classic is retired).