started link script rewrite - needed lots of symbol changes because leading underscores in symbol names

This commit is contained in:
Markus Fröschle
2012-10-13 21:14:57 +00:00
parent ba38052af4
commit e50cc71df2
7 changed files with 373 additions and 45 deletions

View File

@@ -43,7 +43,10 @@ OBJS=$(COBJS) $(AOBJS)
all: $(EXEC)
SADDR=0xe0000000
$(EXEC): $(OBJS)
$(LD) --oformat srec -Map $@.map --cref -T flash.lk -s -o $@ $(OBJS)
echo "generating executable"
clean: