您的位置:首页 > 大数据 > 人工智能

编译 xenomai3

2015-07-03 08:34 477 查看

cross-compile:

打了preempt-rt补丁之后:

ln -s arm-linux-gnueabihf-gcc-4.x arm-linux-gnueabihf-gcc


./configure --help

./configure CFLAGS="-march=armv7-a -mfpu=vfp3" LDFLAGS="-march=armv7-a" --build=i686-pc-linux-gnu --host=arm-gnueabihf- --with-core=mercury --enable-smp --enable-pshared

make DESTDIR=/absolute/path/build install


compile on target:

./configure CFLAGS="-march=armv7-a -mfpu=vfp3" LDFLAGS="-march=armv7-a" --with-core=mercury --enable-smp --enable-pshared
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: