1#!/bin/bash
2# Run this from within a bash shell
3# x86_64 is for simulation do not enable RK platform
4cmake -G "Unix Makefiles" \
5    -DCMAKE_BUILD_TYPE=debug \
6	-DARCH=m32 \
7    ../../  && make
8