What version of xargs are you running, and what type/version of a shell?

On Tue, 5 Mar 2002, Renfroe, Patrick B 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.
> 
> Thanks for any help.
> -- [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/
> 

-- 
Matt Sherer
FSMLabs, Inc.
http://www.fsmlabs.com/

-- [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