Actions
Bug #1799
closederror: cannot compute sizeof (off_t)
ASK QUESTIONS IN Forums:
Description
When i try to compile lighttpd with buldroot for sh4, i have this error:
checking size of off_t... configure: error: cannot compute sizeof (off_t)
Files
Updated by stbuehler about 16 years ago
- Status changed from New to Invalid
- % Done changed from 0 to 100
looks like uClibc isn't good enough, try with --disable-lfs
if you think 32 bits are enough for file sizes.
/buildroot/build_sh4/staging_dir/usr/include/features.h:382:4: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled. /buildroot/build_sh4/staging_dir/usr/include/bits/uClibc_stdio.h:72:2: error: #error Sorry... uClibc was built without large file support!
Actions
Also available in: Atom