gcc source code #387
Replies: 2 comments 1 reply
-
AFAIK, avr-gcc starting in 5.4 or before supports addition of new devices via a "PACKS" mechanism, and the device specs are normally distributed by Microchip separately from the compiler. http://packs.download.atmel.com/ (I've always assumed that the Arduino and DrAzzy cores have added the packs manually, or perhaps come up with a semi-automatic way of adding them, rather than modifying the core gcc source or build process. I could be wrong.) |
Beta Was this translation helpful? Give feedback.
-
Here you can find the original buildscript: https://github.com/arduino/toolchain-avr |
Beta Was this translation helpful? Give feedback.
-
Hi,
Where can I find the source code that was used to generate the builds such as avr-gcc-7.3.0-atmel3.6.1-azduino6-x86_64-pc-linux-gnu.tar.bz2? Stock gcc 7.3.0 doesn't have files such as "device-specs/specs-avr128db28", so this build must have been made with modified sources.
Ramiro
Beta Was this translation helpful? Give feedback.
All reactions