From: Rod Boyce <buildroot@teamboyce.co.uk>
To: buildroot@busybox.net
Subject: [Buildroot] {Spam?} Re: buildroot-20070604.tar.bz2 dont compile under redhat9
Date: Tue, 05 Jun 2007 07:01:47 +0100 [thread overview]
Message-ID: <4664FC4B.8080101@teamboyce.co.uk> (raw)
In-Reply-To: <4694D9AB90E944668197DA69C981360F@zsn1976>
zhangsn98 wrote:
> Hi,
> How are you!
> I'm first time use buildroot under redhat9(kernel:2.4.20.8;gcc:3.2.2).
> I use the default(i386) in buildroot complier.then run"make";
>
>
> the following message show:
>
> ///////////////////////////////////////////////////////////////////
> mkdir -p /usr/src/buildroot/buildroot/build_i686/root
> if [ -d "target/generic/target_skeleton" ] ; then \
> cp -fa target/generic/target_skeleton/* /usr/src/buildroot/buildroot/build_i686/root/; \
> fi;
> touch /usr/src/buildroot/buildroot/build_i686/staging_dir/.fakeroot.00000
> find /usr/src/buildroot/buildroot/build_i686/root -type d -name CVS | xargs rm -rf
> find /usr/src/buildroot/buildroot/build_i686/root -type d -name .svn | xargs rm -rf
> if [ ! -e "/usr/src/buildroot/buildroot/toolchain_build_i686/bin/sed" ] ; then \
> mkdir -p "/usr/src/buildroot/buildroot/toolchain_build_i686/bin"; \
> rm -f "/usr/src/buildroot/buildroot/toolchain_build_i686/bin/sed"; \
> ln -sf "/bin/sed" "/usr/src/buildroot/buildroot/toolchain_build_i686/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
> sed works: Ok (/bin/sed)
> GNU make version '3.79.1,': Ok
> C compiler '/usr/bin/gcc'
> C compiler version '3.2.2': Ok
> C++ compiler '/usr/bin/c++'
> C++ compiler version '3.2.2': Ok
> bison installed: Ok
> flex installed: Ok
> gettext installed: Ok
> makeinfo installed: Ok
> Build system dependencies: Ok
>
> (cd /usr/src/buildroot/buildroot/build_i686/linux-2.6.20.4 ; \
> make -j1 ARCH=i386 CC="gcc" \
> INSTALL_HDR_PATH=/usr/src/buildroot/buildroot/toolchain_build_i686/linux headers_install ; \
> )
> make[1]: Entering directory `/usr/src/buildroot/buildroot/build_i686/linux-2.6.20.4'
> CHK include/linux/version.h
> make[2]: `scripts/unifdef' is up to date.
> make[2]: *** No rule to make target `|', needed by `asm-generic'. Stop.
> make[1]: *** [headers_install] Error 2
> make[1]: Leaving directory `/usr/src/buildroot/buildroot/build_i686/linux-2.6.20.4'
> make: *** [/usr/src/buildroot/buildroot/toolchain_build_i686/linux/.configured] Error 2
>
> /////////////////////////////////////////////////////////////////
>
>
> What wrong? How i do with this?Shall I send this in the maillist or bug tracking?
>
> Rgds
> zhangsn
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
Zhangsn,
I have seen this error message lots of times when trying to compile
build-root on RHE 3.0 it turns out that the make program you are using
is too old to work with build-root you need at least 3.80 your version
is returned as 'GNU make version '3.79.1,'
This appears to me not to be a bug.
Regards,
Rod Boyce
next prev parent reply other threads:[~2007-06-05 6:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-05 3:33 [Buildroot] buildroot-20070604.tar.bz2 dont compile under redhat9 zhangsn98
2007-06-05 6:01 ` Rod Boyce [this message]
2007-06-05 13:43 ` [Buildroot] {Spam?} " zhangsn98
2007-06-05 14:59 ` Bernhard Fischer
2007-06-05 16:13 ` Rod Boyce
2007-06-05 7:39 ` [Buildroot] " Bernhard Fischer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4664FC4B.8080101@teamboyce.co.uk \
--to=buildroot@teamboyce.co.uk \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.