On Wed, May 18, 2005 at 09:08:39AM -0500, Timur Tabi wrote:
>
> Nope, that didn't fix it. I deleted pre-process.h and re-ran "make", and
> it created a new one:
>
> #define GCC_INTERNAL_INCLUDE
> "/usr/lib/gcc-lib/i586-suse-linux/3.3.4/include"
>
> vic1:~/sparse-bk # ll
> /usr/lib/gcc-lib/i586-suse-linux/3.3.4/include/stdarg.h
> -rw-r--r-- 1 root root 4325 Oct 1 2004
> /usr/lib/gcc-lib/i586-suse-linux/3.3.4/include/stdarg.h
>
That is wired. Can you try to edit a test.c contain just one line:
#include <stdarg.h>
run sparse on that test.c and see if you get any complain or not?
If you still get complain about file not found. Can you run
"strace -e trace=file ./check test.c" and show me the out put?
Chris
PS, here is what I get:
[chrisl@64m sparse-be]$ strace -e trace=file ./check test.h
execve("./check", ["./check", "test.h"], [/* 26 vars */]) = 0
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=58983, ...}) = 0
open("/lib/tls/libc.so.6", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=1539996, ...}) = 0
open("test.h", O_RDONLY) = 3
open("/usr/include/stdarg.h", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/include/stdarg.h", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/stdarg.h", O_RDONLY) = 3
[chrisl@64m sparse-be]$
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]