Hi all:

with the following Makefile

$ more Makefile

include $(OCPI_DIR)/include/worker.mk

I want to generate code using the following OWD and OCS files:

$ more devil.xml

<RCCImplementation>
  <xi:include href="adt200a135gspec.xml">
</RCCImplementation>

$ more adt200a135gspec.xml
 
<ComponentSpec Name="ADT200A">
    <Properties>
        <Property Name="num_tx" Type="int" />
        <Property Name="num_rx" Type="int" />
    </Properties>
    <DataInterfaceSpec Name="FRA" Producer="true">
        <Protocol> 
            <Operation Name=”SET_FRA”>
                <Argument Name=”F” Type=”String” StringLength="20" />
            </Operation>
            <Operation Name=”GET_FRA”>
                <Argument Name=”F” Type=”String” StringLength="20" />
            </Operation>
        </Protocol> 
    </DataInterfaceSpec>
</ComponentSpec>

I get a very disappointing segmentation fault from make... What am I doing 
wrong ? Thanks for any help.

Regards,

  Frank

 
_______________________________________________
opencpi_dev mailing list
[email protected]
http://lists.opencpi.org/listinfo.cgi/opencpi_dev-opencpi.org

Reply via email to