Project

General

Profile

Revision 197

Added by Kevin Woo about 14 years ago

Removed fuse writing since it seems to be placing the fuses out of memory and causing the programmer to fail

View differences:

Makefile
187 187
#    -Map:      create map file
188 188
#    --cref:    add cross reference to  map file
189 189
LDFLAGS = -Wl,--script=linker_script.x,-Map=$(TARGET).map,--cref,--section-start=.text=$(BOOTSTART),--section-start=.jumps=$(JUMPSTART),--undefined=_jumptable,--gc-sections
190
#LDFLAGS = -Wl,-Map=$(TARGET).map,--cref,--section-start=.text=$(BOOTSTART),--section-start=.jumps=$(JUMPSTART),--undefined=_jumptable
191 190
LDFLAGS += $(EXTMEMOPTS)
192 191
LDFLAGS += $(PRINTF_LIB) $(SCANF_LIB) $(MATH_LIB)
193 192

  

Also available in: Unified diff