2008-05-28 04:22:24 Complie uclinux error:xargs:environment is too large for exec
maggie xu (CHINA)
Message: 56334
Hi:
I download uclinux-dist-2008R1-RC8
tar -jxf uclinux-dist-2008R1-RC8
cd uclinux-dist
make menuconfig
vendor:Analog Device
Product: BF533-EZKIT
the others are default.
make
uClinux-dist-2008R1-RC8/user/strace
'find strace-4.5.15 -type f -print0 | xargs -0 touch -r strace-4.5.15/configure
xargs: environment is too large for exec
make[3]: *** [build-strace-4.5.15/Makefile] error 1
make[3]: Leaving directory `/home/user/uClinux-dist-2008R1-RC8/user/strace'
make[2]: *** [strace] error 2
make[2]: Leaving directory `/home/user/uClinux-dist-2008R1-RC8/user'
make[1]: *** [all] error 2
make[1]: Leaving directory `/home/user/uClinux-dist-2008R1-RC8/user'
make: *** [subdirs] error 1
make version 3.81
I modified "/usr/strace/Mafefile" 'find strace-4.5.15 -type f -print0 | xargs -n 10 -0 touch -r strace-4.5.15/configure'
the error also exists.
Thanks!
QuoteReplyEditDelete
2008-05-28 04:47:20 Re: Complie uclinux error:xargs:environment is too large for exec
Yi Li (CHINA)
Message: 56336
What is your development host system? Which distribution of Linux are you using?