Forum Discussion
Altera_Forum
Honored Contributor
11 years agoSounds like you have initialisation data for disjoint memory areas.
look at the output of 'objdump -h' and 'objdump -p' - these should tell you which memory areas are being initialsed. At a guess you are trying to place code at the reset vector location.