임베디드/LPC3250
sqlite3 cross compile
shellbt
2012. 4. 23. 14:41
http://www.sqlite3.org 에서 sqlite-autoconf-3071100.tar.gz을 다운받음
./configure --prefix=`pwd`/_install --host=arm-vfp-linux-gnu
make
make install
로 컴파일 완료