[tao-users] a "too many arguments in fuction call" error in ace when compling Local_Name_Space.cpp
ryanlee
ryanlee730 at 163.com
Sun Dec 18 20:58:42 CST 2016
ACE/TAO VERSION
6.0a 2.0a (ACE+TAO-2.0a.tar.gz)
HOST MACHINE AND OPERATING SYSTEM
Windows 7
cross compile tools: ccarm (windriver workbench 3.3.2 shell)
TARGET MACHINE AND OPERATING SYSTEM
Vxworks 6.9
THE $ACE_ROOT /ace/config.h FILE:
#if defined(_MSC_VER)||(_BORLANDC_)
#include "ace/config-win32.h"
#undef ACE_HAS_EXCEPTIONS
#else
#include “ace/config-vxworks6.9.h”
#endif
THE $ACE_ROOT/include/makeinclude/platform.macros.GNU FILE:
TAO_IDL:=$(ACE_ROOT)/bin/tao_idl.exe
TAO_IDLFLGAS+=-g $(ACE_ROOT) /bin/ace_gperf.exe
VXWORKS_VESION_FLAG=-DACE_VXWORKS=0x690
rtp=0
CPU=ARMARCH7
TOOL=diab
inline=0
probe=0
profile=0
fakesvcconf=0
debug=0
optimize=0
shared_libs=1
include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.9.GNU
CONTENTS OF $(ACE_ROOT)/bin/MakeProjectCreator/config/default.features
N/A
AREA/CLASS/EXAMPLE AFFECTED
error occurs when compiling ace
Does THE PROBLEM AFFECT
COMPILATION? yes
LINKING?
EXECUTION?
OTHER(please specify)
SYNOPSIS
trying to compile ace after generating all makefiles in ACE_ROOT
it throws error of when compling ace
DESCRIPTION
ace_gperf.exe and TAO_IDL.exe are already compiled in $ ACE_ROOT /bin for host system,
then generate all makefiles in ACE_ROOT, and cd $ ACE_ROOT/ace to compile, however, an error occurs when compling Local_Name_Space.cpp as:
"...../TSS_T.cpp",line 357:error(etoa:4140):too many arguments in function call
(coid *) this);
can somebody explain the reason for the error and give me some advise?
thank you!
yours Ryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.isis.vanderbilt.edu/pipermail/tao-users/attachments/20161219/9bf82126/attachment.html>
More information about the tao-users
mailing list