public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Download GCC Compiler
@ 2024-02-14 11:02 Debjyoti Ghosh
  2024-02-14 14:42 ` Jonathan Wakely
  2024-02-14 19:49 ` David Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Debjyoti Ghosh @ 2024-02-14 11:02 UTC (permalink / raw)
  To: gcc-help

[-- Attachment #1: Type: text/plain, Size: 58 bytes --]

Hi how to download AVR GCC compiler from official site ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Download GCC Compiler
  2024-02-14 11:02 Download GCC Compiler Debjyoti Ghosh
@ 2024-02-14 14:42 ` Jonathan Wakely
  2024-02-14 19:49 ` David Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Wakely @ 2024-02-14 14:42 UTC (permalink / raw)
  To: Debjyoti Ghosh; +Cc: gcc-help

On Wed, 14 Feb 2024 at 11:03, Debjyoti Ghosh via Gcc-help
<gcc-help@gcc.gnu.org> wrote:
>
> Hi how to download AVR GCC compiler from official site ?

You can't, because the GCC project does not provide official binaries.
You can only download the source code and compile it yourself.

https://gcc.gnu.org/install/binaries.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Download GCC Compiler
  2024-02-14 11:02 Download GCC Compiler Debjyoti Ghosh
  2024-02-14 14:42 ` Jonathan Wakely
@ 2024-02-14 19:49 ` David Brown
  1 sibling, 0 replies; 3+ messages in thread
From: David Brown @ 2024-02-14 19:49 UTC (permalink / raw)
  To: Debjyoti Ghosh, gcc-help

On 14/02/2024 12:02, Debjyoti Ghosh via Gcc-help wrote:
> Hi how to download AVR GCC compiler from official site ?
> 

If you mean an official release from GCC, you can get it in source 
format from <https:://gcc.gnu.org>.

But usually what people want is pre-build toolchains running on their 
chosen host OS.  AVR's are made by Microchip (since it bought Atmel a 
number of years ago), and so current "official" toolchains come from 
Microchip:

<https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-14 19:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-14 11:02 Download GCC Compiler Debjyoti Ghosh
2024-02-14 14:42 ` Jonathan Wakely
2024-02-14 19:49 ` David Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).