-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
undef: _freshhash #38
Comments
Running into this too... After getting curl & openssl to work, sucks to be stopped here. |
Ah I think I see the issue you're running into, the function freshhash here should be Can you try recompiling it with this change? (I've updated the dev branch) |
I just removed |
On this topic... Would it be useful to submit a PR with instructions on how to make this work on Mac? |
Yeah, go for it, sounds like that could be helpful for some people |
If there are any other major issues you run into during compilation let me know, ideally not too much extra work should be required to compile on OS X |
@lucasjones Hey could you Skype or email me? I need your advice on a project and I have no idea how to get a hold of you! Apologies for making an comment here unrelated to the issue. Wish github had a private message feature :p |
was quite helpful
Had this too on ARM, fixed by
|
Are any instructions for Mac? |
this works for me on Big Sur. |
Yea, I couldn't get it good hashrates
…On Saturday, August 21, 2021, saeed seyyed hashemi ***@***.***> wrote:
On this topic... Would it be useful to submit a PR with instructions on
how to make this work on Mac?
Are any instructions for Mac?
Ah I think I see the issue you're running into, the function freshhash
here
<https://github.com/lucasjones/cpuminer-multi/blob/4c9b1e4a5fa2fd6ae755e0a1a87dc3bfd187415f/fresh.c#L14>
should be static inline, otherwise the compiler will expect another
non-inline version of the function, which doesn't exist - leading to the
"Undefined symbols" error.
Can you try recompiling it with this change? (I've updated the dev branch)
this works for me on Big Sur.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANRTXUOW6E3KKN2VVYL2THTT56RT5ANCNFSM4DCDKQAA>
.
|
After quite some tinkering it's seems I have unique error right at the end of my make process. Something about _freshhash...
The text was updated successfully, but these errors were encountered: