* [Buildroot] undefined reference to `_dl_app_init_array'
@ 2007-11-01 9:50 Taylan Develioglu - DSV
2007-11-01 20:56 ` Thiago A. Corrêa
0 siblings, 1 reply; 2+ messages in thread
From: Taylan Develioglu - DSV @ 2007-11-01 9:50 UTC (permalink / raw)
To: buildroot
Hi all,
Something is wrong with a toolchain I recently built with buildroot:
To illustrate trying to compile:
main ()
{
return 0;
}
Fails with:
/lib/libc.so.0: undefined reference to `_dl_app_init_array'
/lib/libc.so.0: undefined reference to `_dl_app_fini_array'
collect2: ld returned 1 exit status
ldd tells me ld-uClibc-0.9.29.so is not a dynamic executable.
Buildroot used was snapshot 20071024
Anyone have any idea why this is happening? All binaries linked to it are
functioning fine, so apparently the library does have the function, making
me think this is a linker issue.
Regards,
Taylan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20071101/e3e12aec/attachment.htm
^ permalink raw reply [flat|nested] 2+ messages in thread* [Buildroot] undefined reference to `_dl_app_init_array'
2007-11-01 9:50 [Buildroot] undefined reference to `_dl_app_init_array' Taylan Develioglu - DSV
@ 2007-11-01 20:56 ` Thiago A. Corrêa
0 siblings, 0 replies; 2+ messages in thread
From: Thiago A. Corrêa @ 2007-11-01 20:56 UTC (permalink / raw)
To: buildroot
I had the same thing both on my application and on libjpeg on AVR32.
No idea what's wrong :(
Unfortunally I couldn't investigate it further (i'm working on a
project that is already late), I'm sticking with a previously working
revision.
On 11/1/07, Taylan Develioglu - DSV <taylan.develioglu@nl.dsv.com> wrote:
>
>
>
>
> Hi all,
>
>
>
> Something is wrong with a toolchain I recently built with buildroot:
>
>
>
> To illustrate trying to compile:
>
>
>
> main ()
>
> {
>
> return 0;
>
> }
>
>
>
> Fails with:
>
>
>
> /lib/libc.so.0: undefined reference to `_dl_app_init_array'
>
> /lib/libc.so.0: undefined reference to `_dl_app_fini_array'
>
> collect2: ld returned 1 exit status
>
>
>
> ldd tells me ld-uClibc-0.9.29.so is not a dynamic executable.
>
>
>
> Buildroot used was snapshot 20071024
>
>
>
> Anyone have any idea why this is happening? All binaries linked to it are
> functioning fine, so apparently the library does have the function, making
> me think this is a linker issue.
>
>
>
> Regards,
>
>
>
> Taylan
>
>
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-01 20:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-01 9:50 [Buildroot] undefined reference to `_dl_app_init_array' Taylan Develioglu - DSV
2007-11-01 20:56 ` Thiago A. Corrêa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox