-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with build and compile #33
Comments
vasilevskykv, did you catch this thread about building?
#27
There is an easy button if your on linux.
https://github.com/cynixx3/docker-ethos-open-source-miner-builder/blob/master/Dockerfile#L168
…On Tue, Mar 19, 2019 at 12:15 AM vasilevskykv ***@***.***> wrote:
Good Afternoon, I have the problem with build and compile.
I downloaded "cable", copied it to the folder "cmake" of the ethminer,
created directory "build".
But when I tried to build and compile
mkdir build; cd build
cmake .. -DETHASHCL=OFF -DETHASHCUDA=ON
cmake --build . --config Release
I got an error:
CMake error at cmake/cable/CableBuildInfo.cmake:18 (message)
The PROJECT_NAME argument missing.
Please, explain me, where I need to write the PROJECT_NAME Argument and
please, write clear instructions for build and compile. I had to guess that
I need to download "cable".
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#33>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVsHhBDKnVsZmbLNDk7Vo4KJ2fzNaN6ks5vYI6FgaJpZM4b7bu1>
.
--
Greg Chisholm
|
I caught this thread about building. |
I try to compile in Windows 10 X64 |
Have you installed git for windows? https://git-scm.com/downloads |
I installed git for windows. |
I made |
You need it install Perl on windows to build. It's required by OpenSSL package. |
Can "-DOPENSSL=OFF" help if I don't want to install perl? |
No. OpenSSL is mandatory. |
I compiled and built once more. But the problem is that the miner can be debugged only in Win32. |
I'm not sure about on Windows, but maybe try cross compiling with mingw?
…On Wed, Mar 27, 2019, 2:04 AM vasilevskykv ***@***.***> wrote:
I compiled and built once more. But the problem is that the miner can be
debugged only in Win32.
make -sj8 shows that it is unknown command "make".
How can it be compiled in Windows 10 x64?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVsHhagwMeuFsf2lX0i-7QsE4VfYHLxks5vazQvgaJpZM4b7bu1>
.
|
I installed MinGW, but when I did "make -sj8" I got "unknown command "make"..." |
Good Afternoon, I have the problem with build and compile.
I downloaded "cable", copied it to the folder "cmake" of the ethminer, created directory "build".
But when I tried to build and compile
mkdir build; cd build
cmake .. -DETHASHCL=OFF -DETHASHCUDA=ON
cmake --build . --config Release
I got an error:
CMake error at cmake/cable/CableBuildInfo.cmake:18 (message)
The PROJECT_NAME argument missing.
Please, explain me, where I need to write the PROJECT_NAME Argument and please, write clear instructions for build and compile. I had to guess that I need to download "cable".
The text was updated successfully, but these errors were encountered: