All of lore.kernel.org
 help / color / mirror / Atom feed
* undefined references to `__dso_handle'
@ 2016-11-16 10:05 Elazar Leibovich
  2016-11-17 17:23 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Elazar Leibovich @ 2016-11-16 10:05 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 4137 bytes --]

Hi,

I followed the quickstart tutorial, branch morty, to create the most basic
image on local QEMU, and I got compilation errors for __dso_handle missing.
I'm using ubuntu 16.
Here is an example output:
++ -nostdlib++  -fPIC -DPIC -D_GLIBCXX_SHARED -shared -nostdlib
/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/lib/crti.o
/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/lib/arm-poky-linux-gnueabi/6.2.0/crtbeginS.o
 .libs/compatibility.o .libs/compatibility-debug_list.o
.libs/compatibility-debug_list-2.o .libs/compatibility-c++0x.o
.libs/compatibility-atomic-c++0x.o .libs/compatibility-thread-c++0x.o
.libs/compatibility-chrono.o .libs/compatibility-condvar.o
 -Wl,--whole-archive ../libsupc++/.libs/libsupc++convenience.a
../src/c++98/.libs/libc++98convenience.a
../src/c++11/.libs/libc++11convenience.a -Wl,--no-whole-archive  -lm
-L/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/x86_64-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0
-L/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/lib
-L/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/lib/arm-poky-linux-gnueabi/6.2.0
-L/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/lib
-lc -lgcc_s
/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/lib/arm-poky-linux-gnueabi/6.2.0/crtendS.o
/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/lib/crtn.o
 -march=armv7ve -marm -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7
-Wl,-O1 -Wl,-z -Wl,relro -Wl,--gc-sections -Wl,-O1 -Wl,--hash-style=gnu
-Wl,--as-needed -Wl,--version-script=libstdc++-symbols.ver   -Wl,-soname
-Wl,libstdc++.so.6 -o .libs/libstdc++.so.6.0.22
| .libs/compatibility-c++0x.o: In function
`__static_initialization_and_destruction_0':
|
/usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/libstdc++-v3/src/../../../../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/compatibility-c++0x.cc:215:
undefined reference to `__dso_handle'
| ../src/c++11/.libs/libc++11convenience.a(system_error.o): In function
`__static_initialization_and_destruction_0':
|
/usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/libstdc++-v3/src/c++11/../../../../../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/system_error.cc:71:
undefined reference to `__dso_handle'
| ../src/c++98/.libs/libc++98convenience.a(mt_allocator.o): In function
`get_freelist':
|
/usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/libstdc++-v3/src/c++98/../../../../../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++98/mt_allocator.cc:64:
undefined reference to `__dso_handle'
| ../src/c++98/.libs/libc++98convenience.a(c++locale.o): In function
`std::get_catalogs()':
|
/usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/libstdc++-v3/src/c++98/c++locale.cc:251:
undefined reference to `__dso_handle'
| ../src/c++11/.libs/libc++11convenience.a(condition_variable.o): In
function `key_init':
|
/usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/libstdc++-v3/src/c++11/../../../../../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/condition_variable.cc:133:
undefined reference to `__dso_handle'
|
../src/c++11/.libs/libc++11convenience.a(future.o):/usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/libstdc++-v3/src/c++11/../../../../../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/future.cc:64:
more undefined references to `__dso_handle' follow
| collect2: error: ld returned 1 exit status

I'll be happy for help, haven't found similar error when searching the web

