|
发表于 2003-4-22 21:50:37
|
显示全部楼层
this is because u do not include the kernel header file correctly. can u check /usr/src, which kernel header u want to use.
for example, if u installl rh 7.3. then under /usr/src, several dirs is possible, linux-2.4, linux-2.4.18-3. u linux-2..4 is a symbol link to linux-2.4.18-3. so if u want to use linux-2.4.18-3 as u kernel, u need add '-I /usr/src/linux-2.4.18-3/include' in u make file. |
|