Issue Details
I have installed GCC, the GNU Compiler Collection, via the opkg feeds available on an NI LinuxRT device. I am trying to compile user-code on the NI Linux RT target with GCC. When building a large or complex model, I receive the following error message from GCC:
g++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
Why does this error appear?