I'm currently attempting to compile a Modelica program in Dymola. I have been running into issues which says the compiler is out of heap space (fatal error C1060), the total size of array must not exceed 0x7fffffff bytes (error C2148) and warning C4307: '*': signed integral constant overflow.
I've tried setting the compiler flag to /Zm in order to increase the allocation of memory upon compile, as well as setting Advanced.CompileWith64=2. So far I have had no success in compiling my program, any suggestions would be appreciated.
Here are some websites I've visited that might help:
https://www.claytex.com/blog/dymola-compilation-process/?fbclid=IwAR2_GM6Hrj
To me there are two likely explanations:
User contributions licensed under CC BY-SA 3.0