-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
ARMv8 Ubuntu 18.04(64bit) Make error: requested alignment 64 is larger than 16 #1098
Comments
Unfortunately, we don't have any systems we can really test this on to be able to fix it :( If you want to compile this as-is, enabling C++17 mode (which supports over-aligned types) with a new enough compiler should work around this issue. |
Alternatively, if you rebase with master where we now don't treat every warning as an error, this should result in a warning but not be fatal. |
Thanks Joe !
At least, I am not stuck anymore, so thank you. After some googling, I have read that this issue could be fixed if I install GCC 8.x or GCC 9. But I have not tested yet. Thank you guys. |
Hardware: RockPro64 with Rockchip RK3399 Hexa-Core (dual ARM Cortex A72 and quad ARM Cortex A53) 64-Bit Processor
ARCH: aarch64
OS: Ubuntu 18.04 (64 bit)
GCC: 7.3.0-27ubuntu1~18.04
When I enter : make -j $(nproc)
The text was updated successfully, but these errors were encountered: