adamyg / grief

GRIEF - BRIEF clone
http://grief.sourceforge.net/
Other
33 stars 9 forks source link

binutils, backward lib #61

Closed adamyg closed 3 weeks ago

adamyg commented 4 weeks ago

binutils 2.34 changed the name of a function and guarded it with a macro.

see: https://stackoverflow.com/questions/60235928/backward-cpp-can-no-longer-build-missing-lbdf-despite-linking

The corresponding macros of binutils changed slightly. You have to drop the _get from the section macros and remove the fobj.handle.get() parameter manually: bfd_get_section_flags(fobj.handle.get(), section) to bfd_section_flags(section).

libunwind support?

adamyg commented 3 weeks ago

0547b8e