linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.19pre2 - USB - sparc64 compile problem
@ 2002-03-01 14:09 Jurgen Philippaerts
  2002-03-01 15:31 ` David S. Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Jurgen Philippaerts @ 2002-03-01 14:09 UTC (permalink / raw)
  To: linux-kernel

hi,

i just tried to update my kernel to the latest pre2, but i ran into sone 
problems regarding USB.

fyi; 2.4.19pre1 works just nicely.

root@sparkie:/usr/src/linux# sparc64-linux-gcc --version
egcs-2.92.11

sparc64-linux-gcc -D__KERNEL__ -I/usr/src/linux2419pre2/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer 
-fno-strict-aliasing -fno-common -m64 -pipe -mno-fpu -mcpu=ultrasparc 
-mcmodel=medlow -ffixed-g4 -fcall-used-g5 -fcall-used-g7 
-Wno-sign-compare -Wa,--undeclared-regs   -DKBUILD_BASENAME=hcd 
-DEXPORT_SYMTAB -c hcd.c
hcd.c: In function `usb_hcd_pci_probe':
hcd.c:627: `irq' undeclared (first use in this function)
hcd.c:627: (Each undeclared identifier is reported only once
hcd.c:627: for each function it appears in.)
make[3]: *** [hcd.o] Error 1
make[3]: Leaving directory `/usr/src/linux2419pre2/drivers/usb'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux2419pre2/drivers/usb'
make[1]: *** [_subdir_usb] Error 2
make[1]: Leaving directory `/usr/src/linux2419pre2/drivers'
make: *** [_dir_drivers] Error 2



ps: i'm not subscribed to the mailing list, but i read the linux.kernel 
newsgroup on a regular base.


regards,
Jurgen.


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

* Re: 2.4.19pre2 - USB - sparc64 compile problem
  2002-03-01 15:31 ` David S. Miller
@ 2002-03-01 14:45   ` Jurgen Philippaerts
  2002-03-01 15:42   ` Marcelo Tosatti
  1 sibling, 0 replies; 4+ messages in thread
From: Jurgen Philippaerts @ 2002-03-01 14:45 UTC (permalink / raw)
  To: David S. Miller; +Cc: linux-kernel, marcelo

David S. Miller wrote:

>    hcd.c: In function `usb_hcd_pci_probe':
>    hcd.c:627: `irq' undeclared (first use in this function)
>    hcd.c:627: (Each undeclared identifier is reported only once
>    hcd.c:627: for each function it appears in.)
> 
> Go to line 627 in an editor and change "irq" to be "dev->irq"
> 
> The same build failure got introduced when this code was merged
> into the 2.5.x tree and I had to fix it there too.

thanks, it compiles nicely now.


Jurgen.


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

* Re: 2.4.19pre2 - USB - sparc64 compile problem
  2002-03-01 14:09 2.4.19pre2 - USB - sparc64 compile problem Jurgen Philippaerts
@ 2002-03-01 15:31 ` David S. Miller
  2002-03-01 14:45   ` Jurgen Philippaerts
  2002-03-01 15:42   ` Marcelo Tosatti
  0 siblings, 2 replies; 4+ messages in thread
From: David S. Miller @ 2002-03-01 15:31 UTC (permalink / raw)
  To: jurgen; +Cc: linux-kernel, marcelo

   From: Jurgen Philippaerts <jurgen@pophost.eunet.be>
   Date: Fri, 01 Mar 2002 15:09:04 +0100

   hcd.c: In function `usb_hcd_pci_probe':
   hcd.c:627: `irq' undeclared (first use in this function)
   hcd.c:627: (Each undeclared identifier is reported only once
   hcd.c:627: for each function it appears in.)

Go to line 627 in an editor and change "irq" to be "dev->irq"

The same build failure got introduced when this code was merged
into the 2.5.x tree and I had to fix it there too.

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

* Re: 2.4.19pre2 - USB - sparc64 compile problem
  2002-03-01 15:31 ` David S. Miller
  2002-03-01 14:45   ` Jurgen Philippaerts
@ 2002-03-01 15:42   ` Marcelo Tosatti
  1 sibling, 0 replies; 4+ messages in thread
From: Marcelo Tosatti @ 2002-03-01 15:42 UTC (permalink / raw)
  To: David S. Miller; +Cc: jurgen, linux-kernel



On Fri, 1 Mar 2002, David S. Miller wrote:

>    From: Jurgen Philippaerts <jurgen@pophost.eunet.be>
>    Date: Fri, 01 Mar 2002 15:09:04 +0100
> 
>    hcd.c: In function `usb_hcd_pci_probe':
>    hcd.c:627: `irq' undeclared (first use in this function)
>    hcd.c:627: (Each undeclared identifier is reported only once
>    hcd.c:627: for each function it appears in.)
> 
> Go to line 627 in an editor and change "irq" to be "dev->irq"
> 
> The same build failure got introduced when this code was merged
> into the 2.5.x tree and I had to fix it there too.

Fixed in my tree.


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

end of thread, other threads:[~2002-03-01 16:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-01 14:09 2.4.19pre2 - USB - sparc64 compile problem Jurgen Philippaerts
2002-03-01 15:31 ` David S. Miller
2002-03-01 14:45   ` Jurgen Philippaerts
2002-03-01 15:42   ` Marcelo Tosatti

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).