Project

General

Profile

Revision 165

Added by Kevin Woo about 14 years ago

bootloader stuff that should work

View differences:

Makefile
180 180
#  -Wl,...:     tell GCC to pass this to linker.
181 181
#    -Map:      create map file
182 182
#    --cref:    add cross reference to  map file
183
LDFLAGS = -Wl,-Map=$(TARGET).map,--cref,--section-start=.bootloader=0x400
183
LDFLAGS = -Wl,-Map=$(TARGET).map,--cref,--section-start=.bootloader=0x5C0
184 184
LDFLAGS += $(EXTMEMOPTS)
185 185
LDFLAGS += $(PRINTF_LIB) $(SCANF_LIB) $(MATH_LIB)
186 186

  

Also available in: Unified diff