Project

General

Profile

Actions

Bug #1799

closed

error: cannot compute sizeof (off_t)

Added by jotremar over 15 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
Normal
Category:
build_cmake
Target version:
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

config.log (144 KB) config.log jotremar, 2008-10-15 21:44
Actions #1

Updated by stbuehler over 15 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