[-- Attachment #2: Type: text/html, Size: 4762 bytes --]

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

* Re: undefined references to `__dso_handle'
  2016-11-16 10:05 undefined references to `__dso_handle' Elazar Leibovich
@ 2016-11-17 17:23 ` Khem Raj
  2016-11-17 17:27   ` Elazar Leibovich
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2016-11-17 17:23 UTC (permalink / raw)
  To: Elazar Leibovich, yocto


[-- Attachment #1.1: Type: text/plain, Size: 4415 bytes --]



On 11/16/16 2:05 AM, Elazar Leibovich wrote:
> Hi,
> 
> I followed the quickstart tutorial, branch morty, to create the most basic
> image on local QEMU, and I got compilation errors for __dso_handle missing.
> I'm using ubuntu 16.
> Here is an example output:
> ++ -nostdlib++  -fPIC -DPIC -D_GLIBCXX_SHARED -shared -nostdlib
> /media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/lib/crti.o
> /media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/lib/arm-poky-linux-gnueabi/6.2.0/crtbeginS.o
>  .libs/compatibility.o .libs/compatibility-debug_list.o
> .libs/compatibility-debug_list-2.o .libs/compatibility-c++0x.o
> .libs/compatibility-atomic-c++0x.o .libs/compatibility-thread-c++0x.o
> .libs/compatibility-chrono.o .libs/compatibility-condvar.o
>  -Wl,--whole-archive ../libsupc++/.libs/libsupc++convenience.a
> ../src/c++98/.libs/libc++98convenience.a
> ../src/c++11/.libs/libc++11convenience.a -Wl,--no-whole-archive  -lm
> -L/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/x86_64-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0
> -L/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/lib
> -L/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/lib/arm-poky-linux-gnueabi/6.2.0
> -L/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/lib
> -lc -lgcc_s
> /media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/lib/arm-poky-linux-gnueabi/6.2.0/crtendS.o
> /media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/lib/crtn.o
>  -march=armv7ve -marm -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7
> -Wl,-O1 -Wl,-z -Wl,relro -Wl,--gc-sections -Wl,-O1 -Wl,--hash-style=gnu
> -Wl,--as-needed -Wl,--version-script=libstdc++-symbols.ver   -Wl,-soname
> -Wl,libstdc++.so.6 -o .libs/libstdc++.so.6.0.22
> | .libs/compatibility-c++0x.o: In function
> `__static_initialization_and_destruction_0':
> |
> /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/libstdc++-v3/src/../../../../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/compatibility-c++0x.cc:215:
> undefined reference to `__dso_handle'
> | ../src/c++11/.libs/libc++11convenience.a(system_error.o): In function
> `__static_initialization_and_destruction_0':
> |
> /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/libstdc++-v3/src/c++11/../../../../../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/system_error.cc:71:
> undefined reference to `__dso_handle'
> | ../src/c++98/.libs/libc++98convenience.a(mt_allocator.o): In function
> `get_freelist':
> |
> /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/libstdc++-v3/src/c++98/../../../../../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++98/mt_allocator.cc:64:
> undefined reference to `__dso_handle'
> | ../src/c++98/.libs/libc++98convenience.a(c++locale.o): In function
> `std::get_catalogs()':
> |
> /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/libstdc++-v3/src/c++98/c++locale.cc:251:
> undefined reference to `__dso_handle'
> | ../src/c++11/.libs/libc++11convenience.a(condition_variable.o): In function
> `key_init':
> |
> /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/libstdc++-v3/src/c++11/../../../../../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/condition_variable.cc:133:
> undefined reference to `__dso_handle'
> |
> ../src/c++11/.libs/libc++11convenience.a(future.o):/usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/libstdc++-v3/src/c++11/../../../../../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/future.cc:64:
> more undefined references to `__dso_handle' follow
> | collect2: error: ld returned 1 exit status
> 
> I'll be happy for help, haven't found similar error when searching the web

is it pristine ubuntu 16.04 or do you have any customization, new packages etc
installed on top

> 
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

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

* Re: undefined references to `__dso_handle'
  2016-11-17 17:23 ` Khem Raj
@ 2016-11-17 17:27   ` Elazar Leibovich
  2016-11-18 15:00     ` Daniel.
  0 siblings, 1 reply; 4+ messages in thread
From: Elazar Leibovich @ 2016-11-17 17:27 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 4986 bytes --]

As far as I  know, no customization, I didn't even switch GCC's version. I
installed clang alongside gcc, but didn't change the default.

Can you refer me to what you have in mind that might be customized, and
I'll check?

On Thu, Nov 17, 2016 at 7:23 PM, Khem Raj <raj.khem@gmail.com> wrote:

>
>
> On 11/16/16 2:05 AM, Elazar Leibovich wrote:
> > Hi,
> >
> > I followed the quickstart tutorial, branch morty, to create the most
> basic
> > image on local QEMU, and I got compilation errors for __dso_handle
> missing.
> > I'm using ubuntu 16.
> > Here is an example output:
> > ++ -nostdlib++  -fPIC -DPIC -D_GLIBCXX_SHARED -shared -nostdlib
> > /media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/
> lib/crti.o
> > /media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/
> lib/arm-poky-linux-gnueabi/6.2.0/crtbeginS.o
> >  .libs/compatibility.o .libs/compatibility-debug_list.o
> > .libs/compatibility-debug_list-2.o .libs/compatibility-c++0x.o
> > .libs/compatibility-atomic-c++0x.o .libs/compatibility-thread-c++0x.o
> > .libs/compatibility-chrono.o .libs/compatibility-condvar.o
> >  -Wl,--whole-archive ../libsupc++/.libs/libsupc++convenience.a
> > ../src/c++98/.libs/libc++98convenience.a
> > ../src/c++11/.libs/libc++11convenience.a -Wl,--no-whole-archive  -lm
> > -L/media/elazar/788854CC88548B10/poky/build/
> tmp/sysroots/x86_64-linux/usr/lib/arm-poky-linux-gnueabi/
> gcc/arm-poky-linux-gnueabi/6.2.0
> > -L/media/elazar/788854CC88548B10/poky/build/
> tmp/sysroots/raspberrypi3/lib
> > -L/media/elazar/788854CC88548B10/poky/build/
> tmp/sysroots/raspberrypi3/usr/lib/arm-poky-linux-gnueabi/6.2.0
> > -L/media/elazar/788854CC88548B10/poky/build/
> tmp/sysroots/raspberrypi3/usr/lib
> > -lc -lgcc_s
> > /media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/
> lib/arm-poky-linux-gnueabi/6.2.0/crtendS.o
> > /media/elazar/788854CC88548B10/poky/build/tmp/sysroots/raspberrypi3/usr/
> lib/crtn.o
> >  -march=armv7ve -marm -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7
> > -Wl,-O1 -Wl,-z -Wl,relro -Wl,--gc-sections -Wl,-O1 -Wl,--hash-style=gnu
> > -Wl,--as-needed -Wl,--version-script=libstdc++-symbols.ver   -Wl,-soname
> > -Wl,libstdc++.so.6 -o .libs/libstdc++.so.6.0.22
> > | .libs/compatibility-c++0x.o: In function
> > `__static_initialization_and_destruction_0':
> > |
> > /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-
> poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-
> gnueabi/libstdc++-v3/src/../../../../../../../../../work-
> shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/
> compatibility-c++0x.cc:215:
> > undefined reference to `__dso_handle'
> > | ../src/c++11/.libs/libc++11convenience.a(system_error.o): In function
> > `__static_initialization_and_destruction_0':
> > |
> > /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-
> poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-
> gnueabi/libstdc++-v3/src/c++11/../../../../../../../../../
> ../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++
> 11/system_error.cc:71:
> > undefined reference to `__dso_handle'
> > | ../src/c++98/.libs/libc++98convenience.a(mt_allocator.o): In function
> > `get_freelist':
> > |
> > /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-
> poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-
> gnueabi/libstdc++-v3/src/c++98/../../../../../../../../../
> ../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++
> 98/mt_allocator.cc:64:
> > undefined reference to `__dso_handle'
> > | ../src/c++98/.libs/libc++98convenience.a(c++locale.o): In function
> > `std::get_catalogs()':
> > |
> > /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-
> poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-
> gnueabi/libstdc++-v3/src/c++98/c++locale.cc:251:
> > undefined reference to `__dso_handle'
> > | ../src/c++11/.libs/libc++11convenience.a(condition_variable.o): In
> function
> > `key_init':
> > |
> > /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-
> poky-linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-
> gnueabi/libstdc++-v3/src/c++11/../../../../../../../../../
> ../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++
> 11/condition_variable.cc:133:
> > undefined reference to `__dso_handle'
> > |
> > ../src/c++11/.libs/libc++11convenience.a(future.o):/
> usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-
> linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-
> gnueabi/libstdc++-v3/src/c++11/../../../../../../../../../
> ../work-shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/future.cc:64:
> > more undefined references to `__dso_handle' follow
> > | collect2: error: ld returned 1 exit status
> >
> > I'll be happy for help, haven't found similar error when searching the
> web
>
> is it pristine ubuntu 16.04 or do you have any customization, new packages
> etc
> installed on top
>
> >
> >
>
>

[-- Attachment #2: Type: text/html, Size: 6064 bytes --]

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

* Re: undefined references to `__dso_handle'
  2016-11-17 17:27   ` Elazar Leibovich
@ 2016-11-18 15:00     ` Daniel.
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel. @ 2016-11-18 15:00 UTC (permalink / raw)
  Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 5440 bytes --]

Hi,

Did you have multilib installed!?

Regards,

2016-11-17 15:27 GMT-02:00 Elazar Leibovich <elazarl@gmail.com>:

> As far as I  know, no customization, I didn't even switch GCC's version. I
> installed clang alongside gcc, but didn't change the default.
>
> Can you refer me to what you have in mind that might be customized, and
> I'll check?
>
> On Thu, Nov 17, 2016 at 7:23 PM, Khem Raj <raj.khem@gmail.com> wrote:
>
>>
>>
>> On 11/16/16 2:05 AM, Elazar Leibovich wrote:
>> > Hi,
>> >
>> > I followed the quickstart tutorial, branch morty, to create the most
>> basic
>> > image on local QEMU, and I got compilation errors for __dso_handle
>> missing.
>> > I'm using ubuntu 16.
>> > Here is an example output:
>> > ++ -nostdlib++  -fPIC -DPIC -D_GLIBCXX_SHARED -shared -nostdlib
>> > /media/elazar/788854CC88548B10/poky/build/tmp/sysroots/
>> raspberrypi3/usr/lib/crti.o
>> > /media/elazar/788854CC88548B10/poky/build/tmp/sysroots/
>> raspberrypi3/usr/lib/arm-poky-linux-gnueabi/6.2.0/crtbeginS.o
>> >  .libs/compatibility.o .libs/compatibility-debug_list.o
>> > .libs/compatibility-debug_list-2.o .libs/compatibility-c++0x.o
>> > .libs/compatibility-atomic-c++0x.o .libs/compatibility-thread-c++0x.o
>> > .libs/compatibility-chrono.o .libs/compatibility-condvar.o
>> >  -Wl,--whole-archive ../libsupc++/.libs/libsupc++convenience.a
>> > ../src/c++98/.libs/libc++98convenience.a
>> > ../src/c++11/.libs/libc++11convenience.a -Wl,--no-whole-archive  -lm
>> > -L/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/
>> x86_64-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-
>> linux-gnueabi/6.2.0
>> > -L/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/
>> raspberrypi3/lib
>> > -L/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/
>> raspberrypi3/usr/lib/arm-poky-linux-gnueabi/6.2.0
>> > -L/media/elazar/788854CC88548B10/poky/build/tmp/sysroots/
>> raspberrypi3/usr/lib
>> > -lc -lgcc_s
>> > /media/elazar/788854CC88548B10/poky/build/tmp/sysroots/
>> raspberrypi3/usr/lib/arm-poky-linux-gnueabi/6.2.0/crtendS.o
>> > /media/elazar/788854CC88548B10/poky/build/tmp/sysroots/
>> raspberrypi3/usr/lib/crtn.o
>> >  -march=armv7ve -marm -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7
>> > -Wl,-O1 -Wl,-z -Wl,relro -Wl,--gc-sections -Wl,-O1 -Wl,--hash-style=gnu
>> > -Wl,--as-needed -Wl,--version-script=libstdc++-symbols.ver
>>  -Wl,-soname
>> > -Wl,libstdc++.so.6 -o .libs/libstdc++.so.6.0.22
>> > | .libs/compatibility-c++0x.o: In function
>> > `__static_initialization_and_destruction_0':
>> > |
>> > /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky
>> -linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi
>> /libstdc++-v3/src/../../../../../../../../../work-shared/
>> gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/compatibility-c++0x.cc:215:
>> > undefined reference to `__dso_handle'
>> > | ../src/c++11/.libs/libc++11convenience.a(system_error.o): In function
>> > `__static_initialization_and_destruction_0':
>> > |
>> > /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky
>> -linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi
>> /libstdc++-v3/src/c++11/../../../../../../../../../../work-
>> shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/system_error.cc:71:
>> > undefined reference to `__dso_handle'
>> > | ../src/c++98/.libs/libc++98convenience.a(mt_allocator.o): In function
>> > `get_freelist':
>> > |
>> > /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky
>> -linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi
>> /libstdc++-v3/src/c++98/../../../../../../../../../../work-
>> shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++98/mt_allocator.cc:64:
>> > undefined reference to `__dso_handle'
>> > | ../src/c++98/.libs/libc++98convenience.a(c++locale.o): In function
>> > `std::get_catalogs()':
>> > |
>> > /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky
>> -linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi
>> /libstdc++-v3/src/c++98/c++locale.cc:251:
>> > undefined reference to `__dso_handle'
>> > | ../src/c++11/.libs/libc++11convenience.a(condition_variable.o): In
>> function
>> > `key_init':
>> > |
>> > /usr/src/debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky
>> -linux-gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi
>> /libstdc++-v3/src/c++11/../../../../../../../../../../work-
>> shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/
>> condition_variable.cc:133:
>> > undefined reference to `__dso_handle'
>> > |
>> > ../src/c++11/.libs/libc++11convenience.a(future.o):/usr/src/
>> debug/gcc-runtime/6.2.0-r0/gcc-6.2.0/build.arm-poky-linux
>> -gnueabi.arm-poky-linux-gnueabi/arm-poky-linux-gnueabi/
>> libstdc++-v3/src/c++11/../../../../../../../../../../work-
>> shared/gcc-6.2.0-r0/gcc-6.2.0/libstdc++-v3/src/c++11/future.cc:64:
>> > more undefined references to `__dso_handle' follow
>> > | collect2: error: ld returned 1 exit status
>> >
>> > I'll be happy for help, haven't found similar error when searching the
>> web
>>
>> is it pristine ubuntu 16.04 or do you have any customization, new
>> packages etc
>> installed on top
>>
>> >
>> >
>>
>>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>


-- 
*"Do or do not. There is no try"*
  *Yoda Master*

[-- Attachment #2: Type: text/html, Size: 7105 bytes --]

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

end of thread, other threads:[~2016-11-18 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-16 10:05 undefined references to `__dso_handle' Elazar Leibovich
2016-11-17 17:23 ` Khem Raj
2016-11-17 17:27   ` Elazar Leibovich
2016-11-18 15:00     ` Daniel.

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.