GIrip
New Contributor
3 years agoInternal compiler error - Moving from Nios II SBT 15.1 to 18.1
I have tried to port one of my projects to Nios II SBT 18.1 (working on 15.1). Sadly I got an internal compiler error:
internal compiler error: in gt_ggc_m_S, at ggc-page.c:1483
Code causing the error in Nios II SBT 18.1 is the following:
constexpr Subindex() : mValue{0} {}
You can find attached a picture with the reported message and related code.
I tried to increase constexpr-depth parameter, but it did not help to solve.
Aside moving to Nios II SBT 19.1, is there any possible solution to this issue? Any other suggestion?