Package Details: avr-gcc-atmel 4.9.2-1

Git Clone URL: https://aur.archlinux.org/avr-gcc-atmel.git (read-only, click to copy)
Package Base: avr-gcc-atmel
Description: The GNU AVR Compiler Collection (from Atmel)
Upstream URL: http://www.atmel.com/tools/ATMELAVRTOOLCHAINFORLINUX.aspx
Licenses: GPL, custom, LGPL, FDL
Conflicts: avr-gcc
Provides: avr-gcc
Submitter: jpkotta
Maintainer: None
Last Packager: jpkotta
Votes: 4
Popularity: 0.000002
First Submitted: 2015-08-28 20:13 (UTC)
Last Updated: 2017-02-24 22:52 (UTC)

Required by (22)

Sources (2)

Latest Comments

yurikoles commented on 2022-05-25 12:32 (UTC)

@Marchlynx

I suggest you to file file an orphan request, since it was marker out of date 2.5 years ago. This will release this package from maintainer and you may step in as new maintainer.

Merge request are for merger of packages itself, it basically merges all comments into one package. E.g. fheroes2-svn was merged into fheroes2-git because upstream switched VCS system, so SVN package makes no sense.

Marchlynx commented on 2022-05-25 12:25 (UTC)

Since I do not have the permissions to push to this aur-repo, I temporarily created a fork on github: https://github.com/Virtual-Java/avr-gcc-atmel

Marchlynx commented on 2022-05-25 10:53 (UTC) (edited on 2022-05-25 11:02 (UTC) by Marchlynx)

Just updated avr-gcc-atmel to successfully compile with C++17 and isl-0.15.0 using gcc12.1.0. An older isl-version is downloaded and linked for in-tree build. More recent versions like isl-0.24-4 won't work!!! If there is no isl version found in pkgbuild root directory the isl version present in system (/usr/include/isl) will be used causing the build to fail.

THIS version of avr-gcc seams to be more efficient for some microcontrollers especially the avr-usb-mcus (e.g. atmega16u2, atmega32u4, at90usb1287). Code compiled with avr-gcc-gnu-12.1.0 is sometimes bigger in size, then using avr-gcc-atmel-5.4.0 may save some bytes (up to 200 Bytes for 4kB bootloader). This allowed me to make modifications to projects like HoodLoader2 and squeeze some extra code into bootsection. https://github.com/Virtual-Java/HoodLoader2/tree/synchronous-uart

shree commented on 2019-01-05 06:08 (UTC)

@jpkotta Thanks for the update. I'll look into the process and consider taking it on.

jpkotta commented on 2019-01-04 21:01 (UTC)

@schree, I've also disowned avr-binutils-atmel and avr-libc-atmel.

jpkotta commented on 2019-01-04 20:57 (UTC)

@schree, no I'm not really using this any more. I'll orphan it.

shree commented on 2019-01-04 20:00 (UTC)

@jpkotta Version 3.6.1 of the Atmel tool chain is available here http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.6.1/ and provides support for the new ATtiny line. I know it's been a while since you started maintaining avr-*-atmel packages, are you still okay with keeping it up? Thanks!

c4757p commented on 2015-09-21 04:13 (UTC)

@anatolik - the non-Atmel libc is out of date. There are chips like the E series that have been out for two years and still aren't supported by it.

jpkotta commented on 2015-08-31 01:19 (UTC)

I didn't know about it. My coworker found the avr-*-atmel packages were needed for a project at work. I wanted to preserve these packages because of that. I'm not very involved with the project, but I'll make sure the official packages are OK and delete these if they are.

anatolik commented on 2015-08-28 22:23 (UTC)

What is the point of using it instead of https://www.archlinux.org/packages/community/x86_64/avr-gcc/ ?