comparison target-utils/pirexplore/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 2900fe603f8a
children 1557e15a012f
comparison
equal deleted inserted replaced
628:c2f2f7d78451 629:e7ba9fcb3637
17 17
18 crt0.S: ../env/crt0.S 18 crt0.S: ../env/crt0.S
19 ln -s $< . 19 ln -s $< .
20 20
21 ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} 21 ${PROG}.elf: ${OBJS} ${LIBS} ${LDS}
22 ${LD} -N --defsym stack_bottom=0x87FFFC -T ${LDS} -o $@ ${OBJS} \ 22 ${LD} -N --defsym Base_addr=0x800750 --defsym stack_bottom=0x87FFFC \
23 -T ${LDS} -o $@ ${OBJS} \
23 --start-group ${LIBS} --end-group \ 24 --start-group ${LIBS} --end-group \
24 --start-group ${TC_LIBS} --end-group 25 --start-group ${TC_LIBS} --end-group
25 26
26 ${PROG}.srec: ${PROG}.elf 27 ${PROG}.srec: ${PROG}.elf
27 ${OBJCOPY} -O srec --srec-forceS3 --srec-len=30 $< $@ 28 ${OBJCOPY} -O srec --srec-forceS3 --srec-len=30 $< $@