Bitcoin Forum
June 30, 2024, 11:24:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.0.8 on: May 21, 2016, 10:50:37 PM
Hi,

Anybody have this problem before while compiling?

(33%)
/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.cpp:40:40:/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.h:12:21: fatal error: CL/cl.hpp: No such file or directory
compilation terminated.
libethash-cl/CMakeFiles/ethash-cl.dir/build.make:59: recipe for target 'libethash-cl/CMakeFiles/ethash-cl.dir/ethash_cl_miner.cpp.o failed

and so on and so forth...

it continues to compile until 69% then I get

Makefile:116: recipe for target 'all' failed
make: *** (all) Error 2

Ive tried deleting everything and starting from scratch but its not helping..

I followed the build instructions for Ubuntu here https://github.com/Genoil/cpp-ethereum

on a side note, i had no troubles building the miner on a different rig.. what is different on this rig, no clue.
I would greatly appreciate any help!
Thanks in advance!

find CL/cl.hpp on the other rig and try to figure out why it's not on the failing rig. There used to be a cl.hpp as part of the repo, but I removed it in 1.0.8 because I figured it wasn't used. If you can't find cl.hpp on the failing system, does it have CL/cl.h or CL/opencl.h?

First off, thanks for the speedy reply.

On the failing system (rig02) I found CL/cl.h and CL/opencl.h
no luck with cl.hpp though

On rig01 I found cl.hpp in two places
/cpp-ethereum/libethash-cl/cl.hpp
/AMDAPPSDK-3.0/include/CL/cl.hpp

On another note, Im running 1.0.7 on rig01 since 1.0.8 wasnt out yet at the time of install.

Would it help just to copy the cl.hpp file from rig01 to rig02 /cpp-ethereum/liebethash-cl/cl.hpp?


Yes in a sub folder libethash-cl/CL/cl.hpp. Apologies for wasting your time, ill fix the repo later

No worries!! Thanks for the help!!
Its going to be a while before I have the chance to try it out, but ill let you know how it works out.

Worked like a charm! I have 1.0.8 now running on both rigs and i was able to squeeze out a bit more juice and reporting no invalids poolside. Thanks for the great miner and your help!
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.0.8 on: May 20, 2016, 07:06:48 AM
Hi,

Anybody have this problem before while compiling?

(33%)
/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.cpp:40:40:/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.h:12:21: fatal error: CL/cl.hpp: No such file or directory
compilation terminated.
libethash-cl/CMakeFiles/ethash-cl.dir/build.make:59: recipe for target 'libethash-cl/CMakeFiles/ethash-cl.dir/ethash_cl_miner.cpp.o failed

and so on and so forth...

it continues to compile until 69% then I get

Makefile:116: recipe for target 'all' failed
make: *** (all) Error 2

Ive tried deleting everything and starting from scratch but its not helping..

I followed the build instructions for Ubuntu here https://github.com/Genoil/cpp-ethereum

on a side note, i had no troubles building the miner on a different rig.. what is different on this rig, no clue.
I would greatly appreciate any help!
Thanks in advance!

find CL/cl.hpp on the other rig and try to figure out why it's not on the failing rig. There used to be a cl.hpp as part of the repo, but I removed it in 1.0.8 because I figured it wasn't used. If you can't find cl.hpp on the failing system, does it have CL/cl.h or CL/opencl.h?

First off, thanks for the speedy reply.

On the failing system (rig02) I found CL/cl.h and CL/opencl.h
no luck with cl.hpp though

On rig01 I found cl.hpp in two places
/cpp-ethereum/libethash-cl/cl.hpp
/AMDAPPSDK-3.0/include/CL/cl.hpp

On another note, Im running 1.0.7 on rig01 since 1.0.8 wasnt out yet at the time of install.

Would it help just to copy the cl.hpp file from rig01 to rig02 /cpp-ethereum/liebethash-cl/cl.hpp?


Yes in a sub folder libethash-cl/CL/cl.hpp. Apologies for wasting your time, ill fix the repo later

No worries!! Thanks for the help!!
Its going to be a while before I have the chance to try it out, but ill let you know how it works out.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.0.8 on: May 19, 2016, 08:45:19 PM
Hi,

Anybody have this problem before while compiling?

(33%)
/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.cpp:40:40:/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.h:12:21: fatal error: CL/cl.hpp: No such file or directory
compilation terminated.
libethash-cl/CMakeFiles/ethash-cl.dir/build.make:59: recipe for target 'libethash-cl/CMakeFiles/ethash-cl.dir/ethash_cl_miner.cpp.o failed

and so on and so forth...

it continues to compile until 69% then I get

Makefile:116: recipe for target 'all' failed
make: *** (all) Error 2

Ive tried deleting everything and starting from scratch but its not helping..

I followed the build instructions for Ubuntu here https://github.com/Genoil/cpp-ethereum

on a side note, i had no troubles building the miner on a different rig.. what is different on this rig, no clue.
I would greatly appreciate any help!
Thanks in advance!

find CL/cl.hpp on the other rig and try to figure out why it's not on the failing rig. There used to be a cl.hpp as part of the repo, but I removed it in 1.0.8 because I figured it wasn't used. If you can't find cl.hpp on the failing system, does it have CL/cl.h or CL/opencl.h?

First off, thanks for the speedy reply.

On the failing system (rig02) I found CL/cl.h and CL/opencl.h
no luck with cl.hpp though

On rig01 I found cl.hpp in two places
/cpp-ethereum/libethash-cl/cl.hpp
/AMDAPPSDK-3.0/include/CL/cl.hpp

On another note, Im running 1.0.7 on rig01 since 1.0.8 wasnt out yet at the time of install.

Would it help just to copy the cl.hpp file from rig01 to rig02 /cpp-ethereum/liebethash-cl/cl.hpp?
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: ethminer-0.9.41-genoil-1.0.8 on: May 19, 2016, 03:01:01 PM
Hi,

Anybody have this problem before while compiling?

(33%)
/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.cpp:40:40:/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.h:12:21: fatal error: CL/cl.hpp: No such file or directory
compilation terminated.
libethash-cl/CMakeFiles/ethash-cl.dir/build.make:59: recipe for target 'libethash-cl/CMakeFiles/ethash-cl.dir/ethash_cl_miner.cpp.o failed

and so on and so forth...

it continues to compile until 69% then I get

Makefile:116: recipe for target 'all' failed
make: *** (all) Error 2

Ive tried deleting everything and starting from scratch but its not helping..

I followed the build instructions for Ubuntu here https://github.com/Genoil/cpp-ethereum

on a side note, i had no troubles building the miner on a different rig.. what is different on this rig, no clue.
I would greatly appreciate any help!
Thanks in advance!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!