
2. update New Feature#1083# (modify /ops/sr/ospLog.c) 3. testcase: 3.1 spu(case34)+arm(case5): pass 3.2 spu(case44)+arm(case5): pass 3.3 spu(case21)+arm(case21): pass 3.4 spu(case14)+arm(case3): pass
8 lines
97 B
Bash
Executable File
8 lines
97 B
Bash
Executable File
set -e
|
|
|
|
pushd ./rfic
|
|
make clean
|
|
echo "start to build rfic.out and librfic_main.o"
|
|
make all
|
|
popd
|