Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNios II System download problem!
Hello everyone! I'm new to Altera's FPGAs and Nios soft cpu! I got a DE2 board a few days ago from my university and I'm playing around with it to get to know it better! It has a Cyclon II devi...
Altera_Forum
Honored Contributor
16 years agoIt looks to me as though the 'linker script' being used isn't assigning all the program sections in the object files to appropriate addresses.
In addition the build system is including large tracts of code from libc that you just don't need for simple embedded code blocks. However the address overlaps you are seeing look like they are due to several object sections being given the same base address, not running off the end of the available memory area.