您的位置:首页 > 其它

arm cross compile Q&A

2005-10-02 02:23 441 查看
Q: failed to set dynamic section sizes
A: delete -lc from makefile.
Q: how to configure xvid configure
A: ./configure --host arm-linux --build i686-linux --disable-profile --enable-add-ons --enable-shared --enable-omitfp
./configure --host arm-linux --build i686-linux --disable-profile --enable-add-ons --disable-shared --enable-omitfp --enable-static-nss
Q: crt1.o error
A: -lm add as last argumnet.
Q:how to get the free size of disk?
A: use statfs but notes. k=free*size/1024 ; maybe free*size overout the long so first size/1024 then *free.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: