Skip to content
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

Compile Error on Raspi Pi 4 - CnHash.cpp #2

Closed
IkarusInDaHouse opened this issue Apr 30, 2021 · 3 comments
Closed

Compile Error on Raspi Pi 4 - CnHash.cpp #2

IkarusInDaHouse opened this issue Apr 30, 2021 · 3 comments

Comments

@IkarusInDaHouse
Copy link

Describe the bug
Hi,
I do mining as an academic experiment on a Raspberry Pi 4.

I have problems to compile the latest version (6.12.1). All previous version had no issues!
It looks like something has been modified in file CnHash.cpp.
Line 313 and 314 have been modified to:
m_map[Algorithm::CN_GPU][AV_SINGLE][Assembly::NONE] = cryptonight_single_hash_gpu<Algorithm::CN_GPU, false, 0>;
m_map[Algorithm::CN_GPU][AV_SINGLE_SOFT][Assembly::NONE] = cryptonight_single_hash_gpu<Algorithm::CN_GPU, true, 0>;

In previous version these two lines looked like:
m_map[Algorithm::CN_GPU][AV_SINGLE][Assembly::NONE] = cryptonight_single_hash_gpu<Algorithm::CN_GPU, false>;
m_map[Algorithm::CN_GPU][AV_SINGLE_SOFT][Assembly::NONE] = cryptonight_single_hash_gpu<Algorithm::CN_GPU, true>;

To Reproduce
Compile version 6.12.1

Expected behavior
See attached log file
Log.txt

Required data
Raspi Pi 4 Arm OS

Additional context
Add any other context about the problem here.

@C3Pool
Copy link
Owner

C3Pool commented May 6, 2021

Go back to the previous version. I will check this

@bilalin
Copy link

bilalin commented May 6, 2021

you can use( cmak -DWITH_CN_GPU=OFF .. )
In that case u can't use cn/gpu algo

@KawaiiZapic
Copy link
Contributor

KawaiiZapic commented May 9, 2021

This problem fixed in #5 ,try to pull the repo again and retry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants