#!/bin/sh /opt/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gcc -march=armv7-a -O2 -mcpu='cortex-a8' -pthread -D _GNU_SOURCE $1.c -o $1 -static-libgcc -lpthread