-
Notifications
You must be signed in to change notification settings - Fork 49
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
V2.3.4 make fails on bullseye - multiple definition of `_commands' #285
Comments
This is already fixed in the current dev branch. |
ok I don't see it in the diff master...PDA-Update |
How do I go about cloning the git branch with this fix? I cloned the default branch as well as the PDA-Update branch and I get the ld error on both. Thanks very much for this project! |
The PDA-Update is not ready for prime time yet, so best you go back to the main / default branch. Run the below command in whatever directory contains |
The sed command worked. Thank you. |
fixed with 675b0f5 |
Similar to issue #185. With older versions of gcc you could have duplicate definitions of global variables as long as they are only reference in the files they are defined in. This is no longer allowed and you need to make them static
The text was updated successfully, but these errors were encountered: