* [Buildroot] libgcc_s.so.1 missing from filesystem
@ 2006-10-11 12:56 David Lambert
2006-10-11 13:27 ` Fredrik Roubert
2006-10-17 19:03 ` Erik Andersen
0 siblings, 2 replies; 7+ messages in thread
From: David Lambert @ 2006-10-11 12:56 UTC (permalink / raw)
To: buildroot
I built several utilities including python using buildroot. A commom
problem seems to be that they depend on a library libgcc.so.1 which
appears in buildroot/build_arm/staging_dir/lib/libgcc_s.so.1, but does
not get transferred to the target filesystem. Manually moving it to the
target appears to be a workaround. Is there a more elegant solution?
What is this library?
Regards,
Dave.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dave.vcf
Type: text/x-vcard
Size: 288 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20061011/9a160e44/attachment.vcf
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] libgcc_s.so.1 missing from filesystem
2006-10-11 12:56 [Buildroot] libgcc_s.so.1 missing from filesystem David Lambert
@ 2006-10-11 13:27 ` Fredrik Roubert
2006-10-11 13:30 ` Ashwin Bihari
2006-10-17 19:03 ` Erik Andersen
1 sibling, 1 reply; 7+ messages in thread
From: Fredrik Roubert @ 2006-10-11 13:27 UTC (permalink / raw)
To: buildroot
On Wed 11 Oct 14:56 CEST 2006, David Lambert wrote:
> A commom problem seems to be that they depend on a library libgcc.so.1
> which appears in buildroot/build_arm/staging_dir/lib/libgcc_s.so.1,
> [...] Is there a more elegant solution?
One possible solution is to unset BR2_GCC_SHARED_LIBGCC in the buildroot
configuration, to get rid of the shared libgcc alltogether.
Information on libgcc can be found here:
http://gcc.gnu.org/onlinedocs/gccint/Libgcc.html
Cheers // Fredrik Roubert
--
Visserij 192 | +32 473 344527 / +46 708 776974
BE-9000 Gent | http://www.df.lth.se/~roubert/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 303 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20061011/8648f995/attachment.pgp
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] libgcc_s.so.1 missing from filesystem
2006-10-11 13:27 ` Fredrik Roubert
@ 2006-10-11 13:30 ` Ashwin Bihari
2006-10-17 19:04 ` Erik Andersen
0 siblings, 1 reply; 7+ messages in thread
From: Ashwin Bihari @ 2006-10-11 13:30 UTC (permalink / raw)
To: buildroot
On 10/11/06, Fredrik Roubert <roubert@df.lth.se> wrote:
>
> On Wed 11 Oct 14:56 CEST 2006, David Lambert wrote:
>
> > A commom problem seems to be that they depend on a library libgcc.so.1
> > which appears in buildroot/build_arm/staging_dir/lib/libgcc_s.so.1,
> > [...] Is there a more elegant solution?
>
> One possible solution is to unset BR2_GCC_SHARED_LIBGCC in the buildroot
> configuration, to get rid of the shared libgcc alltogether.
>
> Information on libgcc can be found here:
>
> http://gcc.gnu.org/onlinedocs/gccint/Libgcc.html
>
> Cheers // Fredrik Roubert
>
>
I haven't narrowed it down to exactly which version of Buildroot stopped
deploying the libgcc_so.1, but I've found that an older cataloged version in
our source control was deploying that library properly. The newer version of
buildroot tends to skip over a few other libraries as well.
Regards
--
~ Ashwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20061011/f685ef7c/attachment.htm
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] libgcc_s.so.1 missing from filesystem
2006-10-11 12:56 [Buildroot] libgcc_s.so.1 missing from filesystem David Lambert
2006-10-11 13:27 ` Fredrik Roubert
@ 2006-10-17 19:03 ` Erik Andersen
2006-10-18 12:12 ` David Lambert
1 sibling, 1 reply; 7+ messages in thread
From: Erik Andersen @ 2006-10-17 19:03 UTC (permalink / raw)
To: buildroot
On Wed Oct 11, 2006 at 07:56:12AM -0500, David Lambert wrote:
> I built several utilities including python using buildroot. A commom
> problem seems to be that they depend on a library libgcc.so.1 which
> appears in buildroot/build_arm/staging_dir/lib/libgcc_s.so.1, but does
> not get transferred to the target filesystem. Manually moving it to the
> target appears to be a workaround. Is there a more elegant solution?
> What is this library?
Could I have a copy of your buildroot .config file? I've tested
both with and without BR2_GCC_SHARED_LIBGCC set and both settings
produced working root filesystems for me....
-Erik
--
Erik B. Andersen http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] libgcc_s.so.1 missing from filesystem
2006-10-11 13:30 ` Ashwin Bihari
@ 2006-10-17 19:04 ` Erik Andersen
2006-10-17 19:36 ` Ashwin Bihari
0 siblings, 1 reply; 7+ messages in thread
From: Erik Andersen @ 2006-10-17 19:04 UTC (permalink / raw)
To: buildroot
On Wed Oct 11, 2006 at 09:30:42AM -0400, Ashwin Bihari wrote:
> I haven't narrowed it down to exactly which version of Buildroot stopped
> deploying the libgcc_so.1, but I've found that an older cataloged version in
> our source control was deploying that library properly. The newer version of
> buildroot tends to skip over a few other libraries as well.
details?
-Erik
--
Erik B. Andersen http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] libgcc_s.so.1 missing from filesystem
2006-10-17 19:04 ` Erik Andersen
@ 2006-10-17 19:36 ` Ashwin Bihari
0 siblings, 0 replies; 7+ messages in thread
From: Ashwin Bihari @ 2006-10-17 19:36 UTC (permalink / raw)
To: buildroot
On 10/17/06, Erik Andersen <andersen@codepoet.org> wrote:
>
> On Wed Oct 11, 2006 at 09:30:42AM -0400, Ashwin Bihari wrote:
> > I haven't narrowed it down to exactly which version of Buildroot stopped
> > deploying the libgcc_so.1, but I've found that an older cataloged
> version in
> > our source control was deploying that library properly. The newer
> version of
> > buildroot tends to skip over a few other libraries as well.
>
> details?
>
> -Erik
>
> Erik,
My .config is attached and I'm using the snapshot of Buildroot from Oct 9th.
Thanks
--
~ Ashwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20061017/718e20fe/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: buildroot.config
Type: application/octet-stream
Size: 9938 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20061017/718e20fe/attachment.obj
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] libgcc_s.so.1 missing from filesystem
2006-10-17 19:03 ` Erik Andersen
@ 2006-10-18 12:12 ` David Lambert
0 siblings, 0 replies; 7+ messages in thread
From: David Lambert @ 2006-10-18 12:12 UTC (permalink / raw)
To: buildroot
Erik Andersen wrote:
> Could I have a copy of your buildroot .config file? I've tested
> both with and without BR2_GCC_SHARED_LIBGCC set and both settings
> produced working root filesystems for me....
>
Erik,
I removed my manual copy and it now works! The only change is that I
have since run svn update (to revision 16401). Unfortunately I do not
remember the revision where the problem occurred. In any case I am
including my .config file as you requested.
Best regards,
Dave.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: .config
Url: http://busybox.net/lists/buildroot/attachments/20061018/01912809/attachment.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dave.vcf
Type: text/x-vcard
Size: 288 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20061018/01912809/attachment-0001.vcf
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-10-18 12:12 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-11 12:56 [Buildroot] libgcc_s.so.1 missing from filesystem David Lambert
2006-10-11 13:27 ` Fredrik Roubert
2006-10-11 13:30 ` Ashwin Bihari
2006-10-17 19:04 ` Erik Andersen
2006-10-17 19:36 ` Ashwin Bihari
2006-10-17 19:03 ` Erik Andersen
2006-10-18 12:12 ` David Lambert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox