-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
LD error: multiple definition of sinRoll
when using gcc 10.2
#613
Comments
A workaround is adding Apparently newer gcc is more strict about multiple definitions of global variables. The link below has some suggestions how to fix them. It boils down to using Thanks to: GazL's posting on linuxquestions.org |
sinRoll
on ArchlinuxsinRoll
when using gcc 10.2
Hi, thanks for the report, this is an actual bug that the new GCC found. I pushed a fix by adding static to these variables since they are, as far as I could tell, local to the file. Could you compile again to see if it now compiles? |
@ataffanel wauw thanks for the quick fix! lgtm |
(cherry picked from commit 1b2f63b)
Update about.ui
On Archlinux the compilation errors out with default
config.mk
:I use gcc 10.2:
and:
The text was updated successfully, but these errors were encountered: