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
Currently need to to pass .compiler("arm-none-eabi-gcc").archiver("arm-none-eabi-ar") to my Build as cc doesn't know the thumbv4t-none-eabi target, which uses the arm-none-eabi- tool prefix.
On that note, it'd be nice to be able to specify the prefix as a method on Build, rather than through the CROSS_COMPILE environment variable.