comparison makefile-frags/link-steps @ 64:84f4a04fde24

TI's linker doesn't like hyphens in filenames
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2016 18:33:04 +0000
parents 065aacae8b37
children 46d9d68a3911
comparison
equal deleted inserted replaced
63:065aacae8b37 64:84f4a04fde24
3 3
4 link.cmd: ${LINK_SCRIPT_SRC} Makefile lcfgen 4 link.cmd: ${LINK_SCRIPT_SRC} Makefile lcfgen
5 perl ../scripts/ti/make_cmd.pl lcfgen $@ 0 ${LINK_SCRIPT_SRC} \ 5 perl ../scripts/ti/make_cmd.pl lcfgen $@ 0 ${LINK_SCRIPT_SRC} \
6 ${SPECIAL_LINK_LIBS} 6 ${SPECIAL_LINK_LIBS}
7 7
8 gsm-fw.out: ${LIBS} str2ind.obj link.cmd 8 fwimage.out: ${LIBS} str2ind.obj link.cmd
9 ../toolwrap/vlnk470 -farcall -x -o $@ -m gsm-fw.map $^ 9 ../toolwrap/vlnk470 -farcall -x -o $@ -m fwimage.map $^
10 10
11 gsm-fw.m0: gsm-fw.out 11 fwimage.m0: fwimage.out
12 ../toolwrap/hex470 -m -memwidth 16 -romwidth 16 gsm-fw.out 12 ../toolwrap/hex470 -m -memwidth 16 -romwidth 16 $<
13 13
14 gsm-fw.bin: gsm-fw.m0 14 fwimage.bin: fwimage.m0
15 mokosrec2bin gsm-fw.m0 $@ FF 15 mokosrec2bin $< $@ FF
16 16