26 Apr 2012 12:44
Re: typecode assertion failed on gcc 4.4
Bruno MAGNE <bruno.magne <at> ersa-france.com>
2012-04-26 10:44:59 GMT
2012-04-26 10:44:59 GMT
Hi Karel,
It seems that there was no follow-up for this point since 2009.
Today, we are using mico 2.3.13 on RHEL6 (gcc 4.4.6) and we got the same error when building the IDLs with the command
idl -I. -Dxxx --c++-suffix cpp MyModule.idl
The output was
[3930027083 - 3077474128] typecode.cc:1877: assertion failed
The IDL contains the following declaration:
typedef struct EventDataStruct {
string value;
string type;
sequence<EventDataStruct> subDataSeq;
} EventData;
According to my colleague, the error could be there with the second parameter.
void NotifyEvent(in unsigned long iEventTypeID,
in sequence<EventData> eventDataSeq,
in string strEventName);
Any idea ?
Best Regards
(Continue reading)
RSS Feed