You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc10 introduces stronger regulations and the linker fails with duplicate gVERSION and gVERSION_SHORT definition error.
The trick I have found is to make those variables extern in mraahome/include/version.h, here is the patch that worked for me, I do not know if it is the "right way" to handle the problem that's why I do not push a PR, I will if it is OK and helps.
The text was updated successfully, but these errors were encountered:
g-vidal
changed the title
Patch to compile under bullseye with gcc10 (RaspberryPi debian stabdard)
Patch to compile under bullseye with gcc10 (RaspberryPi debian standard)
Nov 11, 2020
gcc10 introduces stronger regulations and the linker fails with duplicate
gVERSION
andgVERSION_SHORT
definition error.The trick I have found is to make those variables extern in mraahome/include/version.h, here is the patch that worked for me, I do not know if it is the "right way" to handle the problem that's why I do not push a PR, I will if it is OK and helps.
The text was updated successfully, but these errors were encountered: