[En-Nut-Discussion] app/Makerules.avr-gcc: Should target "rom" produce ihex or srec?
Uwe Bonnes
bon at elektron.ikp.physik.tu-darmstadt.de
Thu Feb 5 16:03:14 CET 2009
Hello,
the target rom in app/Makerules.avr-gcc produces ihex. I think it should
produce srec.
--
Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: app/Makerules.avr-gcc
===================================================================
RCS file: /cvsroot/ethernut/nut/app/Makerules.avr-gcc,v
retrieving revision 1.3
diff -u -w -r1.3 Makerules.avr-gcc
--- app/Makerules.avr-gcc 1 Mar 2006 02:11:44 -0000 1.3
+++ app/Makerules.avr-gcc 5 Feb 2009 14:58:11 -0000
@@ -56,7 +56,7 @@
$(BIN) -R .eeprom -O ihex $< $@
%rom: %elf
- $(BIN) -O ihex $< $@
+ $(BIN) -O srec $< $@
%bin: %elf
$(BIN) -O binary $< $@
More information about the En-Nut-Discussion
mailing list