Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Could not compile buildroot
@ 2007-05-10 21:35 Andrew Pham
  2007-05-11 12:52 ` Bernhard Fischer
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Pham @ 2007-05-10 21:35 UTC (permalink / raw)
  To: buildroot

Hello everybody,

I was trying to compile buildroot packages but it failed with error messages as below:

which: no sed in (/usr/bin)
which: no sed in (/usr/bin)
which: no sed in (/usr/bin)
if [ ! -e "/Development/buildroot/toolchain_build_arm_nofpu/bin/sed" ] ; then \
        mkdir -p "/Development/buildroot/toolchain_build_arm_nofpu/bin"; \
        rm -f "/Development/buildroot/toolchain_build_arm_nofpu/bin/sed"; \
        ln -sf "/bin/sed" "/Development/buildroot/toolchain_build_arm_nofpu/bin/sed"; \
fi

Checking build system dependencies:
CC clean:                                       Ok
CXX clean:                                      Ok
CPP clean:                                      Ok
CFLAGS clean:                                   Ok
INCLUDES clean:                                 Ok
CXXFLAGS clean:                                 Ok
which installed:                                Ok
which: no sed in (/usr/bin)
sed works:                                      Ok (/bin/sed)
GNU make version '3.80':                        Ok
C compiler '/usr/bin/gcc'
C compiler version '4.1.0':                     Ok
C++ compiler '/usr/bin/c++'
C++ compiler version '4.1.0':                   Ok
bison installed:                                Ok
flex installed:                                 Ok
gettext installed:                              Ok
makeinfo installed:                             Ok
Build system dependencies:                      Ok

make MAKE="make -j1" -C /Development/buildroot/toolchain_build_arm_nofpu/uClibc \
        PREFIX= \
        DEVEL_PREFIX=/ \
        RUNTIME_PREFIX=/ \
        HOSTCC="gcc" \
        all
arm-linux-uclibc-gcc: Y: No such file or directory
make[1]: Entering directory `/Development/buildroot/toolchain_build_arm_nofpu/uClibc'
arm-linux-uclibc-gcc: Y: No such file or directory
make[2]: `conf' is up to date.
arm-linux-uclibc-gcc: Y: No such file or directory
  AS ldso/ldso/arm/resolve.oS
arm-linux-uclibc-gcc: Y: No such file or directory
make[1]: *** [ldso/ldso/arm/resolve.oS] Error 1
make[1]: Leaving directory `/Development/buildroot/toolchain_build_arm_nofpu/uClibc'
make: *** [/Development/buildroot/toolchain_build_arm_nofpu/uClibc/lib/libc.a] Error 2

Have any of you seen this before? What should I do to fix it?

Thanks,
Andrew.

       
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070510/ffda3a72/attachment.htm 

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [Buildroot] Could not compile buildroot
@ 2007-05-11 22:43 Jackie Pham
  0 siblings, 0 replies; 3+ messages in thread
From: Jackie Pham @ 2007-05-11 22:43 UTC (permalink / raw)
  To: buildroot

Hi,

I've tried to compile buildroot on my FC6 system but it failed. I searched
the Internet several times but couldn't find a solution for it. Please help
me to solve it.
Here is the log:
...
if [ -f gcc-cross ] ; then \
          if [ -d
/root/buildroot/build_arm_nofpu/staging_dir/lib/gcc/arm-linux-uclibc/4.1.2/../../../../arm-linux-uclibc/bin/.
] ; then \
            rm -f
/root/buildroot/build_arm_nofpu/staging_dir/lib/gcc/arm-linux-uclibc/4.1.2/../../../../arm-linux-uclibc/bin/gcc;
\
            /usr/bin/install -c gcc-cross
/root/buildroot/build_arm_nofpu/staging_dir/lib/gcc/arm-linux-uclibc/4.1.2/../../../../arm-linux-uclibc/bin/gcc;
\
          else true; fi; \
        else \
          rm -f
/root/buildroot/build_arm_nofpu/staging_dir/bin/arm-linux-uclibc-gcc-tmp; \
          ( cd /root/buildroot/build_arm_nofpu/staging_dir/bin && \
            ln arm-linux-uclibc-gcc arm-linux-uclibc-gcc-tmp && \
            mv -f arm-linux-uclibc-gcc-tmp
arm-linux-uclibc-arm-linux-uclibc-gcc ); \
        fi
make[2]: Leaving directory `/root/buildroot/toolchain_build_arm_nofpu/gcc-
4.1.2-initial/gcc'
make[1]: Leaving directory `/root/buildroot/toolchain_build_arm_nofpu/gcc-
4.1.2-initial'
#rm -f /root/buildroot/build_arm_nofpu/staging_dir/bin/gccbug
/root/buildroot/build_arm_nofpu/staging_dir/bin/gcov
#rm -rf /root/buildroot/build_arm_nofpu/staging_dir/info
/root/buildroot/build_arm_nofpu/staging_dir/man
/root/buildroot/build_arm_nofpu/staging_dir/share/doc
/root/buildroot/build_arm_nofpu/staging_dir/share/locale
make MAKE="make -j1" -C /root/buildroot/toolchain_build_arm_nofpu/uClibc \
                PREFIX= \
                DEVEL_PREFIX=/ \
                RUNTIME_PREFIX=/ \
                HOSTCC="gcc" \
                all
arm-linux-uclibc-gcc: y: No such file or directory
make[1]: Entering directory
`/root/buildroot/toolchain_build_arm_nofpu/uClibc'
arm-linux-uclibc-gcc: y: No such file or directory
gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE  -MM *.c >
.depend 2>/dev/null || :
arm-linux-uclibc-gcc: y: No such file or directory
make[2]: `conf' is up to date.
arm-linux-uclibc-gcc: y: No such file or directory
  CC ldso/ldso/ldso.oS
arm-linux-uclibc-gcc: y: No such file or directory
make[1]: *** [ldso/ldso/ldso.oS] Error 1
make[1]: Leaving directory
`/root/buildroot/toolchain_build_arm_nofpu/uClibc'
make: *** [/root/buildroot/toolchain_build_arm_nofpu/uClibc/lib/libc.a]
Error 2

I don't know why it always failed at "arm-linux-uclibc-gcc: y: No such file
or directory". I've tried in many systems and saw the same problem.

Any answers all are appreciated.

Best regards,
Jackie.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070511/6e49693a/attachment.htm 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-05-11 22:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-10 21:35 [Buildroot] Could not compile buildroot Andrew Pham
2007-05-11 12:52 ` Bernhard Fischer
  -- strict thread matches above, loose matches on Subject: below --
2007-05-11 22:43 Jackie Pham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox