Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Michael Taylor <mike.taylor@ap...> - 2005-12-09 19:10:59
|
Craig, I turned on LARGEFILE but strace still fails. Ever seen this one before? file.c: In function `printstatfs64': file.c:1534: error: storage size of 'statbuf' isn't known file.c:1534: warning: unused variable `statbuf' file.c: In function `sys_statfs64': file.c:1580: error: invalid application of `sizeof' to incomplete type `statfs64' file.c: In function `sys_fstatfs64': file.c:1595: error: invalid application of `sizeof' to incomplete type `statfs64' make[2]: *** [file.o] Error 1 make[2]: Leaving directory `/opt/gumstix/toolchain/sources/gumstix-buildroot/buildroot/build_arm_nofpu/strace-4.5.6' make[1]: *** [all] Error 2 make[1]: Leaving directory `/opt/gumstix/toolchain/sources/gumstix-buildroot/buildroot/build_arm_nofpu/strace-4.5.6' make: *** [/opt/gumstix/toolchain/sources/gumstix-buildroot/buildroot/build_arm_nofpu/strace-4.5.6/strace] Error 2 >> >> strace builds OK with LARGEFILE support turned on in the top-level >> makefile (which required uclibc to have been built that way in the >> first place). The strace makefile just basically assumes you have >> LARGEFILE, and it looks like quite a job to modify the source with >> #ifdefs to get it to compile w/out largefile. > |