[tao-users] Problem with cross building TAO example
Lou Woods
Lou.Woods at OARcorp.com
Fri Nov 9 09:27:40 CST 2018
Mr. Willemsen,
Thanks for your help. I just wanted to follow up and report that I solved my issue by adding the commands below to the platform_macros.GNU file.
TAO_IDL := $(HOST_ROOT)/bin/tao_idl
TAO_IDLFLAGS += $(HOST_ROOT)/bin/ace_gperf
TAO_IDL_DEP := $(HOST_ROOT)/bin/tao_idl$(EXEEXT)
Specifying these flags explicitly caused the code needed to be autogenerated by the build process.
Thanks again,
Lou
-----Original Message-----
From: Johnny Willemsen <jwillemsen at remedy.nl>
Sent: Friday, October 26, 2018 2:30 AM
To: Lou Woods <Lou.Woods at OARcorp.com>; tao-users at list.isis.vanderbilt.edu
Subject: Re: [tao-users] Problem with cross building TAO example
Hi,
The AMI generation is an optional feature enabled through the -GC tao_idl commandline option. This has to be set on the tao_idl compiler invocation. It is not clear what you have done before, maybe you ran the tao_idl compiler by hand and forgot this option? Please use the PROBLEM-REPORT-FORM which is in the root of the ACE/TAO pacakge when asking questions.
Best regards,
Johnny Willemsen
Remedy IT
Postbus 81 | 6930 AB Westervoort | The Netherlands http://www.remedy.nl On 10/24/18 5:36 PM, Lou Woods wrote:
Hello All,
I'm attempting to build the AMI Callback Messenger Client in the DevGuideExamples under RTEMS. I'm having trouble with the test's autogenerated code. MessageHandler.h is referencing a public virtual class called POA_AMI_MessagerHandler which is never generated. This class is generated properly when building natively under Linux.
Is there anything in the build system that needs to be done or included to perform this auto code generation when building cross?
Thanks,
Lou
_______________________________________________
tao-users mailing list
tao-users at list.isis.vanderbilt.edu <mailto:tao-users at list.isis.vanderbilt.edu>
http://list.isis.vanderbilt.edu/cgi-bin/mailman/listinfo/tao-users
More information about the tao-users
mailing list