Toolchain (code sourcery): arm-2010q1-202-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
Linking against std libc (2.11.1) (it's in the toolchain) and gcc is 4.4.1. Build Commands: make distclean make defconfig LDFLAGS=--static make -j 4 CROSS_COMPILE=arm-none-linux-gnueabi- I believe that makes the .config what was the default since I didn't change any options. To "fix", all I did was change to static binary, built and it worked. And to verify, just now I removed that option, built and problem back. Stephen -----Original Message----- From: Denys Vlasenko [mailto:[email protected]] Sent: Tuesday, December 13, 2011 11:27 AM To: Smith, Stephen Cc: [email protected] Subject: Re: multiple pipes shell problem On Mon, Dec 12, 2011 at 7:36 PM, Smith, Stephen <[email protected]> wrote: > Answering my own question for the search record... > > Building busybox with static binary (no shared libs) set did the trick. This should not make any difference... :( Against which libc did you build? Can you attach the .config? -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
