Hi,
I’m upgrading the eRPC our software uses from 1.4 to 1.12, but hitting issues.
Version 1.4 used to produce 4 files,
Verison 1.12 produces more files cpp and c versions, and *_interface.h is now *_interface_common.h.
However the *_interface_comon.h doesn’t have any of the function prototypes in, just the types. The other files have them in but in the erpcShim namespace. In version 1.4 *_interface has the function prototypes in the global namespace.
Any idea on how I get erpcgen to generate the function prototypes in the global namespace?
Thanks,
Andy