[Bug 3337] Command line parsing error

bugzilla at busybox.net bugzilla at busybox.net
Tue Mar 1 03:10:53 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=3337

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com>  ---
changed complier options from

CONFIG_CROSS_COMPILER_PREFIX="arm-oe-linux-uclibceabi-"
CONFIG_EXTRA_CFLAGS="-isystem/home/melg/workspace/platform-a/tmp/sysroots/armv5te-oe-linux-uclibceabi/usr/include
-fexpensive-optimizations -fomit-frame-pointer -frename-register

to

CONFIG_CROSS_COMPILER_PREFIX="i486-linux-uclibc-"
CONFIG_EXTRA_CFLAGS="-fexpensive-optimizations -fomit-frame-pointer
-frename-registers -Os -fomit-frame-pointer"

recompiled busybox-1.15.3 and failed to reproduce the bug.

Can you reproduce it on a ix86 Linux distribution machine?

If not, can you reproduce it in Rob's Aboriginal Linux qemu image? See:
http://www.landley.net/aboriginal/
http://www.landley.net/aboriginal/downloads/binaries/README

If you do, it will be very easy to reproduce for anyone else.

>    root@(none):/# ls
>      ls: ls: No such file or directory

Under which shell do you do it? ash from the same busybox binary?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list