[Buildroot] ARC/uclibc-f37101d94284c692ee9b23bc72ef38b9473cd316 compile failure

Peter Seiderer ps.report at gmx.net
Thu Mar 20 22:56:38 UTC 2014


Hello,

with latest buildroot from git I get the following uclib compile failure.

Buildroot defconfig:

BR2_arceb=y

Build log:
...
  CC libc/sysdeps/linux/common/getpgid.os
  CC libc/sysdeps/linux/common/modify_ldt.os
  CC libc/sysdeps/linux/common/posix_fadvise.os
libc/sysdeps/linux/common/posix_fadvise.c:26:29: error: unknown type name 'off64_t'
 int posix_fadvise64(int fd, off64_t offset, off64_t len, int advice);
                             ^
libc/sysdeps/linux/common/posix_fadvise.c:26:45: error: unknown type name 'off64_t'
 int posix_fadvise64(int fd, off64_t offset, off64_t len, int advice);
                                             ^
libc/sysdeps/linux/common/posix_fadvise.c: In function 'posix_fadvise':
libc/sysdeps/linux/common/posix_fadvise.c:32:2: warning: implicit declaration of function 'posix_fadvise64' [-Wimplicit-function-declaration]
  return posix_fadvise64(fd, offset, len, advice);
  ^
make[2]: *** [libc/sysdeps/linux/common/posix_fadvise.os] Error 1
make[1]: *** [/home/seiderer/Work/zeiss/freescale-imx6/build_arc/build/uclibc-f37101d94284c692ee9b23bc72ef38b9473cd316/.stamp_built] Error 2
make: *** [_all] Error 2

Peter


More information about the buildroot mailing list