linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* (no subject)
@ 2002-05-31  8:04 Oliver Pitzeier
  2002-05-31  8:07 ` kernel 2.5.19 on an alpha Oliver Pitzeier
  2002-05-31 14:37 ` Alan Cox
  0 siblings, 2 replies; 3+ messages in thread
From: Oliver Pitzeier @ 2002-05-31  8:04 UTC (permalink / raw)
  To: 'linux-kernel'
  Cc: axp-kernel-list, alan, torvalds, 'Ivan Kokshaysky'

Hi volks/Linus/Alan/Ivan! :o)

I tried to compile kernel 2.5.19 on an alpha.

Can someone help me? I had the same problem already with kernel 2.5.18.
Kernel 2.5.15 works well. Everything above _not_.

Please help!!! Thanks!

While trying to compile 2.5.19, this happens:
<snip>
make[2]: Entering directory `/root/linux-2.5.19/drivers/base'
gcc -D__KERNEL__ -I/root/linux-2.5.19/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mno-fp-regs -ffixed-8 -mcpu=ev5 -Wa,-mev6
-DKBUILD_BASENAME=bus -DEXPORT_SYMTAB -c -o bus.o bus.c
In file included from /root/linux-2.5.19/include/linux/thread_info.h:10,
                 from /root/linux-2.5.19/include/linux/spinlock.h:7,
                 from /root/linux-2.5.19/include/linux/tqueue.h:16,
                 from /root/linux-2.5.19/include/linux/sched.h:10,
                 from /root/linux-2.5.19/include/linux/device.h:30,
                 from bus.c:12:
/root/linux-2.5.19/include/linux/bitops.h: In function
`get_bitmask_order':
/root/linux-2.5.19/include/linux/bitops.h:77: warning: implicit
declaration of function `fls'
bus.c: At top level:
bus.c:114: parse error before `bus_init'
bus.c:115: warning: return type defaults to `int'
bus.c:120: warning: type defaults to `int' in declaration of
`core_initcall'
bus.c:120: warning: parameter names (without types) in function
declaration
bus.c:120: warning: data definition has no type or storage class
make[2]: *** [bus.o] Error 1
make[2]: Leaving directory `/root/linux-2.5.19/drivers/base'
make[1]: *** [_subdir_base] Error 2
make[1]: Leaving directory `/root/linux-2.5.19/drivers'
make: *** [drivers] Error 2
<snip>

Best regards,
  Greetz to the community,
    Oliver



^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: kernel 2.5.19 on an alpha
  2002-05-31  8:04 Oliver Pitzeier
@ 2002-05-31  8:07 ` Oliver Pitzeier
  2002-05-31 14:37 ` Alan Cox
  1 sibling, 0 replies; 3+ messages in thread
From: Oliver Pitzeier @ 2002-05-31  8:07 UTC (permalink / raw)
  To: axp-kernel-list, 'linux-kernel'
  Cc: alan, torvalds, 'Ivan Kokshaysky'

PLS HELP ME!

-Oliver

> Hi volks/Linus/Alan/Ivan! :o)
> 
> I tried to compile kernel 2.5.19 on an alpha.
> 
> Can someone help me? I had the same problem already with 
> kernel 2.5.18. Kernel 2.5.15 works well. Everything above _not_.
> 
> Please help!!! Thanks!
> 
> While trying to compile 2.5.19, this happens:
> <snip>
> make[2]: Entering directory `/root/linux-2.5.19/drivers/base' 
> gcc -D__KERNEL__ -I/root/linux-2.5.19/include -Wall 
> -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer 
> -fno-strict-aliasing -fno-common -pipe -mno-fp-regs -ffixed-8 
> -mcpu=ev5 -Wa,-mev6 -DKBUILD_BASENAME=bus -DEXPORT_SYMTAB -c 
> -o bus.o bus.c In file included from 
> /root/linux-2.5.19/include/linux/thread_info.h:10,
>                  from /root/linux-2.5.19/include/linux/spinlock.h:7,
>                  from /root/linux-2.5.19/include/linux/tqueue.h:16,
>                  from /root/linux-2.5.19/include/linux/sched.h:10,
>                  from /root/linux-2.5.19/include/linux/device.h:30,
>                  from bus.c:12:
> /root/linux-2.5.19/include/linux/bitops.h: In function
> `get_bitmask_order':
> /root/linux-2.5.19/include/linux/bitops.h:77: warning: 
> implicit declaration of function `fls'
> bus.c: At top level:
> bus.c:114: parse error before `bus_init'
> bus.c:115: warning: return type defaults to `int'
> bus.c:120: warning: type defaults to `int' in declaration of 
> `core_initcall'
> bus.c:120: warning: parameter names (without types) in 
> function declaration
> bus.c:120: warning: data definition has no type or storage class
> make[2]: *** [bus.o] Error 1
> make[2]: Leaving directory `/root/linux-2.5.19/drivers/base'
> make[1]: *** [_subdir_base] Error 2
> make[1]: Leaving directory `/root/linux-2.5.19/drivers'
> make: *** [drivers] Error 2
> <snip>
> 
> Best regards,
>   Greetz to the community,
>     Oliver
> 
> 
> 
> 
> _______________________________________________
> Axp-kernel-list mailing list
> Axp-kernel-list@redhat.com 
> https://listman.redhat.com/mailman/listinfo/ax> p-kernel-list
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re:
  2002-05-31  8:04 Oliver Pitzeier
  2002-05-31  8:07 ` kernel 2.5.19 on an alpha Oliver Pitzeier
@ 2002-05-31 14:37 ` Alan Cox
  1 sibling, 0 replies; 3+ messages in thread
From: Alan Cox @ 2002-05-31 14:37 UTC (permalink / raw)
  To: o.pitzeier
  Cc: 'linux-kernel',
	axp-kernel-list, torvalds, 'Ivan Kokshaysky'

On Fri, 2002-05-31 at 09:04, Oliver Pitzeier wrote:
> Hi volks/Linus/Alan/Ivan! :o)
> 
> I tried to compile kernel 2.5.19 on an alpha.
> 
> Can someone help me? I had the same problem already with kernel 2.5.18.
> Kernel 2.5.15 works well. Everything above _not_.
> 

There are continual 2.5 changes and at times they are going to break the
Alpha port since x86 is the main item of focus. I don't follow 2.5 much
(I've yet to find a 2.5 kernel that doesn't crash and/or eat my disks)
so I can't really help you.

Alan


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-31 13:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-31  8:04 Oliver Pitzeier
2002-05-31  8:07 ` kernel 2.5.19 on an alpha Oliver Pitzeier
2002-05-31 14:37 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).