Skip to content

Commit 78c2c5b

Browse files
author
Xiangfu Liu
committedJan 14, 2012
compile-milkymist-firmware.sh: create SDK even flickernoise failed compile
1 parent 9d18c34 commit 78c2c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎scripts/compile-milkymist-firmware.sh

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ echo "compile autotest ..."
135135
MILKYMIST_GIT_DIR=${MILKYMIST_GIT_DIR} IMAGES_DIR=${IMAGES_DIR} make -C ${SCRIPTS_GIT_DIR}/compile-flickernoise \
136136
boot.bin boot.crc.bin >> ${BUILD_LOG} 2>&1
137137
if [ "$?" != "0" ]; then
138+
(cd /opt/ && tar cjvf ${IMAGES_DIR}/Flickernoise-lm32-rtems-4.11-SDK-for-Linux-x86_64.tar.bz2 rtems-4.11/)
138139
abort "ERROR: compile autotest"
139140
fi
140141
cp ${MILKYMIST_GIT_DIR}/autotest-m1/src/boot*.bin ${IMAGES_DIR}/

0 commit comments

Comments
 (0)
Please sign in to comment.