]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blobdiff - boot_loader/MAD_buildmad
Added build scripts for MAD
[keystone-rtos/mcsdk-tools.git] / boot_loader / MAD_buildmad
diff --git a/boot_loader/MAD_buildmad b/boot_loader/MAD_buildmad
new file mode 100644 (file)
index 0000000..3ab2f51
--- /dev/null
@@ -0,0 +1,23 @@
+export C_DIR='"C:/Program Files/Texas Instruments/ccsv5/tools/compiler/c6000"'
+export PATH=$PATH:/c/Program\ Files/Texas\ Instruments/ccsv5/tools/compiler/c6000/bin/
+
+cd mal/malLib/build
+make DEVICE=C6678
+
+cd ../../malApp/build
+make DEVICE=C6678
+
+cd ../../../nmlLoader/build
+make DEVICE=C6678
+
+cd ../../examples/shlibs
+make DEVICE=C6678
+
+cd ../app_1
+make DEVICE=C6678
+
+cd ../app_2
+make DEVICE=C6678
+
+cd ../../
+