-
Notifications
You must be signed in to change notification settings - Fork 114
Description
In https://github.com/COVESA/capicxx-core-tools/wiki/Addresstranslation
<.>/project$ cgen/commonapi_dbus_generator/commonapi-dbus-generator-linux-x86 --dest-common ./src-gen/dbus/common --dest-proxy ./src-gen/dbus/proxy --dest-stub ./src-gen/dbus/stub ./fidl/HelloWorld.fidl
This command may be Incorrect. According to "For that we look into the src-gen folder with the generated files and open the file HelloWorldDBusProxy.cpp. It should look like:....", and the context, I think this command line should be look like:
<.>/project$ cgen/commonapi_dbus_generator/commonapi-dbus-generator-linux-x86 --dest-common ./src-gen/dbus/common --dest-proxy ./src-gen/dbus/proxy --dest-stub ./src-gen/dbus/stub ./fidl/HelloWorld-DBus.fdepl
If this minor mistake does exist instead of my misunderstanding, then maybe same mistake in https://github.com/COVESA/capicxx-core-tools/wiki/Loading-Bindings-And-Libraries