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
Line 41 in msp430-gcc.rb fails to execute because macOS has a fake gcc at /usr/bin/gcc that is actually just Clang. I'm not sure what exactly that piece was needed for or if it's still a problem, but you may want to find a different way to get that value.
Just a thought, as homebrew is a macOS platform, you may be working harder than necessary to use --print-multi-os-directory for that step.
The text was updated successfully, but these errors were encountered:
Line 41 in msp430-gcc.rb fails to execute because macOS has a fake gcc at /usr/bin/gcc that is actually just Clang. I'm not sure what exactly that piece was needed for or if it's still a problem, but you may want to find a different way to get that value.
Just a thought, as homebrew is a macOS platform, you may be working harder than necessary to use
--print-multi-os-directory
for that step.The text was updated successfully, but these errors were encountered: