Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] no gcc in rootfs.i386.ext2
@ 2007-05-16  8:37 Dmitry Melekhov
  2007-05-16 11:02 ` Bernhard Fischer
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitry Melekhov @ 2007-05-16  8:37 UTC (permalink / raw)
  To: buildroot

Hello!

Sorry, I'm newbie.
I want get root with gcc installed, gcc is compiled OK, but there is no
gcc in rootfs.i386.ext2.
What can be wrong?
btw, I use yesterday svn...

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

* [Buildroot] no gcc in rootfs.i386.ext2
  2007-05-16  8:37 [Buildroot] no gcc in rootfs.i386.ext2 Dmitry Melekhov
@ 2007-05-16 11:02 ` Bernhard Fischer
  2007-05-16 11:22   ` Dmitry Melekhov
  2007-05-16 11:58   ` Mats Erik Andersson
  0 siblings, 2 replies; 6+ messages in thread
From: Bernhard Fischer @ 2007-05-16 11:02 UTC (permalink / raw)
  To: buildroot

On Wed, May 16, 2007 at 01:37:40PM +0500, Dmitry Melekhov wrote:
>Hello!
>
>Sorry, I'm newbie.
>I want get root with gcc installed, gcc is compiled OK, but there is no
>gcc in rootfs.i386.ext2.
>What can be wrong?
>btw, I use yesterday svn...

I don't remember the exact wording of that option offhand, sorry.
Did you select "toolchain on the target" in menuconfig?

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

* [Buildroot] no gcc in rootfs.i386.ext2
  2007-05-16 11:02 ` Bernhard Fischer
@ 2007-05-16 11:22   ` Dmitry Melekhov
  2007-05-16 11:52     ` Bernhard Fischer
  2007-05-16 11:58   ` Mats Erik Andersson
  1 sibling, 1 reply; 6+ messages in thread
From: Dmitry Melekhov @ 2007-05-16 11:22 UTC (permalink / raw)
  To: buildroot

Bernhard Fischer ?????:
> On Wed, May 16, 2007 at 01:37:40PM +0500, Dmitry Melekhov wrote:
>   
>> Hello!
>>
>> Sorry, I'm newbie.
>> I want get root with gcc installed, gcc is compiled OK, but there is no
>> gcc in rootfs.i386.ext2.
>> What can be wrong?
>> btw, I use yesterday svn...
>>     
>
> I don't remember the exact wording of that option offhand, sorry.
> Did you select "toolchain on the target" in menuconfig?
>
>   
Yes, shure.

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

* [Buildroot] no gcc in rootfs.i386.ext2
  2007-05-16 11:22   ` Dmitry Melekhov
@ 2007-05-16 11:52     ` Bernhard Fischer
  0 siblings, 0 replies; 6+ messages in thread
From: Bernhard Fischer @ 2007-05-16 11:52 UTC (permalink / raw)
  To: buildroot

On Wed, May 16, 2007 at 04:22:27PM +0500, Dmitry Melekhov wrote:
>Bernhard Fischer ??????????:
>> On Wed, May 16, 2007 at 01:37:40PM +0500, Dmitry Melekhov wrote:
>>   
>>> Hello!
>>>
>>> Sorry, I'm newbie.
>>> I want get root with gcc installed, gcc is compiled OK, but there is no
>>> gcc in rootfs.i386.ext2.
>>> What can be wrong?
>>> btw, I use yesterday svn...
>>>     
>>
>> I don't remember the exact wording of that option offhand, sorry.
>> Did you select "toolchain on the target" in menuconfig?
>>
>>   
>Yes, shure.

The option is BR2_PACKAGE_GCC_TARGET, just for the record.

Well, installing gcc into the target works for me.
What version of gcc do you use? Is there any mention of
"-target.*install" in your build logs?

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

* [Buildroot] no gcc in rootfs.i386.ext2
  2007-05-16 11:02 ` Bernhard Fischer
  2007-05-16 11:22   ` Dmitry Melekhov
@ 2007-05-16 11:58   ` Mats Erik Andersson
  2007-05-17  4:43     ` Dmitry Melekhov
  1 sibling, 1 reply; 6+ messages in thread
From: Mats Erik Andersson @ 2007-05-16 11:58 UTC (permalink / raw)
  To: buildroot

ons 2007-05-16 klockan 13:02 +0200 skrev Bernhard Fischer:
> On Wed, May 16, 2007 at 01:37:40PM +0500, Dmitry Melekhov wrote:
> >Hello!
> >
> >Sorry, I'm newbie.
> >I want get root with gcc installed, gcc is compiled OK, but there is no
> >gcc in rootfs.i386.ext2.
> >What can be wrong?
> >btw, I use yesterday svn...
> 

It should be

   Package selection for the target -->

       native toolchain in the target filesystem


although I never used it so far.

Regards,   Mats Erik Andersson

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

* [Buildroot] no gcc in rootfs.i386.ext2
  2007-05-16 11:58   ` Mats Erik Andersson
@ 2007-05-17  4:43     ` Dmitry Melekhov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Melekhov @ 2007-05-17  4:43 UTC (permalink / raw)
  To: buildroot

Mats Erik Andersson ?????:
> ons 2007-05-16 klockan 13:02 +0200 skrev Bernhard Fischer:
>   
>> On Wed, May 16, 2007 at 01:37:40PM +0500, Dmitry Melekhov wrote:
>>     
>>> Hello!
>>>
>>> Sorry, I'm newbie.
>>> I want get root with gcc installed, gcc is compiled OK, but there is no
>>> gcc in rootfs.i386.ext2.
>>> What can be wrong?
>>> btw, I use yesterday svn...
>>>       
>
> It should be
>
>    Package selection for the target -->
>
>        native toolchain in the target filesystem
>
>
>
>   
Thank you!

I thought that build and install option means that package will be
installed ;-)

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-16  8:37 [Buildroot] no gcc in rootfs.i386.ext2 Dmitry Melekhov
2007-05-16 11:02 ` Bernhard Fischer
2007-05-16 11:22   ` Dmitry Melekhov
2007-05-16 11:52     ` Bernhard Fischer
2007-05-16 11:58   ` Mats Erik Andersson
2007-05-17  4:43     ` Dmitry Melekhov

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