osx-cross / homebrew-arm

Pre-built GNU toolchain from ARM Cortex-M & Cortex-R processors (Cortex-M0/M0+/M3/M4/M7, Cortex-R4/R5/R7).
BSD 2-Clause "Simplified" License
152 stars 21 forks source link

arm-none-eabi-binutils 2.41 #62

Closed fauxpark closed 7 months ago

fauxpark commented 7 months ago

Bumping to latest version & to trigger macOS 14 bottles.

fauxpark commented 7 months ago

Hm, Monterey failing with:

   ../../gold/output.cc:32:10: fatal error: 'uchar.h' file not found
  #include <uchar.h>
           ^~~~~~~~~
fauxpark commented 7 months ago

Someone else has run up against it: https://www.mail-archive.com/bug-binutils@gnu.org/msg46285.html

Perhaps for now we must hold off on 2.42, let's try 2.41 instead.

fauxpark commented 7 months ago

Now there seems to be an issue with generating bfd.info.

EDIT: phew, just needed to remove the >=Ventura check on texinfo.

ladislas commented 7 months ago

Is it okay to merge? :)

fauxpark commented 7 months ago

It's all green, go ahead.