We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4365ad commit a10e96eCopy full SHA for a10e96e
scripts/compile-milkymist-firmware.sh
@@ -104,7 +104,7 @@ fi
104
echo "compile soc ..."
105
#the Xilinx libs(libstdc++.so.6) have some conflict
106
(source ~/.bashrc && \
107
- source /home/Xilinx/13.2/ISE_DS/settings64.sh && \
+ source /home/Xilinx/13.4/ISE_DS/settings64.sh && \
108
make -C ${MILKYMIST_GIT_DIR}/milkymist/boards/milkymist-one/flash) >> ${BUILD_LOG} 2>&1
109
if [ "$?" != "0" ]; then
110
abort "ERROR: compile SOC"
0 commit comments