Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] error toolchain build for mips-linux-uclibc with BR2_INSTALL_LIBSTDCPP
@ 2012-04-26  8:58 chinna obireddy
  2012-04-26  9:01 ` Thomas Petazzoni
  0 siblings, 1 reply; 9+ messages in thread
From: chinna obireddy @ 2012-04-26  8:58 UTC (permalink / raw)
  To: buildroot

Hi,

I have already built the tool chain for mips with gcc 4.3.3 and have been
using from some time. Now we got a request to build an application which
needs g++ compiler for same build.

I have enabled BR2_INSTALL_LIBSTDCPP option in .config file and tried to
build the toolchain I have received the following error:

*cp: cannot stat
`/Reddy/11n_Build/Test/dev_main/build/gcc-4.3.3/build_mips/staging_dir/usr/mips-linux-uclibc/lib*/libstdc++.so*':
No such file or directory*
*
*
I have seen posts on this issue online but couldn't find any solution.
*
*
Thank you in advance,
Reddy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120426/b771f86a/attachment.html>

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

* [Buildroot] error toolchain build for mips-linux-uclibc with BR2_INSTALL_LIBSTDCPP
  2012-04-26  8:58 chinna obireddy
@ 2012-04-26  9:01 ` Thomas Petazzoni
       [not found]   ` <CAAawjsRW17mtajZ+3ttCWq7rv5qBn8QXyeA-OqjUuFmE_VhiAA@mail.gmail.com>
  0 siblings, 1 reply; 9+ messages in thread
From: Thomas Petazzoni @ 2012-04-26  9:01 UTC (permalink / raw)
  To: buildroot

Le Thu, 26 Apr 2012 16:58:09 +0800,
chinna obireddy <chinnaobi@gmail.com> a ?crit :

> *cp: cannot stat
> `/Reddy/11n_Build/Test/dev_main/build/gcc-4.3.3/build_mips/staging_dir/usr/mips-linux-uclibc/lib*/libstdc++.so*':
> No such file or directory*

I am not sure what you are using, but looking at this path, it seems
like it is definitely not a recent Buildroot version.

Could you please specify which Buildroot version you're using, and
your .config file? Note that if you're using an ancient Buildroot
version, it's unlikely that we will do anything besides suggesting you
to upgrade to a modern version.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] error toolchain build for mips-linux-uclibc with BR2_INSTALL_LIBSTDCPP
       [not found]   ` <CAAawjsRW17mtajZ+3ttCWq7rv5qBn8QXyeA-OqjUuFmE_VhiAA@mail.gmail.com>
@ 2012-04-26  9:41     ` chinna obireddy
  2012-04-26  9:58       ` Thomas Petazzoni
  0 siblings, 1 reply; 9+ messages in thread
From: chinna obireddy @ 2012-04-26  9:41 UTC (permalink / raw)
  To: buildroot

Forgot to add mialing list in cc, my mistake.

On Thu, Apr 26, 2012 at 5:30 PM, chinna obireddy <chinnaobi@gmail.com>wrote:

> Build root version 2009.08 and i have attached the config file.
>
> On Thu, Apr 26, 2012 at 5:01 PM, Thomas Petazzoni <
> thomas.petazzoni at free-electrons.com> wrote:
>
>> Le Thu, 26 Apr 2012 16:58:09 +0800,
>> chinna obireddy <chinnaobi@gmail.com> a ?crit :
>>
>> > *cp: cannot stat
>> >
>> `/Reddy/11n_Build/Test/dev_main/build/gcc-4.3.3/build_mips/staging_dir/usr/mips-linux-uclibc/lib*/libstdc++.so*':
>> > No such file or directory*
>>
>> I am not sure what you are using, but looking at this path, it seems
>> like it is definitely not a recent Buildroot version.
>>
>> Could you please specify which Buildroot version you're using, and
>> your .config file? Note that if you're using an ancient Buildroot
>> version, it's unlikely that we will do anything besides suggesting you
>> to upgrade to a modern version.
>>
>> Best regards,
>>
>> Thomas
>> --
>> Thomas Petazzoni, Free Electrons
>> Kernel, drivers, real-time and embedded Linux
>> development, consulting, training and support.
>> http://free-electrons.com
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120426/d9703e88/attachment.html>

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

* [Buildroot] error toolchain build for mips-linux-uclibc with BR2_INSTALL_LIBSTDCPP
  2012-04-26  9:41     ` chinna obireddy
@ 2012-04-26  9:58       ` Thomas Petazzoni
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2012-04-26  9:58 UTC (permalink / raw)
  To: buildroot

Hello,

Le Thu, 26 Apr 2012 17:41:36 +0800,
chinna obireddy <chinnaobi@gmail.com> a ?crit :

> Forgot to add mialing list in cc, my mistake.

Sorry, but you did not attach the configuration file nor you said which
Buildroot version you are using. Well, you did both in a private e-mail
to me, but never sent those informations to the list.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] error toolchain build for mips-linux-uclibc with BR2_INSTALL_LIBSTDCPP
       [not found] <CAAawjsQQ0nc9HYYAegCTs6sRM+rwXhimyV83hB+jwR6bo1B=SA@mail.gmail.com>
@ 2012-04-26 10:12 ` oreddy
  2012-04-26 12:04   ` Thomas Petazzoni
  2012-04-27 21:48   ` Arnout Vandecappelle
  0 siblings, 2 replies; 9+ messages in thread
From: oreddy @ 2012-04-26 10:12 UTC (permalink / raw)
  To: buildroot


Forwarded conversation
Subject: *error toolchain build for mips-linux-uclibc with 
BR2_INSTALL_LIBSTDCPP*
------------------------

From: *chinna obireddy* <chinnaobi at gmail.com <mailto:chinnaobi@gmail.com>>
Date: Thu, Apr 26, 2012 at 4:58 PM
To: buildroot at busybox.net <mailto:buildroot@busybox.net>


Hi,

I have already built the tool chain for mips with gcc 4.3.3 and have 
been using from some time. Now we got a request to build an application 
which needs g++ compiler for same build.

I have enabled BR2_INSTALL_LIBSTDCPP option in .config file and tried to 
build the toolchain I have received the following error:

*cp: cannot stat 
`/Reddy/11n_Build/Test/dev_main/build/gcc-4.3.3/build_mips/staging_dir/usr/mips-linux-uclibc/lib*/libstdc++.so*': 
No such file or directory*
*
*
I have seen posts on this issue online but couldn't find any solution.
*
*
Thank you in advance,
Reddy.

----------
From: *Thomas Petazzoni* <thomas.petazzoni at free-electrons.com 
<mailto:thomas.petazzoni@free-electrons.com>>
Date: Thu, Apr 26, 2012 at 5:01 PM
To: chinna obireddy <chinnaobi at gmail.com <mailto:chinnaobi@gmail.com>>
Cc: buildroot at busybox.net <mailto:buildroot@busybox.net>


Le Thu, 26 Apr 2012 16:58:09 +0800,
chinna obireddy <chinnaobi at gmail.com <mailto:chinnaobi@gmail.com>> a ?crit :

 > *cp: cannot stat
 > 
`/Reddy/11n_Build/Test/dev_main/build/gcc-4.3.3/build_mips/staging_dir/usr/mips-linux-uclibc/lib*/libstdc++.so*':
 > No such file or directory*

I am not sure what you are using, but looking at this path, it seems
like it is definitely not a recent Buildroot version.

Could you please specify which Buildroot version you're using, and
your .config file? Note that if you're using an ancient Buildroot
version, it's unlikely that we will do anything besides suggesting you
to upgrade to a modern version.

Best regards,

Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

----------
From: *chinna obireddy* <chinnaobi at gmail.com <mailto:chinnaobi@gmail.com>>
Date: Thu, Apr 26, 2012 at 5:30 PM
To: Thomas Petazzoni <thomas.petazzoni at free-electrons.com 
<mailto:thomas.petazzoni@free-electrons.com>>


Build root version 2009.08 and i have attached the config file.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120426/ea4e1a32/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: db12x.config
Type: application/octet-stream
Size: 18858 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120426/ea4e1a32/attachment-0001.obj>

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

* [Buildroot] error toolchain build for mips-linux-uclibc with BR2_INSTALL_LIBSTDCPP
  2012-04-26 10:12 ` [Buildroot] error toolchain build for mips-linux-uclibc with BR2_INSTALL_LIBSTDCPP oreddy
@ 2012-04-26 12:04   ` Thomas Petazzoni
  2012-04-26 12:18     ` oreddy
  2012-04-27 21:48   ` Arnout Vandecappelle
  1 sibling, 1 reply; 9+ messages in thread
From: Thomas Petazzoni @ 2012-04-26 12:04 UTC (permalink / raw)
  To: buildroot

Le Thu, 26 Apr 2012 18:12:36 +0800,
oreddy <oreddy@rfnetech.com> a ?crit :

> Build root version 2009.08 and i have attached the config file.

Can you try with a more recent Buildroot version? It's very unlikely
that the community will be interested in fixing problems on such an old
version, especially since we have done a lot of changes and
improvements in Buildroot over the last few years, so 2009.08 is quite
radically different from 2012.02 that we would recommend to use.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] error toolchain build for mips-linux-uclibc with BR2_INSTALL_LIBSTDCPP
  2012-04-26 12:04   ` Thomas Petazzoni
@ 2012-04-26 12:18     ` oreddy
  2012-04-26 12:25       ` Thomas Petazzoni
  0 siblings, 1 reply; 9+ messages in thread
From: oreddy @ 2012-04-26 12:18 UTC (permalink / raw)
  To: buildroot

On 26/4/2012 8:04 PM, Thomas Petazzoni wrote:
> Le Thu, 26 Apr 2012 18:12:36 +0800,
> oreddy<oreddy@rfnetech.com>  a ?crit :
>
>> Build root version 2009.08 and i have attached the config file.
> Can you try with a more recent Buildroot version? It's very unlikely
> that the community will be interested in fixing problems on such an old
> version, especially since we have done a lot of changes and
> improvements in Buildroot over the last few years, so 2009.08 is quite
> radically different from 2012.02 that we would recommend to use.
>
> Best regards,
>
> Thomas
Thomas,

Yeah absolutely correct, but I think it needs more time to test the 
whole build and applications running on it again.

Anyhow when I was goggling, found a patch 
http://git.buildroot.net/buildroot/commit/?id=6b578c8d73b6403e3be8bddf611fb1059d7c2f4b 
which is more related to this issue. Will try this and come back.

Last option is to try a new build root.

Regards,
Reddy.

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

* [Buildroot] error toolchain build for mips-linux-uclibc with BR2_INSTALL_LIBSTDCPP
  2012-04-26 12:18     ` oreddy
@ 2012-04-26 12:25       ` Thomas Petazzoni
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2012-04-26 12:25 UTC (permalink / raw)
  To: buildroot

Le Thu, 26 Apr 2012 20:18:45 +0800,
oreddy <oreddy@rfnetech.com> a ?crit :

> Yeah absolutely correct, but I think it needs more time to test the 
> whole build and applications running on it again.

Sure.

> Anyhow when I was goggling, found a patch 
> http://git.buildroot.net/buildroot/commit/?id=6b578c8d73b6403e3be8bddf611fb1059d7c2f4b 
> which is more related to this issue. Will try this and come back.

It's unlikely. It just shuffles options around, but does not do any
real change to the build logic.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] error toolchain build for mips-linux-uclibc with BR2_INSTALL_LIBSTDCPP
  2012-04-26 10:12 ` [Buildroot] error toolchain build for mips-linux-uclibc with BR2_INSTALL_LIBSTDCPP oreddy
  2012-04-26 12:04   ` Thomas Petazzoni
@ 2012-04-27 21:48   ` Arnout Vandecappelle
  1 sibling, 0 replies; 9+ messages in thread
From: Arnout Vandecappelle @ 2012-04-27 21:48 UTC (permalink / raw)
  To: buildroot

On Thursday 26 April 2012 12:12:36 oreddy wrote:
> I have enabled BR2_INSTALL_LIBSTDCPP option in .config file and tried to build the toolchain I have received the following error:
> 
>  
> cp: cannot stat `/Reddy/11n_Build/Test/dev_main/build/gcc-4.3.3/build_mips/staging_dir/usr/mips-linux-uclibc/lib*/libstdc++.so*': No such file or directory

 Did you do a clean rebuild?

 Buildroot doesn't detect when you have changed the toolchain options,
so it may "forget" to perform some build steps (e.g. compiling the C++
library).


 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

end of thread, other threads:[~2012-04-27 21:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAAawjsQQ0nc9HYYAegCTs6sRM+rwXhimyV83hB+jwR6bo1B=SA@mail.gmail.com>
2012-04-26 10:12 ` [Buildroot] error toolchain build for mips-linux-uclibc with BR2_INSTALL_LIBSTDCPP oreddy
2012-04-26 12:04   ` Thomas Petazzoni
2012-04-26 12:18     ` oreddy
2012-04-26 12:25       ` Thomas Petazzoni
2012-04-27 21:48   ` Arnout Vandecappelle
2012-04-26  8:58 chinna obireddy
2012-04-26  9:01 ` Thomas Petazzoni
     [not found]   ` <CAAawjsRW17mtajZ+3ttCWq7rv5qBn8QXyeA-OqjUuFmE_VhiAA@mail.gmail.com>
2012-04-26  9:41     ` chinna obireddy
2012-04-26  9:58       ` Thomas Petazzoni

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