Closed shivamkumar123 closed 2 months ago
hi there, the error was introduced on a recent PR (https://github.com/COVESA/vsomeip/pull/727) and was identified internally. The correction will be introduced. The fix was to change const uint16_t its_data_size
to uint16_t its_data_size
@shivamkumar123 could you try this? thanks
vSomeip Version
5b4d2a64f11e23240728a7722dc6ac37a07b0752
Boost Version
1.71
Environment
Android 14
Describe the bug
Compilation issue while building the code on Android 14 with Flag -DUSE_DLT Enabled:
external/fev/vsomeip/implementation/tracing/src/connector_impl.cpp:279:35: error: cannot assign to variable 'its_data_size' with const-qualified type 'const uint16_t' (aka 'const unsigned short') its_data_size = VSOMEIP_FULL_HEADER_SIZE;