You do not appear to have the sources for the 3.5.0-23-generic kernel installed

/usr/src/dahdi-linux-complete-2.8.0.1+2.8.0# make all
make -C linux all
make[1]: 正在进入目录 `/usr/src/dahdi-linux-complete-2.8.0.1+2.8.0/linux'
make -C drivers/dahdi/firmware firmware-loaders
make[2]: 正在进入目录 `/usr/src/dahdi-linux-complete-2.8.0.1+2.8.0/linux/drivers/dahdi/firmware'
make[2]:正在离开目录 `/usr/src/dahdi-linux-complete-2.8.0.1+2.8.0/linux/drivers/dahdi/firmware'
You do not appear to have the sources for the 3.5.0-23-generic kernel installed.
make[1]: *** [modules] 错误 1
make[1]:正在离开目录 `/usr/src/dahdi-linux-complete-2.8.0.1+2.8.0/linux'

make: *** [all] 错误 2


解决方法:

aptitude remove linux-headers-$(uname -r)

aptitude install linux-headers-$(uname -r)

dahdi_tool

newt.h

apt-get build-dep linux-headers-$(uname -r) 不确认是否需要

tools/configure

你可能感兴趣的:(其它,操作系统)