Download this file
9 lines (6 with data), 374 Bytes
echo java -Xmx250m -Dmmpcdir=${mmpcdir} -jar ${mmpcdir}/mmpc.jar $1 -cpuEE -felf -S -o$1 -A$1.s -opt0 $2 $3 $4 $5
java -Xmx250m -Dmmpcdir=${mmpcdir} -jar ${mmpcdir}/mmpc.jar $1 -cpuEE -felf -S -o$1 -A$1.s -opt0 $2 $3 $4 $5
mipsEEel-linux-as -m5900 -o $1.o ./$1.s
scp $1.o angel19:
ssh angel19 "mipsEEel-linux-gcc ./$1.o mmpc/rtl.c -o $1 -lm -DEECG"
ssh angel19 "./$1"
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.