Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe error means that some part of your code doesn't fit in the memory you are mapping it to. Whereas the small C library fit.
Check the linker description file and find where all code sections are supposed to be. And if there is any reference to onchip memory. if you don't use ldf, check in the system library properties. I don't know the inner workings of the normal C library, but this could also indicate that it contains a function or variable that requires onchip memory; or, conversely, that can't reside on sram, although this is very strange. Regards Cris