-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no matching function for call to 'CommonAPI::SomeIP::InputStream::readValue' #21
Comments
@ lutzbichler @dhuss Could u help me to solve this error? |
Hi, have you solved this error? |
No, I have no idea about it now. |
Seems like the same one in #10. We've got a work around but (still) no solution yet. |
Thanks! I will try it. |
@blueye Hi, I've made some modification in COVESA/capicxx-someip-runtime#22 to solve this issue, please have a try |
I use the newest CommonAPI and SOME/IP runtime and tools. When build my fidl and fdepl, build errors occur if using SOME/IP. The same fidl run ok if using Dbus.
build errors:
/data/code/hello-someip/src-gen/v1/hello/HelloSenderSomeIPStubAdapter.cpp:53:1: required from here /data/code/capicxx-core-runtime/include/CommonAPI/InputStream.hpp:117:46: error: no matching function for call to 'CommonAPI::SomeIP::InputStream::readValue(std::vector<v1::hello::Messages::Position>&, const CommonAPI::EmptyDeployment*&)' return get()->readValue(_value, _depl);
fidl:
fdepl:
The text was updated successfully, but these errors were encountered: