2002-10-10 20:21:48

by Bob McElrath

[permalink] [raw]
Subject: 2.5.41 fails to build on alpha (sys_sync gone?)

gcc -Wp,-MD,arch/alpha/kernel/.alpha_ksyms.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mno-fp-regs -ffixed-8 -msmall-data -mcpu=ev56 -Wa,-mev6 -nostdinc -iwithprefix include -DKBUILD_BASENAME=alpha_ksyms -DEXPORT_SYMTAB -c -o arch/alpha/kernel/alpha_ksyms.o arch/alpha/kernel/alpha_ksyms.c
arch/alpha/kernel/alpha_ksyms.c:164: `sys_sync' undeclared here (not in a function)
arch/alpha/kernel/alpha_ksyms.c:164: initializer element is not constant
arch/alpha/kernel/alpha_ksyms.c:164: (near initialization for `__ksymtab_sys_sync.value')
make[1]: *** [arch/alpha/kernel/alpha_ksyms.o] Error 1
make: *** [arch/alpha/kernel] Error 2

What happened to sys_sync?!? It isn't defined anywhere!

cheers,
-- Bob

Bob McElrath
Univ. of Wisconsin at Madison, Department of Physics

"The surest way to corrupt a youth is to instruct him to hold in higher
esteem those who think alike than those who think differently."
-- Nietzsche


Attachments:
(No filename) (1.01 kB)
(No filename) (240.00 B)
Download all attachments

2002-10-11 10:22:43

by Ivan Kokshaysky

[permalink] [raw]
Subject: Re: 2.5.41 fails to build on alpha (sys_sync gone?)

On Thu, Oct 10, 2002 at 03:12:45PM -0500, Bob McElrath wrote:
> What happened to sys_sync?!? It isn't defined anywhere!

Just delete it in alpha_ksyms.c.

Ivan.