2.4.20 Makefile defines kbuild_2_4_nostdinc as the following:
     kbuild_2_4_nostdinc   := -nostdinc -iwithprefix include
It doesn't work.
linuxppc_2_4_devel Makefile defines kbuild_2_4_nostdinc as the following:
     kbuild_2_4_nostdinc   := -nostdinc $(shell $(CC) -print-search-dirs 
| sed -ne 's/install: \(.*\)/-I \1include/gp')
It works for me.
Please CC replies to me. Thanks.
- Shawn.
Here is the compilatin error message.
make[2]: Entering directory `/home/xjin/code/linux-2.4.20/kernel'
ppc_8xx-gcc -D__KERNEL__ -I/home/xjin/code/linux-2.4.20/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-fomit-frame-pointer -I/home/xjin/code/linux-2.4.20/arch/ppc 
-fsigned-char -msoft-float -pipe -ffixed-r2 -Wno-uninitialized 
-mmultiple -mstring -mcpu=860   -nostdinc -iwithprefix include 
-DKBUILD_BASENAME=sched  -fno-omit-frame-pointer -c -o sched.o sched.c
In file included from /home/xjin/code/linux-2.4.20/include/linux/wait.h:13,
                  from /home/xjin/code/linux-2.4.20/include/linux/fs.h:12,
                  from 
/home/xjin/code/linux-2.4.20/include/linux/capability.h:17,
                  from 
/home/xjin/code/linux-2.4.20/include/linux/binfmts.h:5,
                  from /home/xjin/code/linux-2.4.20/include/linux/sched.h:9,
                  from /home/xjin/code/linux-2.4.20/include/linux/mm.h:4,
                  from sched.c:23:
/home/xjin/code/linux-2.4.20/include/linux/kernel.h:10: stdarg.h: No 
such file or directory
In file included from /home/xjin/code/linux-2.4.20/include/linux/wait.h:13,
                  from /home/xjin/code/linux-2.4.20/include/linux/fs.h:12,
                  from 
/home/xjin/code/linux-2.4.20/include/linux/capability.h:17,
                  from 
/home/xjin/code/linux-2.4.20/include/linux/binfmts.h:5,
                  from /home/xjin/code/linux-2.4.20/include/linux/sched.h:9,
                  from /home/xjin/code/linux-2.4.20/include/linux/mm.h:4,
                  from sched.c:23:
/home/xjin/code/linux-2.4.20/include/linux/kernel.h:74: parse error 
before `va_list'
/home/xjin/code/linux-2.4.20/include/linux/kernel.h:74: warning: 
function declaration isn't a prototype
/home/xjin/code/linux-2.4.20/include/linux/kernel.h:77: parse error 
before `va_list'
/home/xjin/code/linux-2.4.20/include/linux/kernel.h:77: warning: 
function declaration isn't a prototype
/home/xjin/code/linux-2.4.20/include/linux/kernel.h:81: parse error 
before `va_list'
/home/xjin/code/linux-2.4.20/include/linux/kernel.h:81: warning: 
function declaration isn't a prototype
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory `/home/xjin/code/linux-2.4.20/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/home/xjin/code/linux-2.4.20/kernel'
make: *** [_dir_kernel] Error 2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/