Hi,

intergrating ACE was successfull with

https://patchwork.ozlabs.org/project/buildroot/patch/[email protected]/

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




_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to