I tried re-installing using the tar.bz2 file.  Still got the xargs:
environment is too large for exec error (as shown below).

Where in the process should I use make mrproper?

1. patch the kernel
2. make xconfig
3. make dep
4. make bzImage
5. make modules
6. make modules_install

Thanks for your help



-----Original Message-----
From: Linus Gasser [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 15, 2002 5:44 AM
To: [EMAIL PROTECTED]; Renfroe, Patrick B
Subject: Re: [rtl] smp installation


On Tuesday 05 March 2002 14:38, you wrote:
> I am installing the 2.4.4 kernel with rtlinux 3.1 on a dual processor
> (Pentium 4) machine.  I finally got the 2.4.4 kernel to boot but when I
> attempt to compile RTLinux I get the following error:
>
> [/usr/src/rtlinux-3.1]# make
> gcc -Wall -02 -o scripts/mkdep scripts/mkdep.c
> Kernel version 2.4.4
> for x in `find . -name Makefile`; do \
>          F=`echo $x|sed 's/Makefile$//g''; \
>          (cd $F; $RTL/scripts/mkdep *.c *.h *.S > .depend 2>/dev/null); \
> done
> xargs: environment is too large for exec
> make: *** [.depend] Error 1
>
>
> What am I doing wrong.
Hi,
hmm, I just had the same problem. Re-installing linux-2.4.4 from tar.bz2 did

help. Perhaps a 'make mrproper' helps, too (don't forget to save your 
.config!)
 Hope you found the solution yourself, in the meantime ;-)

Greets

Linus
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/

Reply via email to