homebrew-avr icon indicating copy to clipboard operation
homebrew-avr copied to clipboard

Homebrew AVR Toolchain

Results 15 homebrew-avr issues
Sort by recently updated
recently updated
newest added

avr-gcc@11 fails to build: ``` ==> make BOOT_LDFLAGS=-Wl,-headerpad_max_install_names Last 15 lines from /Users/alex/Library/Logs/Homebrew/avr-gcc@11/02.make: ../../gcc/config/avr/avr.c:10243:36: error: assigning to 'unnamed_section_callback' (aka 'void (*)(const char *)') from incompatible type 'void (const void *)':...

@Feuerwerk avr-libc now has a new github repo, I think you could push your patch there!

Prereq for #324, and all other fixes that must go in before it.

According to [this issue](https://github.com/actions/runner-images/issues/9254) M1 runners for Sonoma are now available. Let's see if this works :) upload-artifact tag was also changed due to https://github.com/Homebrew/brew/pull/16347

Mac M1 Sonoma 14.2.1 (23C71) ```❯ brew install avr-gdb ==> Fetching dependencies for osx-cross/avr/avr-gdb: [email protected] ==> Fetching [email protected] ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.9/manifests/3.9.18_2 Already downloaded: /Users/my-user/Library/Caches/Homebrew/downloads/a9d0e3ef285399164b30b3fbf1431f3d265ff072cfc9a9c3bd364b3dd0f74094--python@3.9-3.9.18_2.bottle_manifest.json ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.9/blobs/sha256:adbbe4d4fd80b70e40cb7a233d2d5f5dda88bdc274deb153 Already downloaded: /Users/my-user/Library/Caches/Homebrew/downloads/a5efbea1955f1777304de5280bc4bf272c2cc341806b6186fad4737730009e46--python@3.9--3.9.18_2.arm64_sonoma.bottle.tar.gz...

The current version of the simavr1.6 Makefile.common checks if avr-gcc is installed by looking for a folder called `avr-gcc` in the homebrew Cellar. This did not work on my system...

Probably not too serious as other versions should work. Thanks for the good work on packaging these tools. This is from one of Github Actions VMs (macos-latest). The command was...

The new formula is based on the formula for [AVR-GCC 12.2.0](https://github.com/osx-cross/homebrew-avr/blob/1249ffa17e46f14ff9bd173a62675346d381f44b/Formula/avr-gcc%4012.rb). The URL, mirror, checksum and patches by the Darwin GCC maintainer were updated to GCC 13. The compile test...

This PR adds support for these (comprehensive list) new AVR devices into **`avr-size`**: * ATtiny202 * ATtiny204 * ATtiny212 * ATtiny214 * ATtiny402 * ATtiny404 * ATtiny406 * ATtiny412 *...

Attempting to fix this formula in order to clear #324