Light weight component system
XPLC ("Cross-Platform Lightweight Components") is a component system that will provide extensibility and reusability both inside and between applications, while being portable across platforms (and languages) and having the lowest possible overhead (both in machine resources and programming effort).
wget -c
tar zxf xplc_0.3.13.orig.tar.gz
cd xplc-0.3.13/
CC=arm-none-linux-gnueabi-gcc CFLAGS=" -march=armv4t" ./configure --host=arm-none-linux-gnueabi --prefix=$PWD/_install
make; make install
阅读(1959) | 评论(0) | 转发(0) |