2012年10月29日 星期一

MIPS的LSB , MSB編譯方法

mips-linux-gcc gpio_ap.c -o test  <----big endian

mipsel-linux-gcc gpio_ap.c -o test <----little endian

-EL: little end
-EB: big end

沒有留言:

張貼留言