comparison tms470/makefile-frags/ram-link-steps @ 43:68ffaa96dea3

tms470/makefile-frags: changes for Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 17 Jul 2018 08:24:48 +0000
parents 2b8d11ddf653
children
comparison
equal deleted inserted replaced
42:2b8d11ddf653 43:68ffaa96dea3
2 2
3 link_ram.cmd: ${RAM_LINK_SCRIPT_SRC} Makefile lcfgen 3 link_ram.cmd: ${RAM_LINK_SCRIPT_SRC} Makefile lcfgen
4 perl ../scripts/ti/make_cmd.pl lcfgen $@ 0 ${RAM_LINK_SCRIPT_SRC} \ 4 perl ../scripts/ti/make_cmd.pl lcfgen $@ 0 ${RAM_LINK_SCRIPT_SRC} \
5 ${SPECIAL_LINK_LIBS} 5 ${SPECIAL_LINK_LIBS}
6 6
7 ramimage.out: ${LIBS} build_date.obj str2ind.obj link_ram.cmd 7 ramimage.out: ${LIBS} build_date.obj link_ram.cmd
8 ../toolwrap/vlnk470 -farcall -x -o $@ -m ramimage.map $^ 8 ../tms470/toolwrap/vlnk470 -farcall -x -o $@ -m ramimage.map $^
9 9
10 ramimage.m0: ramimage.out 10 ramimage.m0: ramimage.out
11 ../toolwrap/hex470 -m -memwidth 16 -romwidth 16 $< 11 ../tms470/toolwrap/hex470 -m -memwidth 16 -romwidth 16 $<
12 12
13 ramimage.srec: ramimage.m0 13 ramimage.srec: ramimage.m0
14 ../helpers/srec4ram $< $@ 14 ../helpers/srec4ram $< $@
15 15