-
Notifications
You must be signed in to change notification settings - Fork 238
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: Error build with cmd "make -jX nimbus_beacon_node" #6324
Comments
@tranphuocanh0207 if you run
Testing
it should be one of those listed valid arguments in each case. Furthermore, if you then substitute in place of Lines 124 to 125 in d2a0751
e.g. switch("passC", "-march=znver3")
switch("passL", "-march=znver3") (or whatever it shows) does it still reproduce this issue? |
Oh, command "gcc -march=native -Q --help=target" is the same as your e.g. |
That's strange, but, glad you were able to built it by specifying |
Yes, I hope it doesn't encounter any unexpected errors. Thanks you!!! |
@tersec It's working, but it's not stable because of this error. |
That stack trace looks like the symbol non-demangling one gets using Nim 2.0. What version of Nim is being used to compile this? |
@tersec I'm not sure, but with these errors it's quite dangerous during validator operation. I decided to switch to another device with an Intel CPU, hopefully it will be more stable. |
it's also backported to 1.6.20 |
Another workaround -- https://nimbus.guide/developers.html#makefile-tips-and-tricks-for-developers
|
Describe the bug
I'm try to build the process with 'make -jX nimbus_beacon_node' but I get error
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 24
On-line CPU(s) list: 0-23
Vendor ID: AuthenticAMD
Model name: AMD Ryzen 9 7900 12-Core Processor
Installed dependencies :
build-essential is already the newest version (12.9ubuntu3).
cmake is already the newest version (3.22.1-1ubuntu1.22.04.2).
git-lfs is already the newest version (3.0.2-1ubuntu0.2).
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
The text was updated successfully, but these errors were encountered: