Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: wolf_core on February 19, 2014, 05:13:43 AM

Title: BFGMiner on tinycore is possible? [YES - Solved]
Post by: wolf_core on February 19, 2014, 05:13:43 AM
Hi, is possible to install BFGminer on TinyCore?

Thanks in advance Luca
Title: Re: BFGMiner on tinycore is possible?
Post by: curaga on February 19, 2014, 05:23:21 AM
It should build fine, but I'm not sure the result can be distributed legally. I recently built sgminer, but since it depends on several AMD SDKs, and the EULAs of those do not allow redistribution, I can't post it to the repo.
Title: Re: BFGMiner on tinycore is possible?
Post by: wolf_core on February 19, 2014, 05:42:22 AM
Hi can you suggest me a document for helping to install BFGMiner on TinyCore

Thanks Luca
Title: Re: BFGMiner on tinycore is possible?
Post by: wolf_core on February 19, 2014, 07:52:46 AM
I have tried to compile myself Bfgminer using github, but there is an errors Cant exec "aclocal": No such file or directory. Can you help me.

Thanks in advance Luca

Title: Re: BFGMiner on tinycore is possible?
Post by: Juanito on February 19, 2014, 08:12:53 AM
load the automake and libtool-dev extensions
Title: Re: BFGMiner on tinycore is possible?
Post by: wolf_core on February 19, 2014, 08:45:01 AM
Thanks Juanito, now the error changed in
autom4.te: need GNU m4 1.4 or later : usr/local/bin/m4
aclocal: error: echo failed with exit status:1
autoreconf: aclocal failed  failed with exit status:1

Thanks Luca
Title: Re: BFGMiner on tinycore is possible?
Post by: wolf_core on February 19, 2014, 09:19:18 AM
I load m4.tcz and errors changed again
user/local/bin/libtoolise: line 2544: /usr/local/bin/sed: not found
user/local/bin/libtoolise: line 1 : /usr/local/bin/sed: not found

Title: Re: BFGMiner on tinycore is possible?
Post by: Juanito on February 19, 2014, 09:28:18 AM
Load the compiletc extension - I suggest you also read the wiki section on making extensions
Title: Re: BFGMiner on tinycore is possible?
Post by: wolf_core on February 19, 2014, 10:14:45 AM
Thanks Juanito I look at the wiki, the last think where i can find uthash-dev > 1.9.4

Thanks in advance Luca
Title: Re: BFGMiner on tinycore is possible?
Post by: Juanito on February 19, 2014, 10:36:13 PM
uthash is not in the repo so I guess you'll need to compile that too  :(
Title: Re: BFGMiner on tinycore is possible?
Post by: wolf_core on February 21, 2014, 06:49:17 AM
Hi, jansson lib is availlable on repo? NO but i compile the lib and bfgminer run.

Thanks Luca