Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
iateadonut opened this issue Nov 19, 2013 · 5 comments

Comments

@iateadonut
Copy link

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
Copy link
Author

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

@olberg
Copy link

olberg commented Nov 20, 2013

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

@BitElysium
Copy link

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

@gridcoin
Copy link
Owner

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

@gridcoin
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants