2005-10-09 21:13:35

by Felix Oxley

[permalink] [raw]
Subject: 2.6.14-rc3-rt13: Build Problem


I built a clean 2.6.14-rc3-rt13, and then did

make allyesconfig
make bzImage > BUILD_MESSAGES 2>&1

After about 5 hours (!) I got the following message:

CC lib/prio_tree.o
CC lib/radix-tree.o
CC lib/rbtree.o
CC lib/rwsem-spinlock.o
CC lib/semaphore-sleepers.o
CC lib/sha1.o
CC lib/string.o
CC lib/vsprintf.o
AR lib/lib.a
LD arch/i386/lib/built-in.o
CC arch/i386/lib/bitops.o
AS arch/i386/lib/checksum.o
CC arch/i386/lib/delay.o
AS arch/i386/lib/getuser.o
CC arch/i386/lib/memcpy.o
AS arch/i386/lib/putuser.o
CC arch/i386/lib/strstr.o
CC arch/i386/lib/usercopy.o
AR arch/i386/lib/lib.a
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
drivers/built-in.o: In function `mkiss_open':
: undefined reference to `there_is_no_init_MUTEX_LOCKED_for_RT_semaphores'
drivers/built-in.o: In function `sixpack_open':
: undefined reference to `there_is_no_init_MUTEX_LOCKED_for_RT_semaphores'
drivers/built-in.o: In function `gameport_measure_speed':
: undefined reference to `local_irq_save_nort'
drivers/built-in.o: In function `gameport_measure_speed':
: undefined reference to `local_irq_restore_nort'
drivers/built-in.o: In function `mc32_probe1':
: undefined reference to `there_is_no_init_MUTEX_LOCKED_for_RT_semaphores'
make: *** [.tmp_vmlinux1] Error 1

regards,
Felix


2005-10-11 10:56:11

by Ingo Molnar

[permalink] [raw]
Subject: Re: 2.6.14-rc3-rt13: Build Problem


* Felix Oxley <[email protected]> wrote:

> LD .tmp_vmlinux1
> drivers/built-in.o: In function `mkiss_open':
> : undefined reference to `there_is_no_init_MUTEX_LOCKED_for_RT_semaphores'
> drivers/built-in.o: In function `sixpack_open':
> : undefined reference to `there_is_no_init_MUTEX_LOCKED_for_RT_semaphores'
> drivers/built-in.o: In function `gameport_measure_speed':
> : undefined reference to `local_irq_save_nort'
> drivers/built-in.o: In function `gameport_measure_speed':
> : undefined reference to `local_irq_restore_nort'
> drivers/built-in.o: In function `mc32_probe1':
> : undefined reference to `there_is_no_init_MUTEX_LOCKED_for_RT_semaphores'
> make: *** [.tmp_vmlinux1] Error 1

thanks for the build-testing - i fixed these in my tree and they should
be fixed in -rc4-rt1.

Ingo

2005-10-15 09:20:21

by Felix Oxley

[permalink] [raw]
Subject: Re: 2.6.14-rc3-rt13: Build Problem

On Tuesday 11 October 2005 11:56, Ingo Molnar wrote:

> thanks for the build-testing - i fixed these in my tree and they should
> be fixed in -rc4-rt1.
>

Yes, all OK in 2.6.14-rc4-rt5