Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ulf Samuelsson <ulf.samuelsson@atmel.com>
To: buildroot@busybox.net
Subject: [Buildroot] [buildroot 0004004]: Default ngw100-base config fails to find u-boot config
Date: Tue, 08 Jul 2008 17:31:44 +0200	[thread overview]
Message-ID: <48738860.9000606@atmel.com> (raw)
In-Reply-To: <490107ef7cc12284af8e165a0c530aae@bugs.uclibc.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

bugs at busybox.net skrev:
> The following issue has been SUBMITTED. 
> ====================================================================== 
> http://busybox.net/bugs/view.php?id=4004 
> ====================================================================== 
> Reported By:                mpfj
> Assigned To:                buildroot
> ====================================================================== 
> Project:                    buildroot
> Issue ID:                   4004
> Category:                   Architecture Specific
> Reproducibility:            always
> Severity:                   major
> Priority:                   normal
> Status:                     assigned
> ====================================================================== 
> Date Submitted:             07-08-2008 03:45 PDT
> Last Modified:              07-08-2008 03:45 PDT
> ====================================================================== 
> Summary:                    Default ngw100-base config fails to find u-boot
> config
> Description: 
> Adding u-boot to the default ngw100-base config does not work.  The
> following error occurs ...
> 
> 		/usr/bin/make MAKE='/usr/bin/make -j1 ' -C
> /usr/local/dev/avr32/buildroot-cvs/project_build_avr32/atngw100-base/u-boot-1.3.3	\
> 		"atngw100-base"_config
> make[1]: Entering directory
> `/usr/local/dev/avr32/buildroot-cvs/project_build_avr32/atngw100-base/u-boot-1.3.3'
> make[1]: *** No rule to make target `atngw100-base_config'. Stop.
> make[1]: Leaving directory
> `/usr/local/dev/avr32/buildroot-cvs/project_build_avr32/atngw100-base/u-boot-1.3.3'
> make: ***
> [/usr/local/dev/avr32/buildroot-cvs/project_build_avr32/atngw100-base/u-boot-1.3.3/.configured]
> Error 2
> 
> This can be temp fixed by changing the u-boot board name from $BOARD_NAME
> to atngw100.

I think the real problem is that the gcc-3.mk file is used instead
of gcc-4.mk.

This should fix the problem:

Index: toolchain/gcc/gcc-uclibc-3.x.mk
===================================================================
- --- toolchain/gcc/gcc-uclibc-3.x.mk	(revision 22686)
+++ toolchain/gcc/gcc-uclibc-3.x.mk	(arbetskopia)
@@ -36,7 +36,7 @@
 ifneq ($(BR2_TOOLCHAIN_BUILDROOT),y)
 GCC_SITE:=$(VENDOR_SITE)
 GCC_OFFICIAL_VER:=$(GCC_VERSION)$(VENDOR_SUFFIX)$(VENDOR_GCC_RELEASE)
- -GCC_PATCH_DIR:=$(VENDOR_PATCH_DIR)/gcc-$(GCC_OFFICIAL_VER)
+GCC_PATCH_DIR:=toolchain/gcc/ext_source/$(VENDOR_PATCH_DIR)/gcc-$(GCC_OFFICIAL_VER)
 endif

 GCC_SOURCE:=gcc-$(GCC_OFFICIAL_VER).tar.bz2



The names gcc-uclibc-3.x.mk and gcc-uclibc-4.x.mk are really
misleading since the first will be used if sysroot is not enabled
and the second will be used if sysroot is enabled.
It would probably be better to name them

gcc-without-sysroot.mk and gcc-with-sysroot.mk



> ====================================================================== 
> 
> Issue History 
> Date Modified   Username       Field                    Change               
> ====================================================================== 
> 07-08-08 03:45  mpfj           New Issue                                    
> 07-08-08 03:45  mpfj           Status                   new => assigned     
> 07-08-08 03:45  mpfj           Assigned To               => buildroot       
> ======================================================================
> 
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFIc4hgAyRRH5cXxqwRAsudAJ0XpoyfcHvD+CvvsoW3QHme/0PeYQCgg3KM
/eFrrb4R80Hk36uBOxSdJAA=
=1CAx
-----END PGP SIGNATURE-----

      reply	other threads:[~2008-07-08 15:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-08 10:45 [Buildroot] [buildroot 0004004]: Default ngw100-base config fails to find u-boot config bugs at busybox.net
2008-07-08 15:31 ` Ulf Samuelsson [this message]

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=48738860.9000606@atmel.com \
    --to=ulf.samuelsson@atmel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox