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

Error when building #52

Open
mehdighninoudev opened this issue Mar 25, 2023 · 3 comments
Open

Error when building #52

mehdighninoudev opened this issue Mar 25, 2023 · 3 comments

Comments

@mehdighninoudev
Copy link

Hi, when trying building cryptofuzz I got this error:
crypto.cpp:14:18: error: ‘__builtin_rotateleft32’ was not declared in this scope; did you mean ‘__builtin_roundf32’?
14 | #define ROL(x,n) __builtin_rotateleft32(x,n)

How to solve it please ?

@FrancescoLucarini
Copy link

Same problem and also this:
crypto.cpp:13:18: error: ‘__builtin_rotateright32’ was not declared in this scope
13 | #define ROR(x,n) __builtin_rotateright32(x,n)
| ^~~~~~~~~~~~~~~~~~~~~~~

@FrancescoLucarini
Copy link

also should be included #include in repository_map.h, otherwise:
repository_map.h:833:128: error: ‘nullopt’ is not a member of ‘std’

@mehdighninoudev
Copy link
Author

Excuse but I don't understand quite much, I mean how to solve the problem ?

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

2 participants