Forum Discussion
Altera_Forum
Honored Contributor
12 years agoCode size / Due to STL?
Hello, I recently started with the NIOS II. I started from the 'small C hello world' example and simply added C++ support. Now, when I want to use a vector<int> for instance, the code instan...
Altera_Forum
Honored Contributor
12 years agoDoesn't surprise me, push_back() isn't trivial.
If you want small code avoid ALL library calls, you really need to write assembler in C.