-
Notifications
You must be signed in to change notification settings - Fork 94
Build error "‘bfd_get_section_flags’ was not declared in this scope" #93
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
Comments
Update: a colleague managed to build it. He had the following for
So I am using 2.34 of binutils and he using 2.33. So I looked into the code of binutils and indeed, the interface has changed between the versions. |
Fortunately, the issue seems to be already fixed in backward. I will update the source here. |
binutils 2.34 changed the name of a method and guarded it with a macro. This backward-lib update makes use of that macro to choose the right function name. Fixes #93
binutils 2.34 changed the name of a function and guarded it with a macro. This backward-lib update makes use of that macro to choose the right function name. Fixes #93
Hey there.
I tried to build aws-lambda-cpp on my Ubuntu 20.4 machine but got the following errors:
CMake: 3.16.3
GCC: 9.3.0
Distro: Ubuntu 20.4.
As far as I can tell, libbfd exists:
The text was updated successfully, but these errors were encountered: