Failed to compile busybox 1.7.1 with gcc 3.2.2

Denys Vlasenko vda.linux at googlemail.com
Fri Sep 21 15:57:13 UTC 2007


On Friday 21 September 2007 15:28, Steven Shiau wrote:
> Hi,
> I am having a problem to compile busybox 1.7.1 with gcc 3.2.2. This is
> the error messages I got:
> ----------------------------------
> libbb/time.c: In function `monotonic_us':
> libbb/time.c:20: `__NR_clock_gettime' undeclared (first use in this
> function)
> libbb/time.c:20: (Each undeclared identifier is reported only once
> libbb/time.c:20: for each function it appears in.)
> libbb/time.c: In function `monotonic_sec':
> libbb/time.c:27: `__NR_clock_gettime' undeclared (first use in this
> function)
> make[1]: *** [libbb/time.o] Error 1
> make: *** [libbb] Error 2
> ----------------------------------
> Does anyone have similar problem ?
> Attached is the config file I used.

Switch off CONFIG_MONOTONIC_SYSCALL
--
vda



More information about the busybox mailing list