Skip to content

Commit a10e96e

Browse files
author
Xiangfu Liu
committedFeb 22, 2012
update Xilinx ISE to 13.4 under build host
1 parent b4365ad commit a10e96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/compile-milkymist-firmware.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ fi
104104
echo "compile soc ..."
105105
#the Xilinx libs(libstdc++.so.6) have some conflict
106106
(source ~/.bashrc && \
107-
source /home/Xilinx/13.2/ISE_DS/settings64.sh && \
107+
source /home/Xilinx/13.4/ISE_DS/settings64.sh && \
108108
make -C ${MILKYMIST_GIT_DIR}/milkymist/boards/milkymist-one/flash) >> ${BUILD_LOG} 2>&1
109109
if [ "$?" != "0" ]; then
110110
abort "ERROR: compile SOC"

0 commit comments

Comments
 (0)