-
Notifications
You must be signed in to change notification settings - Fork 214
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
How to generate only C code for erpc file #400
Comments
Hi eRPC user. Thank you for your interest and welcome. We hope you will enjoy this framework well. |
Hi @pioneerAlone , all these files are necessary for running C erpc functions. Implementation is in C++. C generated files contains C wrapper functions which are calling C++ functions inside. |
Got ot,
|
Hello , Thanks,
|
I see, it is possible there is an issue within configuration Anyway sounds like a bug to me. I will take a look on that. |
I resolved it with the code below, It seems that I should disable or enable when compiling the library?
|
I am using erpc 1.12 version, but when using erpcgen to generate code, no matter whether "-g c" is specified or not, it always generates the code as shown below. I want to know what codes I need if I only use C, or all of them It is a must, I checked the guide on the wiki, they seem to have not been updated for a long time, which is not very friendly to newbies
The text was updated successfully, but these errors were encountered: