Notes |
(0001670)
bernhardf
09-30-06 13:56
|
You need to provide more information. We need:
a) buildroot's .config
b) uClibc's .config
c) any "special" stuff you pass to the toplevel make
d) optionally busybox's .config in case it is the failing part. |
| |
(0001676)
marvin
09-30-06 15:16
|
Sorry I try to add better information compiling stops with this:
libc/misc/glob/glob.c: In function `glob_in_dir':
libc/misc/glob/glob.c:368: error: field `d64' has incomplete type
libc/misc/glob/glob.c:369: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:386: warning: assignment from incompatible pointer type
libc/misc/glob/glob.c:396: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:401: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:401: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:401: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:404: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:410: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:410: error: dereferencing pointer to incomplete type
libc/misc/glob/glob.c:416: error: dereferencing pointer to incomplete type
make[2]: *** [libc/misc/glob/glob.os] Error 1
make[1]: *** [lib/libc.so.0] Error 2
make[1]: Leaving directory `/mnt/film2/tmp/tmp/buildroot/toolchain_build_arm/uClibc'
make: *** [/mnt/film2/tmp/tmp/buildroot/toolchain_build_arm/uClibc/lib/libc.a] Error 2 |
| |
(0001677)
marvin
09-30-06 15:18
|
I attach files that you want. I did't pass any special stuff. And problem is not in bussybox. I use default config of busybox. |
| |
(0001745)
yannouvh
11-18-06 05:41
|
Just had the same problem. Seems it comes from uClibc/libc/misc/glob/glob.c line 364.
I replaced
#if !defined COMPILE_GLOB64
with
#ifdef COMPILE_GLOB64
and the problem disapeard.
Regards
Yann |
| |
(0001772)
bernhardf
11-22-06 13:39
|
This is a bug with uClibc, please report there.
Closing the buildroot bug. |
| |