Thanks Rudolf,
the errors I get when building (when no lib is created) are mentioned
in my first posting. I'm not sure, but those errors shouldn't exist in
the first place, or not?
It's not creating the EtherApp_m.h but EtherApp.msg is there. What
would you suggest to do?
Best regards,
Michael
**** Build of configuration gcc-debug for project inet ****
make MODE=debug CONFIGNAME=gcc-debug all
cd src && make
/* made it shorter */
applications/ethernet/EtherAppCli.cc:24:24: error: EtherApp_m.h: No
such file or directory
applications/ethernet/EtherAppCli.cc:25:27: error: Ieee802Ctrl_m.h: No
such file or directory
applications/ethernet/EtherAppCli.cc: In member function 'virtual void
EtherAppCli::initialize(int)':
applications/ethernet/EtherAppCli.cc:52: error: 'ETHERAPP_CLI_SAP' was
not declared in this scope
applications/ethernet/EtherAppCli.cc:53: error: 'ETHERAPP_SRV_SAP' was
not declared in this scope
applications/ethernet/EtherAppCli.cc: In member function 'virtual void
EtherAppCli::registerDSAP(int)':
applications/ethernet/EtherAppCli.cc:127: error: 'Ieee802Ctrl' was not
declared in this scope
applications/ethernet/EtherAppCli.cc:127: error: 'etherctrl' was not
declared in this scope
applications/ethernet/EtherAppCli.cc:127: error: expected type-
specifier before 'Ieee802Ctrl'
applications/ethernet/EtherAppCli.cc:127: error: expected `;' before
'Ieee802Ctrl'
applications/ethernet/EtherAppCli.cc:129: error:
'IEEE802CTRL_REGISTER_DSAP' was not declared in this scope
applications/ethernet/EtherAppCli.cc: In member function 'virtual void
EtherAppCli::sendPacket()':
applications/ethernet/EtherAppCli.cc:143: error: 'EtherAppReq' was not
declared in this scope
applications/ethernet/EtherAppCli.cc:143: error: 'datapacket' was not
declared in this scope
applications/ethernet/EtherAppCli.cc:143: error: expected type-
specifier before 'EtherAppReq'
applications/ethernet/EtherAppCli.cc:143: error: expected `;' before
'EtherAppReq'
applications/ethernet/EtherAppCli.cc:153: error: 'Ieee802Ctrl' was not
declared in this scope
applications/ethernet/EtherAppCli.cc:153: error: 'etherctrl' was not
declared in this scope
applications/ethernet/EtherAppCli.cc:153: error: expected type-
specifier before 'Ieee802Ctrl'
applications/ethernet/EtherAppCli.cc:153: error: expected `;' before
'Ieee802Ctrl'
make[1]: *** [../out/gcc-debug/src/applications/ethernet/
EtherAppCli.o] Error 1
make: *** [all] Error 2
**** Build Finished ****