[parisc-linux] arch/parisc/kernel/perf_asm.o not building
Arnaldo Carvalho de Melo
acme@conectiva.com.br
Fri, 18 Jul 2003 12:51:29 -0300
Em Fri, Jul 18, 2003 at 01:26:19PM +0200, Thibaut VARENE escreveu:
> On Fri, 18 Jul 2003 01:38:39 -0400 (EDT)
> "John David Anglin" <dave@hiauly1.hia.nrc.ca> wrote:
>
> > > 2.6-bk (i.e. latest linus tree in master.kernel.org), using the
> > > xc-20020118.tar.bz2 cross compiler (latest):
> >
> > This doesn't work as it doesn't have all the necessary parisc-linux
> > patches. Use the parisc-linux source.
> >
>
> fyi, there's a 3.0.4 xc for i686 (as well as many other platform) on
> pateam:
> http://pateam.esiee.fr/download.html
Thanks, I'm updating it now, just for the record, another thing I've noticed:
===== drivers/char/vt.c 1.53 vs edited =====
--- 1.53/drivers/char/vt.c Fri Jun 20 17:16:20 2003
+++ edited/drivers/char/vt.c Fri Jul 18 12:45:57 2003
@@ -2371,7 +2371,7 @@
/*
* Turn the Scroll-Lock LED off when the console is started
*/
-static void con_start(struct tty_struct *tty)
+void con_start(struct tty_struct *tty)
{
int console_num;
if (!tty)
Will download the diff Willy pointed out and try again with the new xc.
- Arnaldo