Build instructions:


If you are using Eclipse:
1. Modify the Makefile to have ARMGCCPATH equal to your installation of CodeSourcery.
2. Open the project with Eclipse and build normally.


If you are not using Eclipse:
1. Bring your CodeSourcery tools into the PATH
2. Run from command line: 

arm-none-linux-gnueabi-gcc -c -o bq.o bq.c
arm-none-linux-gnueabi-gcc -o test test.c bq.o
