目前u盤容量越來越大,行動硬碟一般也預設採用ntfs,所以我們的平台需要對ntfs做相關支援。
./configure --host=mipsel-linux-gnu cc=mipsel-linux-gcc --prefix=/home/sf6/***x/downloads/tmp/third/bin --exec-prefix=/home/sf6/luorenyang/downloads/tmp/third/bin --enable-really-static
make
sudo make install
上面的配置就是靜態編譯,最後生成的ntfs-3g大小為790kb。
在機頂盒中直接使用ntfs-3g /dev/sda1 /mnt/usb
就實現了掛載。
Ubuntu移植qt4 4 3到mips平台
ubuntu移植qt4.4.3到mips平台 harish hu 配置mips 編譯工具 exportpath path 二 編譯tslib 設定環境變數 exportcc mipsel linux gcc exportcxx mipsel linux g 安裝如下軟體 sudoapt get in...
tcpdump 交叉編譯移植(mips)
一 libpcap 交叉編譯 1libpcap 1.8.1 2 解壓 3 修改configure檔案 a 注釋掉 if test z with pcap test cross compiling yes then as fn error pcap type not determined whencr...
MIPS架構的簡單討論
mips架構的簡單討論 以bios的經驗開始接觸mips的東西,專案也在進行中。抽空給部門的人做乙個report,簡單的列出來一些要講的東西,ppt也懶得做了。這裡僅作為乙個大綱吧。一 risc和cisc 1 由來,精簡過程 2 cisc和risc的比較 比較內容 cisc risc 指令系統 複雜...