]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/test/test2/makestage2
Build: update setupenvLnx.sh to do error checking
[keystone-rtos/ibl.git] / src / test / test2 / makestage2
index fd4364e66349268f526ce3dbc34dcde2bd1b86be..f58a61fd4e3a2b56e5a4f4170f8808365275a83d 100644 (file)
@@ -9,17 +9,19 @@ CFLAGS= -g -c -mv 6400+ $(OPT)
 test2: gen_cdefdep utils test2_$(ENDIAN).blob
 
 ifeq ($(ENDIAN),little)
 test2: gen_cdefdep utils test2_$(ENDIAN).blob
 
 ifeq ($(ENDIAN),little)
- LIB= $(TOOLSC6X)/cgtools/lib/rts64plus.lib
+ LIB= $(TOOLSC6X)/lib/rts64plus.lib
  OPT=
  OPT=
+ C2B_OPT=
 else
 else
- LIB= $(TOOLSC6X)/cgtools/lib/rts64pluse.lib
+ LIB= $(TOOLSC6X)/lib/rts64pluse.lib
  OPT= -me
  OPT= -me
+ C2B_OPT= -swap
 endif
 
 
 
 test2_$(ENDIAN).blob: test2_$(ENDIAN).bccs
 endif
 
 
 
 test2_$(ENDIAN).blob: test2_$(ENDIAN).bccs
-       ..\..\util\btoccs\ccs2bin $< $@
+       ..\..\util\btoccs\ccs2bin $(C2B_OPT) $< $@
 
 test2_$(ENDIAN).bccs: test2_$(ENDIAN).b
        ..\..\util\btoccs\b2ccs $< $@
 
 test2_$(ENDIAN).bccs: test2_$(ENDIAN).b
        ..\..\util\btoccs\b2ccs $< $@