lkml.org 
[lkml]   [2005]   [May]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: sparse error: unable to open 'stdarg.h'
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 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/

\
 
 \ /
  Last update: 2005-05-18 17:54    [W:0.378 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site