Re: avr-gcc and char strings
Paweł Si <[email protected]>
| Newsgroups | gmane.comp.hardware.avr.gcc |
|---|---|
| Message-ID | <CAPgZLFYYfaCeJBc0b6hydpnm07KdzL_L4LHWVbj7pWCQf+kHgg@mail.gmail.com> |
2014-12-03 22:11 GMT+01:00 Andreas Höschler <[email protected]>: > > $(PROJECT).hex: $(PROJECT).out > $(OBJCOPY) -j .text -O ihex $(PROJECT).out $(PROJECT).hex > I would say that here is the problem, change this to: $(OBJCOPY) -R .eeprom -O ihex $(PROJECT).out $(PROJECT).hex _______________________________________________ AVR-GCC-list mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-gcc-list