Forum Discussion
Altera_Forum
Honored Contributor
9 years agoc++ class memory consumption
Hello, I am trying to code with cpp and now i started a blank project with a NIOS II/f processor, connected to 16KB onchip RAM, created with QSYS in the NIOS II IDE. I took the generated .sop...
Altera_Forum
Honored Contributor
9 years agoYou should put this option in the user flags, not the linker flags. The c++ standard option is relevant at the compile stage. The linker only links already compiled code and doesn't see any high level code.