You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for building msp430-gcc you are forced to link msp430-binutils but this is a problem if you already have binutils installed.
It would be much better if msp430-binutils would be keg_only.
The text was updated successfully, but these errors were encountered:
keg_only would be stupid, because the bin-executables would not be found. But no executable of msp430-binutils conflicts with binutils so it would be nice if it could be linked directly. At the moment you have to use force the linking (which would overwrite duplicate files).
Yes, forcing the linking is unfortunate! I couldn't find a way around it, though, to install both packages under the same prefix. If someone better with the Homebrew API is watching, I'd love to remove that step.
for building
msp430-gcc
you are forced to linkmsp430-binutils
but this is a problem if you already havebinutils
installed.It would be much better if
msp430-binutils
would bekeg_only
.The text was updated successfully, but these errors were encountered: