-
Notifications
You must be signed in to change notification settings - Fork 557
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
Cannot compile RRC generated files on VC++ #49
Comments
Currently there is no work-around. |
I replaced Now I have reached a point in which I am getting C1046: compiler limit : struct nested too deeply error (e.g. on this file) since (as the error says) some structures are too nested and I am not sure if it can be solved. There is |
@brchiu Thanks. I Will give it a try and let you know |
@nickaein, Many thanks for your feedback. Today @mdrenwick feedback to me in #95 that my original pull request not work for R12 RRC ASN.1 file. I have already made this change in my modified pull request. For your reference. |
Hi,
The generated code for 3GPP RRC compiles on linux (gcc), but I fails to compile. The problem is with the
A_SET_OF
macro, apparently, which defines afree
function that has a structure definition as the parameter. Here is more info about the problem: http://stackoverflow.com/questions/26207145As the documentation of asn1c says with minor teaks it possible to compile the generated on VC++, I wanted to ask if there is workaround to this issue.
The text was updated successfully, but these errors were encountered: