<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=AVR-GCC</id>
	<title>AVR-GCC - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=AVR-GCC"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=AVR-GCC&amp;action=history"/>
	<updated>2026-07-22T12:35:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=AVR-GCC&amp;diff=31783&amp;oldid=prev</id>
		<title>Chao at 10:07, 27 July 2021</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=AVR-GCC&amp;diff=31783&amp;oldid=prev"/>
		<updated>2021-07-27T10:07:22Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* add path to windows&lt;br /&gt;
* AVR-GCC in Linux&lt;br /&gt;
* Windows version - https://blog.zakkemble.net/avr-gcc-builds/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Build Log ==&lt;br /&gt;
Make hex:&lt;br /&gt;
 avr-gcc -DF_CPU=16000000         -Iusbdrv -I. -DDEBUG_LEVEL=0  -Os  -ffunction-sections -fdata-sections -save-temps  -Wl,--gc-sections,--relax -mmcu=attiny441   -c main.c -o main.o&lt;br /&gt;
 avr-gcc -DF_CPU=16000000         -Iusbdrv -I. -DDEBUG_LEVEL=0  -Os  -ffunction-sections -fdata-sections -save-temps  -Wl,--gc-sections,--relax -mmcu=attiny441   -c thermistor.c -o thermistor.o&lt;br /&gt;
 avr-gcc -DF_CPU=16000000         -Iusbdrv -I. -DDEBUG_LEVEL=0  -Os  -ffunction-sections -fdata-sections -save-temps  -Wl,--gc-sections,--relax -mmcu=attiny441   -c twi.c -o twi.o&lt;br /&gt;
 avr-gcc -DF_CPU=16000000         -Iusbdrv -I. -DDEBUG_LEVEL=0  -Os  -ffunction-sections -fdata-sections -save-temps  -Wl,--gc-sections,--relax -mmcu=attiny441   -L /usr/lib/avr/lib/ldscripts/ -o main.elf main.o thermistor.o twi.o&lt;br /&gt;
 avr-objcopy -j .text -j .data -O ihex main.elf main.hex&lt;br /&gt;
 avr-size main.hex&lt;br /&gt;
   text    data     bss     dec     hex filename&lt;br /&gt;
      0    1700       0    1700     6a4 main.hex&lt;br /&gt;
[[category: AVR]]&lt;br /&gt;
&lt;br /&gt;
[[category: GCC]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>