Forum Discussion
Altera_Forum
Honored Contributor
10 years agoERROR while debug eclipse
hi everyone, i'm trying to print hello world on the lcd, the board is DE2, the compilation in quartos is succeed also the programmer, now i'm trying to build the project in Eclipse but it's fail...
Altera_Forum
Honored Contributor
10 years agosection `.text' will not fit in region - This indicates that your code is too big to fit in memory. Since it is on-chip ram, you are probably using the full C library that won't fit. You need to check the project options box to use the smaller C library. I don't remember the exact wording. You also need to delete the Debug and Release directories so the makefile will be regenerated. An ordinary clean won't do that.