-
Notifications
You must be signed in to change notification settings - Fork 53
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
bug: build error on new AMD cpu's (ubuntu 22.04 LTS) #2560
Comments
Same thing happen to me when trying to compile on my laptop. Did not investigate yet. |
That error doesn't happen to me:
I guess it may be an architecture issue. In my case:
Another thing to try is to remove the following line: |
Same
Same
Same
Same
I'm on a recent AMD
|
CC: @arnetheduck Quick workaround, not to use the USE_ASM_X86_64 flag and let just depend on C code. |
Will propose workaround for our dependent library: nim-secp256k1 |
Follow up issue on vendor lib: |
Recent fix for bitcoin-core/secp256k1 solved the issue described here. cc: @Ivansete-status |
Todo: bump nim-secp256k1 from 2bc945cc9ebfae1b688f72ea59f78fd23873d1d4 to latest master (c1795d1fb64b6cfe932a8d977a123b55a562dc52) |
Problem
build error
Impact
build error
To reproduce
make wakunode2
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots/logs
nwaku version/commit hash
State the version of
nwaku
where you've encountered the bug or, if built off a specific commit, the relevant commit hash. You can check the version by running./wakunode2 --version
.v0.9
ored53bcd
2aa835e3bfd54eba7311cff0afad60553c4bf121
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: