Altera_Forum
Honored Contributor
15 years agoSoftware size is too big
Hello guys, i've tried small C lib, reduced device drivers and everything else but nothing works..
I am using Quartus V10.0SP1 and NIOSEDS V10.0SP1, A hello word simple program with a printf takes 4k of onchip mem... that's impossible right? I must be doing something wrong. It's the hello word example when creating a new project# include <stdio.h>
int main()
{
printf(" Hello world!");
return 0;
} It always overlap the sections .rwdata, heap and others.. Even if my onchipmemory is 10K Bytes.