compile 2.6.21 kernel for MIPS32
Can anybody please help me to compile kernel 2.6.21 for mips32 acrh? Please let me know which option/options should I select from make menuconfig. I have the toolchain installed and the target board is a little endian system.
Thanks in ad开发者_StackOverflow社区vance, Souvik
Finally I solved the issue. In my kernel configuration, machine selection was wrong so MIPS32, LITTLE_ENDIAN flag were not set in the configuration. After a few tries I have been able to sort out the right option and now I can build my module with this configurations. Thanks a lot for all the help.
Thanks, Souvik
精彩评论