Forum Discussion
Altera_Forum
Honored Contributor
12 years agointegrating c++ files into NIOS II
Hello! I would like to know if there is the possibility to add C++ files into a NIOS II C project and how I could do that, because the information I have seen so far is not that clear. BTW...
Altera_Forum
Honored Contributor
12 years agoWhile a small subset of C++ might be useful in an embedded system (simple inheritace), but the sheer amount of code generated for templates, exceptions and stream io will cause issues, never mind problems with heap space.
Rather like the fact that you CAN run linux on the nios (with external DDR memory), doesn't necessarily mean that it is a good idea to do so - unless your processing requirements are limited and you have fpga resources going to waste. (Someone will probably shout me down on that one!)