winget
makes first build a lot more complicated
#593
Labels
windows
Related to usage on Windows host systems.
winget
makes first build a lot more complicated
#593
I just started using Windows after 2 year break and I am new to rust ecosystem, I was using macOS (where I could use
brew
for those who don't know) so I started usingwinget
as documentation states.I've encountered an issue where
avr-gcc
could not interpret--print-memory-usage
flag. At first glance, I did not suspect versioning because "Hey, I just installed it".The error was
error: linking with ‘avr-gcc’
, so I started poking around using somerustflags
and variouslinkers
because that's what some of the stackoverflows answers have said. Then I realized thatwinget
installedwinavr-20100110
that seems to be quite old. I followed this great article by Tony Mitchell and turned out to be working.This is the line that caused all that (link to README.md):
The text was updated successfully, but these errors were encountered: