Author

Topic: Royalcoin unix compile problem obj/version.o: file not recognized (Read 1763 times)

legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
oh thx,

and also:
create build.h with content below, and pase it to src and src/obj


Quote from: build.h
#define BUILD_DESC "v0.6.3.0-g3aaa7ba-beta"
#define BUILD_DATE "2013-05-09 02:02:57 +0400"
legendary
Activity: 980
Merit: 1000
there was a post in the main thread about this. I dont use unix so i dont know if it works but here you go

Quote
I got it too build doing this:
put build.h into src and src/obj
comment out the line "/bin/sh ../share/genbuild.sh ..." in makefile.unix
make -f makefile.unix
hero member
Activity: 840
Merit: 1000
Try:

Code:
make clean -f makefile.unix
make -f makefile.unix
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
Anybody know ow to fix this in compilling ?

Code:
make -f makefile.unix USE_UPNP=

Code:
l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread
obj/version.o: file not recognized: File format not known
collect2: error: ld returned 1 exit status
make: *** [royalcoind] Error 1
Jump to: