Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winget makes first build a lot more complicated #593

Open
Pumbakos opened this issue Oct 20, 2024 · 2 comments
Open

winget makes first build a lot more complicated #593

Pumbakos opened this issue Oct 20, 2024 · 2 comments
Labels
windows Related to usage on Windows host systems.

Comments

@Pumbakos
Copy link

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 using winget 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 some rustflags and various linkers because that's what some of the stackoverflows answers have said. Then I realized that winget installed winavr-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):

winget install AVRDudes.AVRDUDE ZakKemble.avr-gcc
@stappersg
Copy link
Contributor

stappersg commented Oct 20, 2024 via email

@Rahix
Copy link
Owner

Rahix commented Oct 21, 2024

Agreed. I don't have a Windows system to check with so I rely on feedback from users on what works. If the current instructions have problems, please send a PR to update/fix them :)

@Rahix Rahix added the windows Related to usage on Windows host systems. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Related to usage on Windows host systems.
Projects
None yet
Development

No branches or pull requests

3 participants