Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

busybox problem

Altera_Forum
Honored Contributor II
983 Views

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?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
275 Views

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).
0 Kudos
Reply