Ticket #971 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

mesa-dri-2_7.7.999-r7.0+gitr0+1ac166895fef47806c9e9286d2a6356b4db8398d does not compile

Reported by: nschle85 Owned by: TAsn
Priority: blocker Milestone:
Component: Other Version: SHR-unstable
Keywords: mesa-dri compile error Cc:

Description

compiling shr-unstable "make image"
exits with compile error:
/home/nschle85/shr-build/shr-unstable/tmp/cross/armv4t/lib/gcc/arm-oe-linux-gnueabi/4.4.3/../../../../arm-oe-linux-gnueabi/bin/ld: warning: libstdc++.so.6, needed by ../../lib/libGLU.so, not found (try using -rpath or -rpath-link)
../../lib/libGLU.so: undefined reference to `operator new[](unsigned int)@GLIBCXX_3.4'
../../lib/libGLU.so: undefined reference to `operator delete(void*)@GLIBCXX_3.4'
../../lib/libGLU.so: undefined reference to `vtable for cxxabiv1::class_type_info@CXXABI_1.3'
../../lib/libGLU.so: undefined reference to `gxx_personality_v0@CXXABI_1.3'
../../lib/libGLU.so: undefined reference to `
cxa_end_cleanup@CXXABI_1.3'
../../lib/libGLU.so: undefined reference to `operator delete[](void*)@GLIBCXX_3.4'
../../lib/libGLU.so: undefined reference to `vtable for cxxabiv1::si_class_type_info@CXXABI_1.3'
../../lib/libGLU.so: undefined reference to `vtable for cxxabiv1::vmi_class_type_info@CXXABI_1.3'
../../lib/libGLU.so: undefined reference to `cxa_pure_virtual@CXXABI_1.3'
../../lib/libGLU.so: undefined reference to `operator new(unsigned int)@GLIBCXX_3.4'
collect2: ld returned 1 exit status

Attachments

log.do_compile.13637 Download (13.5 KB) - added by nschle85 2 years ago.
log file of compile error

Change History

Changed 2 years ago by nschle85

log file of compile error

comment:1 Changed 2 years ago by nschle85

  • Priority changed from major to blocker

comment:2 Changed 2 years ago by nschle85

Hint:

bitbake gcc; make image

works

comment:3 Changed 2 years ago by nschle85

  • Status changed from new to closed
  • Resolution set to fixed

compiled a new image now its ok

Note: See TracTickets for help on using tickets.