* [parisc-linux] kernel compilation time @ 2004-01-13 14:37 Ivar Orskaug 2004-01-13 16:02 ` Randolph Chung 0 siblings, 1 reply; 5+ messages in thread From: Ivar Orskaug @ 2004-01-13 14:37 UTC (permalink / raw) To: parisc-linux Hi, just installed a fresh Debian on a C3000/8500. I did a kernel recompile and after 15 minutes binutils terminated compilation, complaining about too long arguments. However, is this normal compilation time? I know this is not an acurate metric, but gives an idea. I just did an make oldconfig and then rebuilt the kernel. What is the normal kernel compilation time on these machines? The running kernel was 2.4.21. /Ivar ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] kernel compilation time 2004-01-13 14:37 [parisc-linux] kernel compilation time Ivar Orskaug @ 2004-01-13 16:02 ` Randolph Chung 2004-01-13 17:29 ` Ivar Orskaug 0 siblings, 1 reply; 5+ messages in thread From: Randolph Chung @ 2004-01-13 16:02 UTC (permalink / raw) To: Ivar Orskaug; +Cc: parisc-linux > just installed a fresh Debian on a C3000/8500. I did a kernel > recompile and after 15 minutes binutils terminated compilation, > complaining about too long arguments. However, is this normal compilation > time? I know this is not an acurate metric, but gives an idea. I > just did an make oldconfig and then rebuilt the kernel. What is the normal > kernel compilation time on these machines? > The running kernel was 2.4.21. do you have latest binutils installed? it shouldn't terminate. can you please post your config and binutils/gcc version? ~10-15 minutes sounds reasonable for a c3k, but depends on amount of memory, speed of disk, etc... randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/ ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] kernel compilation time 2004-01-13 16:02 ` Randolph Chung @ 2004-01-13 17:29 ` Ivar Orskaug 2004-01-13 18:12 ` Joel Soete 0 siblings, 1 reply; 5+ messages in thread From: Ivar Orskaug @ 2004-01-13 17:29 UTC (permalink / raw) To: parisc-linux On Tue, 13 Jan 2004, Randolph Chung wrote: > > just installed a fresh Debian on a C3000/8500. I did a kernel > > recompile and after 15 minutes binutils terminated compilation, > > complaining about too long arguments. However, is this normal compilation > > time? I know this is not an acurate metric, but gives an idea. I > > just did an make oldconfig and then rebuilt the kernel. What is the normal > > kernel compilation time on these machines? > > The running kernel was 2.4.21. > > do you have latest binutils installed? it shouldn't terminate. can you > please post your config and binutils/gcc version? ~10-15 minutes sounds > reasonable for a c3k, but depends on amount of memory, speed of disk, > etc... OK, running binutils 2.14.90.0.7-3, gcc 3.3.2 output from make: real2.S:126: Error: too many positional arguments make[1]: *** [real2.o] Error 1 make[1]: Leaving directory `/usr/src/kernel-source-2.4.21/arch/parisc/kernel' make: *** [_dir_arch/parisc/kernel] Error 2 line 126 in /usr/src/kernel-source-2.4.21/arch/parisc/kernel/real2.S: 126 load32 PA(save_cr_space + (N_SAVED_REGS * REG_SZ)), %r26 > > randolph > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] kernel compilation time 2004-01-13 17:29 ` Ivar Orskaug @ 2004-01-13 18:12 ` Joel Soete 2004-01-14 10:42 ` Ivar Orskaug 0 siblings, 1 reply; 5+ messages in thread From: Joel Soete @ 2004-01-13 18:12 UTC (permalink / raw) To: Ivar Orskaug, parisc-linux Either apply manualy this patch (in fact remove spaces): <http://lists.parisc-linux.org/pipermail/parisc-linux/2003-July/020426.html> or use a more recent kernel (cvs one seems ok for me ;) ) hth, Joel >-- Original Message -- >Date: Tue, 13 Jan 2004 18:29:21 +0100 (CET) >From: Ivar Orskaug <Ivar.Olav.Harstad.Orskaug@idi.ntnu.no> >To: parisc-linux@lists.parisc-linux.org >Subject: Re: [parisc-linux] kernel compilation time > > >On Tue, 13 Jan 2004, Randolph Chung wrote: > > just installed a fresh Debian on a C3000/8500. I did a kernel > > recompile and after 15 minutes binutils terminated compilation, > > complaining about too long arguments. However, is this normal com >ilation > > time? I know this is not an acurate metric, but gives an idea. I > > just did an make oldconfig and then rebuilt the kernel. What is the normal > > kernel compilation time on these machines? > > The running kernel was 2.4.21. > > do y >u have latest binutils installed? it shouldn't terminate. can you > please post your config and binutils/gcc version? ~10-15 minutes sounds > reasonable for a c3k, but depends on amount of memory, speed of disk, > etc... OK, running binutils 2.1 >.90.0.7-3, gcc 3.3.2 output from make: real2.S:126: Error: too many positional arguments make[1]: *** [real2.o] Error 1 make[1]: Leaving directory `/usr/src/kernel-source-2.4.21/arch/parisc/kernel' make: *** [_dir_arch/parisc/kernel] Er >or 2 line 126 in /usr/src/kernel-source-2.4.21/arch/parisc/kernel/real2.S: 126 load32 PA(save_cr_space + (N_SAVED_REGS * REG_SZ)), %r26 > > randolph > _______________________________________________ parisc-linux mailing list p >risc-linux@lists.parisc-linux.org http://lists.parisc-linux.org/mailman/listinfo/parisc-linux ------------------------------------------------------------------------- Tiscali ADSL: 12 mois à 29,50 /mois! L'Internet rapide, c'est pour tout le monde. http://reg.tiscali.be/default.asp?lg=fr ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] kernel compilation time 2004-01-13 18:12 ` Joel Soete @ 2004-01-14 10:42 ` Ivar Orskaug 0 siblings, 0 replies; 5+ messages in thread From: Ivar Orskaug @ 2004-01-14 10:42 UTC (permalink / raw) To: parisc-linux On Tue, 13 Jan 2004, Joel Soete wrote: > Either apply manualy this patch (in fact remove spaces): > <http://lists.parisc-linux.org/pipermail/parisc-linux/2003-July/020426.html> > > or use a more recent kernel (cvs one seems ok for me ;) ) A CVS checkout worked, the other tarballs propably breaks with Sarge, thanks, Ivar > > hth, > Joel > > >-- Original Message -- > >Date: Tue, 13 Jan 2004 18:29:21 +0100 (CET) > >From: Ivar Orskaug <Ivar.Olav.Harstad.Orskaug@idi.ntnu.no> > >To: parisc-linux@lists.parisc-linux.org > >Subject: Re: [parisc-linux] kernel compilation time > > > > > >On Tue, 13 Jan 2004, Randolph Chung wrote: > > > > just installed a fresh Debian on a C3000/8500. I did a kernel > > > recompile and after 15 minutes binutils terminated compilation, > > > complaining about too long arguments. However, is this normal com > >ilation > > > time? I know this is not an acurate metric, but gives an idea. I > > > just did an make oldconfig and then rebuilt the kernel. What is the normal > > > kernel compilation time on these machines? > > > The running kernel was 2.4.21. > > > > do y > >u have latest binutils installed? it shouldn't terminate. can you > > please post your config and binutils/gcc version? ~10-15 minutes sounds > > reasonable for a c3k, but depends on amount of memory, speed of disk, > > etc... > > OK, running binutils 2.1 > >.90.0.7-3, gcc 3.3.2 > > output from make: > > real2.S:126: Error: too many positional arguments > make[1]: *** [real2.o] Error 1 > make[1]: Leaving directory > `/usr/src/kernel-source-2.4.21/arch/parisc/kernel' > make: *** [_dir_arch/parisc/kernel] Er > >or 2 > > line 126 in > /usr/src/kernel-source-2.4.21/arch/parisc/kernel/real2.S: > > 126 load32 PA(save_cr_space + (N_SAVED_REGS * REG_SZ)), %r26 > > > > randolph > > > _______________________________________________ > parisc-linux mailing list > p > >risc-linux@lists.parisc-linux.org > http://lists.parisc-linux.org/mailman/listinfo/parisc-linux > > > > ------------------------------------------------------------------------- > Tiscali ADSL: 12 mois à 29,50 /mois! L'Internet rapide, c'est pour tout > le monde. > http://reg.tiscali.be/default.asp?lg=fr > > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-01-14 10:42 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-01-13 14:37 [parisc-linux] kernel compilation time Ivar Orskaug 2004-01-13 16:02 ` Randolph Chung 2004-01-13 17:29 ` Ivar Orskaug 2004-01-13 18:12 ` Joel Soete 2004-01-14 10:42 ` Ivar Orskaug
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox