You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation errors on erpc_arbitrated_client_deinit()\erpc_client_deinit()\erpc_server_deinit(). All 3 have simular failure cause
Generated file that has a structure with a string field. The read function fails compilatoin because of call to erpc_malloc(). That is since the include of "erpc_port.h" is under #if ERPC_ALLOCATION_POLICY == ERPC_ALLOCATION_POLICY_DYNAMIC
Which was generated from the following struct (This from the IDL) that is later used as input argument:
...