Pages:
Author

Topic: ethminer-0.9.41-genoil-1.1 - page 84. (Read 397360 times)

sr. member
Activity: 438
Merit: 250
March 21, 2016, 09:28:01 AM
full member
Activity: 196
Merit: 100
March 21, 2016, 07:44:20 AM
[ 29%] Building NVCC (Device) object libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o
nvcc fatal   : redefinition of argument 'std'
CMake Error at ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake:207 (message):
  Error generating
  /root/cpp-ethereum/build2/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o


libethash-cuda/CMakeFiles/ethash-cuda.dir/build.make:63: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o' failed
make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o] Error 1
CMakeFiles/Makefile2:320: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/all' failed
make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 31%] Building CXX object libdevcore/CMakeFiles/devcore.dir/StructuredLogger.cpp.o
[ 33%] Building CXX object libdevcore/CMakeFiles/devcore.dir/SHA3.cpp.o
[ 35%] Building CXX object libdevcore/CMakeFiles/devcore.dir/RangeMask.cpp.o
[ 37%] Building CXX object libdevcore/CMakeFiles/devcore.dir/MemoryDB.cpp.o
[ 39%] Building CXX object libdevcore/CMakeFiles/devcore.dir/FileSystem.cpp.o
[ 41%] Building CXX object libdevcore/CMakeFiles/devcore.dir/Guards.cpp.o
[ 43%] Building CXX object libdevcore/CMakeFiles/devcore.dir/Hash.cpp.o
[ 45%] Building CXX object libdevcore/CMakeFiles/devcore.dir/TrieHash.cpp.o
[ 47%] Building CXX object libdevcore/CMakeFiles/devcore.dir/CommonData.cpp.o
[ 50%] Building CXX object libdevcore/CMakeFiles/devcore.dir/Log.cpp.o
[ 52%] Building CXX object libdevcore/CMakeFiles/devcore.dir/TrieDB.cpp.o
[ 54%] Building CXX object libdevcore/CMakeFiles/devcore.dir/Base64.cpp.o
[ 56%] Building CXX object libdevcore/CMakeFiles/devcore.dir/CommonJS.cpp.o
[ 58%] Building CXX object libdevcore/CMakeFiles/devcore.dir/CommonIO.cpp.o
[ 60%] Building CXX object libdevcore/CMakeFiles/devcore.dir/TrieCommon.cpp.o
[ 62%] Building CXX object libdevcore/CMakeFiles/devcore.dir/Worker.cpp.o
[ 64%] Building CXX object libdevcore/CMakeFiles/devcore.dir/FixedHash.cpp.o
[ 66%] Linking CXX shared library libdevcore.so
[ 66%] Built target devcore
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

get this when i use -DBUNDLE=cudaminer
full member
Activity: 196
Merit: 100
March 21, 2016, 07:39:08 AM
did a clean 1404 install but didnt compile anyway sam error.

so i'm giveing up on it.

You have to cmake -DBUNDLE=miner or -DBUNDLE=cudaminer. I'll try to make that a bit more error proof in an upcoming release.
thank you that worked. cmake -DBUNDLE=miner
was a easy fix for sure Smiley

wanted to try out this version. it gave me a little bit more speed on windows and was hopeing it would do the same on linux and it did
sr. member
Activity: 438
Merit: 250
March 21, 2016, 07:22:02 AM
did a clean 1404 install but didnt compile anyway sam error.

so i'm giveing up on it.

You have to cmake -DBUNDLE=miner or -DBUNDLE=cudaminer. I'll try to make that a bit more error proof in an upcoming release.
full member
Activity: 196
Merit: 100
March 21, 2016, 07:13:56 AM
did a clean 1404 install but didnt compile anyway sam error.

so i'm giveing up on it.
full member
Activity: 196
Merit: 100
March 19, 2016, 07:28:37 AM
anyone know why i get this when compileing latest

[ 97%] Building CXX object ethminer/CMakeFiles/ethminer.dir/main.cpp.o
In file included from /root/cpp-ethereum/ethminer/main.cpp:39:0:
/root/cpp-ethereum/ethminer/MinerAux.h: In member function ‘void MinerCLI::doFarm(dev::eth::MinerType, const string&, unsigned int)’:
/root/cpp-ethereum/ethminer/MinerAux.h:815:9: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
      if (current.seedHash != newSeedHash)
         ^
/root/cpp-ethereum/ethminer/MinerAux.h: In member function ‘void MinerCLI::doStratum(dev::eth::MinerType, unsigned int, const string&, const string&, const string&, const string&)’:
/root/cpp-ethereum/ethminer/MinerAux.h:876:3: error: ‘EthStratumClient’ was not declared in this scope
       EthStratumClient client(&f, _m, host, port, user, pass);
   ^
/root/cpp-ethereum/ethminer/MinerAux.h: In lambda function:
/root/cpp-ethereum/ethminer/MinerAux.h:882:4: error: ‘client’ was not declared in this scope
        client.submit(sol);
    ^
/root/cpp-ethereum/ethminer/MinerAux.h: In member function ‘void MinerCLI::doStratum(dev::eth::MinerType, unsigned int, const string&, const string&, const string&, const string&)’:
/root/cpp-ethereum/ethminer/MinerAux.h:890:8: error: ‘client’ was not declared in this scope
        if (client.isConnected())
        ^
/root/cpp-ethereum/ethminer/MinerAux.h: At global scope:
/root/cpp-ethereum/ethminer/MinerAux.h:863:27: warning: unused parameter ‘_m’ [-Wunused-parameter]
      void doStratum(MinerType _m, unsigned _recheckPeriod, string const & host, string const & port, string const & user, string const & pass)
                           ^
/root/cpp-ethereum/ethminer/MinerAux.h:863:71: warning: unused parameter ‘host’ [-Wunused-parameter]
      void doStratum(MinerType _m, unsigned _recheckPeriod, string const & host, string const & port, string const & user, string const & pass)
                                                                       ^
/root/cpp-ethereum/ethminer/MinerAux.h:863:92: warning: unused parameter ‘port’ [-Wunused-parameter]
      void doStratum(MinerType _m, unsigned _recheckPeriod, string const & host, string const & port, string const & user, string const & pass)
                                                                                            ^
/root/cpp-ethereum/ethminer/MinerAux.h:863:113: warning: unused parameter ‘user’ [-Wunused-parameter]
      void doStratum(MinerType _m, unsigned _recheckPeriod, string const & host, string const & port, string const & user, string const & pass)
                                                                                                                 ^
/root/cpp-ethereum/ethminer/MinerAux.h:863:134: warning: unused parameter ‘pass’ [-Wunused-parameter]
      void doStratum(MinerType _m, unsigned _recheckPeriod, string const & host, string const & port, string const & user, string const & pass)
                                                                                                                                      ^
ethminer/CMakeFiles/ethminer.dir/build.make:62: recipe for target 'ethminer/CMakeFiles/ethminer.dir/main.cpp.o' failed
make[2]: *** [ethminer/CMakeFiles/ethminer.dir/main.cpp.o] Error 1
CMakeFiles/Makefile2:447: recipe for target 'ethminer/CMakeFiles/ethminer.dir/all' failed
make[1]: *** [ethminer/CMakeFiles/ethminer.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2


mkdir build && cd build
cmake .. && make -j2
ubuntu 15.10
followed https://github.com/ethereum/webthree-umbrella/wiki/Building-on-Ubuntu
legendary
Activity: 1510
Merit: 1003
full member
Activity: 196
Merit: 100
March 19, 2016, 06:37:42 AM
anyone have a working binary for linux of the latest version i can download.

cant get it to compile Sad

LINUX BINARY--

The Linux binary will have dependancies, and won't run if they are not in place.  Just like compilation, if the dependancies are not in the proper places, the binary won't run, or the compilation fails.

Ethminer was designed to be part of a system that has more scope than "just another cryptocoin".       --scryptr
that true.
but if webthree-umbrella.git works shouldnt genoli's compile to ?
i have done what the guide says installed things.
running ubuntu 15.10

I guess that's the problem then, I have only built on 14.04.
i'm installing 14.04 in a VM to see if that helps
sr. member
Activity: 438
Merit: 250
March 19, 2016, 06:36:35 AM
anyone have a working binary for linux of the latest version i can download.

cant get it to compile Sad

LINUX BINARY--

The Linux binary will have dependancies, and won't run if they are not in place.  Just like compilation, if the dependancies are not in the proper places, the binary won't run, or the compilation fails.

Ethminer was designed to be part of a system that has more scope than "just another cryptocoin".       --scryptr
that true.
but if webthree-umbrella.git works shouldnt genoli's compile to ?
i have done what the guide says installed things.
running ubuntu 15.10

I guess that's the problem then, I have only built on 14.04.
full member
Activity: 196
Merit: 100
March 19, 2016, 06:01:08 AM
anyone have a working binary for linux of the latest version i can download.

cant get it to compile Sad

LINUX BINARY--

The Linux binary will have dependancies, and won't run if they are not in place.  Just like compilation, if the dependancies are not in the proper places, the binary won't run, or the compilation fails.

Ethminer was designed to be part of a system that has more scope than "just another cryptocoin".       --scryptr
that true.
but if webthree-umbrella.git works shouldnt genoli's compile to ?
i have done what the guide says installed things.
running ubuntu 15.10
legendary
Activity: 1797
Merit: 1028
March 19, 2016, 05:57:36 AM
anyone have a working binary for linux of the latest version i can download.

cant get it to compile Sad

LINUX BINARY--

The Linux binary will have dependancies, and won't run if they are not in place.  Just like compilation, if the dependancies are not in the proper places, the binary won't run, or the compilation fails.

Ethminer was designed to be part of a system that has more scope than "just another cryptocoin".       --scryptr
full member
Activity: 196
Merit: 100
March 19, 2016, 04:05:50 AM
anyone have a working binary for linux of the latest version i can download.

cant get it to compile Sad
sr. member
Activity: 438
Merit: 250
March 18, 2016, 05:28:32 PM
I tried to build the source on windows. What is wrong?
Code:
cmake -G "Visual Studio 12 2013 Win64" D:/cpp-ethereum-master
-- FindWindowsSDK: Detected Visual Studio 2012 or newer, not using the _xp toolset variant: including SDK versions that drop XP support in search!
 - WindowsSDK dirs: C:/Program Files (x86)/Windows Kits/8.1;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.0A;C:/Program Files (x86)/Windows Kits/8.0;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.1A;C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A
-- ctest path: C:/Program Files (x86)/CMake/bin/ctest.exe
CMake Error at cmake/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find CryptoPP (missing: CRYPTOPP_INCLUDE_DIR CRYPTOPP_LIBRARY)
  (Required is at least version "5.6.2")
Call Stack (most recent call first):
  cmake/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindCryptoPP.cmake:107 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cmake/EthDependencies.cmake:44 (find_package)
  CMakeLists.txt:246 (include)


-- Configuring incomplete, errors occurred!
See also "D:/cpp-ethereum-master/CMakeFiles/CMakeOutput.log".

Run cpp-ethereum/extdep/getstuff.bat first

Re: AMD/Linux:
I don't have Linux binaries. People with Linux build stuff themselves, right?



ok so I if I am right, than we need to compile the source in Visual Studio. But I have an error can't open pthread.lib. I downloaded this lib, but where I need to put it?



That's weird. I heard that before but I don't have the issue. --edit-- oh edit I did have it once, but not anymore ow...-- It's a cmake problem that apparently surfaces on some platforms/systems. The best you can do is to manually renove the reference from the projects that try to link it. Because you don't need it Smiley
member
Activity: 158
Merit: 10
March 18, 2016, 05:19:17 PM
I tried to build the source on windows. What is wrong?
Code:
cmake -G "Visual Studio 12 2013 Win64" D:/cpp-ethereum-master
-- FindWindowsSDK: Detected Visual Studio 2012 or newer, not using the _xp toolset variant: including SDK versions that drop XP support in search!
 - WindowsSDK dirs: C:/Program Files (x86)/Windows Kits/8.1;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.0A;C:/Program Files (x86)/Windows Kits/8.0;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.1A;C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A
-- ctest path: C:/Program Files (x86)/CMake/bin/ctest.exe
CMake Error at cmake/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find CryptoPP (missing: CRYPTOPP_INCLUDE_DIR CRYPTOPP_LIBRARY)
  (Required is at least version "5.6.2")
Call Stack (most recent call first):
  cmake/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindCryptoPP.cmake:107 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cmake/EthDependencies.cmake:44 (find_package)
  CMakeLists.txt:246 (include)


-- Configuring incomplete, errors occurred!
See also "D:/cpp-ethereum-master/CMakeFiles/CMakeOutput.log".

Run cpp-ethereum/extdep/getstuff.bat first

Re: AMD/Linux:
I don't have Linux binaries. People with Linux build stuff themselves, right?



ok so I if I am rigth, than we need to compile the source in Visual Studio. But I have an error can't open pthread.lib. I downloaded this lib, but where I need to put it?

sr. member
Activity: 438
Merit: 250
March 18, 2016, 04:47:10 PM
I tried to build the source on windows. What is wrong?
Code:
cmake -G "Visual Studio 12 2013 Win64" D:/cpp-ethereum-master
-- FindWindowsSDK: Detected Visual Studio 2012 or newer, not using the _xp toolset variant: including SDK versions that drop XP support in search!
 - WindowsSDK dirs: C:/Program Files (x86)/Windows Kits/8.1;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.0A;C:/Program Files (x86)/Windows Kits/8.0;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.1A;C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A
-- ctest path: C:/Program Files (x86)/CMake/bin/ctest.exe
CMake Error at cmake/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find CryptoPP (missing: CRYPTOPP_INCLUDE_DIR CRYPTOPP_LIBRARY)
  (Required is at least version "5.6.2")
Call Stack (most recent call first):
  cmake/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindCryptoPP.cmake:107 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cmake/EthDependencies.cmake:44 (find_package)
  CMakeLists.txt:246 (include)


-- Configuring incomplete, errors occurred!
See also "D:/cpp-ethereum-master/CMakeFiles/CMakeOutput.log".

Run cpp-ethereum/extdep/getstuff.bat first

Re: AMD/Linux:
I don't have Linux binaries. People with Linux build stuff themselves, right?
full member
Activity: 189
Merit: 100
March 18, 2016, 04:14:18 PM
Do you have AMD-linux version?
member
Activity: 158
Merit: 10
March 18, 2016, 04:12:53 PM
I tried to build the source on windows. What is wrong?
Code:
cmake -G "Visual Studio 12 2013 Win64" D:/cpp-ethereum-master
-- FindWindowsSDK: Detected Visual Studio 2012 or newer, not using the _xp toolset variant: including SDK versions that drop XP support in search!
 - WindowsSDK dirs: C:/Program Files (x86)/Windows Kits/8.1;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.0A;C:/Program Files (x86)/Windows Kits/8.0;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.1A;C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A
-- ctest path: C:/Program Files (x86)/CMake/bin/ctest.exe
CMake Error at cmake/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find CryptoPP (missing: CRYPTOPP_INCLUDE_DIR CRYPTOPP_LIBRARY)
  (Required is at least version "5.6.2")
Call Stack (most recent call first):
  cmake/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindCryptoPP.cmake:107 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cmake/EthDependencies.cmake:44 (find_package)
  CMakeLists.txt:246 (include)


-- Configuring incomplete, errors occurred!
See also "D:/cpp-ethereum-master/CMakeFiles/CMakeOutput.log".
legendary
Activity: 1526
Merit: 1026
SellDefi.com | Earn by selling files
March 18, 2016, 03:55:24 PM
Anyone here mining with 2gb cards? If yes, what is the card? And how much hashes di u get?
full member
Activity: 196
Merit: 100
March 18, 2016, 10:16:54 AM

...

-- Configuring incomplete, errors occurred!
See also "/root/cpp-ethereum/CMakeFiles/CMakeOutput.log"

Have you gone through this first?

https://github.com/ethereum/webthree-umbrella/wiki/Building-on-Ubuntu

It installs more than you need, but at least it installs what you need Smiley
yes and webthree-umbrella compiles just fine
sr. member
Activity: 438
Merit: 250
March 18, 2016, 06:17:13 AM

...

-- Configuring incomplete, errors occurred!
See also "/root/cpp-ethereum/CMakeFiles/CMakeOutput.log"

Have you gone through this first?

https://github.com/ethereum/webthree-umbrella/wiki/Building-on-Ubuntu

It installs more than you need, but at least it installs what you need Smiley
Pages:
Jump to: