Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以帮我为 mips32 acr 编译内核 2.6.21 吗?请让我知道我应该从 make menuconfig 中选择哪些选项。我已经安装了工具链,目标板是一个小端系统。
提前致谢, 苏维克
最后我解决了这个问题。在我的内核配置中,机器选择错误,因此配置中没有设置 MIPS32、LITTLE_ENDIAN 标志。经过几次尝试,我已经能够找出正确的选项,现在我可以使用此配置构建我的模块。非常感谢所有的帮助。
谢谢, 苏维克