Bitcoin Forum
June 14, 2024, 05:35:53 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Royalcoin unix compile problem obj/version.o: file not recognized  (Read 1742 times)
tytanick (OP)
Legendary
*
Offline Offline

Activity: 2660
Merit: 1096


Simplemining.net Admin


View Profile WWW
May 09, 2013, 08:26:15 AM
 #1

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

Manage your GPU farm the easy way with Mining OS (30 days free):  SimpleMining.net
Support available at Discord: https://simplemining.net/page/discord and admin@simplemining.net
Bitcointalk thread: https://bitcointalk.org/index.php?topic=1541084.0
relm9
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
May 09, 2013, 08:30:14 AM
 #2

Try:

Code:
make clean -f makefile.unix
make -f makefile.unix
Hazard
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
May 09, 2013, 08:31:58 AM
 #3

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

tytanick (OP)
Legendary
*
Offline Offline

Activity: 2660
Merit: 1096


Simplemining.net Admin


View Profile WWW
May 09, 2013, 08:34:04 AM
 #4

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"

Manage your GPU farm the easy way with Mining OS (30 days free):  SimpleMining.net
Support available at Discord: https://simplemining.net/page/discord and admin@simplemining.net
Bitcointalk thread: https://bitcointalk.org/index.php?topic=1541084.0
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!