* [Buildroot] [buildroot 0003994]: Default ngw100-base config fails with invalid directory when compiling gcc
@ 2008-07-08 10:02 bugs at busybox.net
2008-07-08 10:22 ` Ulf Samuelsson
0 siblings, 1 reply; 5+ messages in thread
From: bugs at busybox.net @ 2008-07-08 10:02 UTC (permalink / raw)
To: buildroot
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=3994
======================================================================
Reported By: mpfj
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 3994
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 07-08-2008 03:02 PDT
Last Modified: 07-08-2008 03:02 PDT
======================================================================
Summary: Default ngw100-base config fails with invalid
directory when compiling gcc
Description:
Checked out latest svn copy
# make atngw100-base_defconfig
# make
Fails with the following ...
# Apply any files named gcc-*.patch from the source directory to gcc
toolchain/patch-kernel.sh
/usr/local/dev/avr32/buildroot-cvs/toolchain_build_avr32/gcc-4.2.2-avr32-2.1.5
Atmel/avr32/gcc-4.2.2-avr32-2.1.5 \*.patch
Aborting. 'Atmel/avr32/gcc-4.2.2-avr32-2.1.5' is not a directory.
make: ***
[/usr/local/dev/avr32/buildroot-cvs/toolchain_build_avr32/gcc-4.2.2-avr32-2.1.5/.patched]
Error 1
This can be temporarily fixed with ...
# mkdir Atmel
# cd Atmel
# ln -s ../toolchain_build_avr32 avr32
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
07-08-08 03:02 mpfj New Issue
07-08-08 03:02 mpfj Status new => assigned
07-08-08 03:02 mpfj Assigned To => buildroot
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0003994]: Default ngw100-base config fails with invalid directory when compiling gcc
2008-07-08 10:02 [Buildroot] [buildroot 0003994]: Default ngw100-base config fails with invalid directory when compiling gcc bugs at busybox.net
@ 2008-07-08 10:22 ` Ulf Samuelsson
2008-07-08 11:12 ` Bernhard Fischer
0 siblings, 1 reply; 5+ messages in thread
From: Ulf Samuelsson @ 2008-07-08 10:22 UTC (permalink / raw)
To: buildroot
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
bugs at busybox.net skrev:
> The following issue has been SUBMITTED.
> ======================================================================
> http://busybox.net/bugs/view.php?id=3994
> ======================================================================
> Reported By: mpfj
> Assigned To: buildroot
> ======================================================================
> Project: buildroot
> Issue ID: 3994
> Category: Architecture Specific
> Reproducibility: always
> Severity: major
> Priority: normal
> Status: assigned
> ======================================================================
> Date Submitted: 07-08-2008 03:02 PDT
> Last Modified: 07-08-2008 03:02 PDT
> ======================================================================
> Summary: Default ngw100-base config fails with invalid
> directory when compiling gcc
> Description:
> Checked out latest svn copy
>
> # make atngw100-base_defconfig
> # make
>
> Fails with the following ...
>
> # Apply any files named gcc-*.patch from the source directory to gcc
> toolchain/patch-kernel.sh
> /usr/local/dev/avr32/buildroot-cvs/toolchain_build_avr32/gcc-4.2.2-avr32-2.1.5
> Atmel/avr32/gcc-4.2.2-avr32-2.1.5 \*.patch
> Aborting. 'Atmel/avr32/gcc-4.2.2-avr32-2.1.5' is not a directory.
> make: ***
> [/usr/local/dev/avr32/buildroot-cvs/toolchain_build_avr32/gcc-4.2.2-avr32-2.1.5/.patched]
> Error 1
>
> This can be temporarily fixed with ...
>
> # mkdir Atmel
> # cd Atmel
> # ln -s ../toolchain_build_avr32 avr32
The config contains
# BR2_TOOLCHAIN_SYSROOT is not set
This should be set for this toolchain.
I.E:
BR2_TOOLCHAIN_SYSROOT=y
>
> ======================================================================
>
> Issue History
> Date Modified Username Field Change
> ======================================================================
> 07-08-08 03:02 mpfj New Issue
> 07-08-08 03:02 mpfj Status new => assigned
> 07-08-08 03:02 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
iD8DBQFIcz/jAyRRH5cXxqwRAvTqAJ9+PpE3Xug/isnjV9CFu066Bwx3MQCgjia1
WJXpm/fXLl0tnYFhXgnsZU8=
=3t7y
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0003994]: Default ngw100-base config fails with invalid directory when compiling gcc
2008-07-08 10:22 ` Ulf Samuelsson
@ 2008-07-08 11:12 ` Bernhard Fischer
2008-07-08 11:25 ` Mark Jackson
0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Fischer @ 2008-07-08 11:12 UTC (permalink / raw)
To: buildroot
On Tue, Jul 08, 2008 at 12:22:28PM +0200, Ulf Samuelsson wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>bugs at busybox.net skrev:
>> The following issue has been SUBMITTED.
>> ======================================================================
>> http://busybox.net/bugs/view.php?id=3994
>The config contains
>
># BR2_TOOLCHAIN_SYSROOT is not set
>
>This should be set for this toolchain.
>I.E:
>BR2_TOOLCHAIN_SYSROOT=y
Hello? He can't hear ya -- go to the URL above and PLEASE mark bugs that
you consider closed as *closed* and _NOT_ as "resolved".
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0003994]: Default ngw100-base config fails with invalid directory when compiling gcc
2008-07-08 11:12 ` Bernhard Fischer
@ 2008-07-08 11:25 ` Mark Jackson
0 siblings, 0 replies; 5+ messages in thread
From: Mark Jackson @ 2008-07-08 11:25 UTC (permalink / raw)
To: buildroot
Bernhard Fischer wrote:
> On Tue, Jul 08, 2008 at 12:22:28PM +0200, Ulf Samuelsson wrote:
>
>> The config contains
>>
>> # BR2_TOOLCHAIN_SYSROOT is not set
>>
>> This should be set for this toolchain.
>> I.E:
>> BR2_TOOLCHAIN_SYSROOT=y
>>
>
> Hello? He can't hear ya -- go to the URL above and PLEASE mark bugs that
> you consider closed as *closed* and _NOT_ as "resolved".
>
I can hear you, but I'll leave this open since it needs fixing surely ?
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0003994]: Default ngw100-base config fails with invalid directory when compiling gcc
@ 2008-07-10 5:01 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-07-10 5:01 UTC (permalink / raw)
To: buildroot
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=3994
======================================================================
Reported By: mpfj
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 3994
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 07-08-2008 03:02 PDT
Last Modified: 07-09-2008 22:01 PDT
======================================================================
Summary: Default ngw100-base config fails with invalid
directory when compiling gcc
Description:
Checked out latest svn copy
# make atngw100-base_defconfig
# make
Fails with the following ...
# Apply any files named gcc-*.patch from the source directory to gcc
toolchain/patch-kernel.sh
/usr/local/dev/avr32/buildroot-cvs/toolchain_build_avr32/gcc-4.2.2-avr32-2.1.5
Atmel/avr32/gcc-4.2.2-avr32-2.1.5 \*.patch
Aborting. 'Atmel/avr32/gcc-4.2.2-avr32-2.1.5' is not a directory.
make: ***
[/usr/local/dev/avr32/buildroot-cvs/toolchain_build_avr32/gcc-4.2.2-avr32-2.1.5/.patched]
Error 1
This can be temporarily fixed with ...
# mkdir Atmel
# cd Atmel
# ln -s ../toolchain_build_avr32 avr32
======================================================================
----------------------------------------------------------------------
UlfSamuelsson - 07-09-08 22:01
----------------------------------------------------------------------
User did not set sysroot, which made buildroot use the
gcc-uclibc-3.x.mk file instead of gcc-uclibc-4.x.mk.
gcc-uclibc-3.x.mk has now been updated to use
the right path.
Issue History
Date Modified Username Field Change
======================================================================
07-08-08 03:02 mpfj New Issue
07-08-08 03:02 mpfj Status new => assigned
07-08-08 03:02 mpfj Assigned To => buildroot
07-09-08 22:01 UlfSamuelsson Status assigned => closed
07-09-08 22:01 UlfSamuelsson Note Added: 0009114
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-07-10 5:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 10:02 [Buildroot] [buildroot 0003994]: Default ngw100-base config fails with invalid directory when compiling gcc bugs at busybox.net
2008-07-08 10:22 ` Ulf Samuelsson
2008-07-08 11:12 ` Bernhard Fischer
2008-07-08 11:25 ` Mark Jackson
-- strict thread matches above, loose matches on Subject: below --
2008-07-10 5:01 bugs at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox