#!/bin/bash # # Run like: # multidelta -level=# ./reduce-ice $FILE # levels: 0 0 1 1 2 2 10 10 # FILE=test.i CC=bfin-uclinux-gcc CFLAGS="-O1 -Werror" set -e $CC -pipe $CFLAGS $FILE -o test -Wl,-elf2flt rcp test root@192.168.0.16:/ rsh -l root 192.168.0.16 /test | grep 'FAIL'