ACE + TAO with buildroot - GLIBC_2.28 not found

Earthquake earthquake.de at freenet.de
Fri Apr 29 13:59:59 UTC 2022


Hi,

intergrating ACE was successfull with

https://patchwork.ozlabs.org/project/buildroot/patch/20210413134139.13281-1-matthew.weber@rockwellcollins.com/

ACE lib is built.

When I integrate TAO in the ace.mk

TAO_LIBRARIES += TAO_IDL
TAO_LIBRARIEs += tao/PortableServer
$(foreach lib,$(TAO_LIBRARIES), ACE_ROOT="$(@D)" 
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)/TAO/$(lib) ACE_ROOT="$(@D)" 
TAO_ROOT="$(@D)/TAO"  all )

The tao_idl complier will be built.

The PortableServer uses the created tao_idl complier but exit with:

../../../bin/tao_idl: /lib/x86_64-linux-gnu/libc.so.6: version 
`GLIBC_2.28' not found (required by ../../../lib/libACE.so.7.0.2)
../../../bin/tao_idl: /lib/x86_64-linux-gnu/libc.so.6: version 
`GLIBC_2.32' not found (required by ../../../lib/libACE.so.7.0.2)

Wrong way to call?


Thanks for support,

Alex






More information about the busybox mailing list