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: new formula #30

Closed fauxpark closed 2 years ago

fauxpark commented 2 years ago

29

ladislas commented 2 years ago

it is ready to merge? let me know :)

fauxpark commented 2 years ago

Yep, should be good to go. Seems the conflicts_withs can't really be set up properly, because all of the arm-gcc-bins are versioned, and brew audit doesn't like that. Oh well.

ladislas commented 2 years ago

I think the fix would be to have the default version as arm-gcc-bin and make an alias of that instead of the other way around.

I'll merge this for now, we can modify the rest later

ladislas commented 2 years ago

@fauxpark something went wrong :(

fauxpark commented 2 years ago

I guess the bot still considers the arm-gcc-bin formulae modified even though I reverted the changes to them. One sec.

fauxpark commented 2 years ago

Also just noticed this tap has the same issue as in https://github.com/osx-cross/homebrew-avr/issues/270

ladislas commented 2 years ago

Also just noticed this tap has the same issue as in https://github.com/osx-cross/homebrew-avr/issues/270

Fixed with 307759cacbd81d644dc2b01aaf4add1b9e50590a

ladislas commented 2 years ago

@fauxpark can you rebase on master so that it will build correctly? :)

actually I was able to do it!