- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Did somebody meet the problem in busybox building?
When I "make" the busybox after "make menuconfig", the error message was showed as below: libbb/loop.c:32:27: linux/version.h: No such file or directory make: *** [libbb/loop.o] Error 1 Could somebody help me? Thanks~~ Btw, how can I dynamically load the user-define module into my kernel?コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi, busybox requires the kernel header files in order to compile correctly. We've provided an option within the busybox configuration utility to point to the correct kernel build.
Take a look at page 30 within the Reference Guide for more information (if you're using release 1.3 of the Nios II Linux distribution which is now available).