FreeCalypso > hg > freecalypso-sw
comparison target-utils/helloapp/Makefile @ 629:e7ba9fcb3637
target-utils: move loadagent to 0x838000 in preparation for ramImages that
load iram.text directly into IRAM
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Sep 2014 08:32:22 +0000 |
parents | f0501c4a8790 |
children | 5cff3579814c |
comparison
equal
deleted
inserted
replaced
628:c2f2f7d78451 | 629:e7ba9fcb3637 |
---|---|
16 | 16 |
17 crt0.S: ../env/crt0.S | 17 crt0.S: ../env/crt0.S |
18 ln -s $< . | 18 ln -s $< . |
19 | 19 |
20 ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} | 20 ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} |
21 ${LD} -N --defsym stack_bottom=0x83FFFC -T ${LDS} -o $@ ${OBJS} \ | 21 ${LD} -N --defsym Base_addr=0x800750 --defsym stack_bottom=0x83FFFC \ |
22 -T ${LDS} -o $@ ${OBJS} \ | |
22 --start-group ${LIBS} --end-group \ | 23 --start-group ${LIBS} --end-group \ |
23 --start-group ${TC_LIBS} --end-group | 24 --start-group ${TC_LIBS} --end-group |
24 | 25 |
25 ${PROG}.srec: ${PROG}.elf | 26 ${PROG}.srec: ${PROG}.elf |
26 ${OBJCOPY} -O srec --srec-forceS3 --srec-len=30 $< $@ | 27 ${OBJCOPY} -O srec --srec-forceS3 --srec-len=30 $< $@ |