|
Hi
Same here.... I'm trying to build asterisk/dahdi, and it requires the kernels-headers 3.4.9
and it fails - I've done several attempts, no luck
the link in the previous mail to a tarball dont really seem to work, too bad !
Here are the details of the last attemps - any help would be greatly appreciated !
Steps:
git clone the lobo rep
go to Ora,ngePI-Kernel, ./build_linux_kernel.sh clean 2 => ok
./build_linux_kernel.sh 2
====> fails
- HOSTCC scripts/basic/fixdep
- In file included from scripts/basic/fixdep.c:106:0:
- /usr/include/arm-linux-gnueabihf/sys/types.h:25:22: fatal error: features.h: No such file or directory
- #include <features.h>
- ^
- compilation terminated.
- scripts/Makefile.host:118: recipe for target 'scripts/basic/fixdep' failed
- make[1]: *** [scripts/basic/fixdep] Error 1
- Makefile:412: recipe for target 'scripts_basic' failed
- make: *** [scripts_basic] Error 2
Copy code
run: apt-get install libc-dev --reinstall
this fixes the missing features.h, but it needs to be run almost at each attempt - dont really know why
run again: ./build_linux_kernel.sh 2
fails, details:
full log: https://framabin.org/?cad7563477 ... W11+KJW98EGwzZ2Nfc=
|
|