Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSSRAM verify error
Good afternoon, I have a problem with a property own board. I use the same SSRAM and conection than NIOS II cyclone II board, then it must be going, but the problem is that when I try to download ...
Altera_Forum
Honored Contributor
16 years ago'objdump -p' will give the list of the data areas (as used by the program loader) within the elf image, together with their addresses, sizes and offsets into the elf file itself.
That should be enough. The actual structures to get the program headers are relatively easy - they are designed for small loaders to use, and are defined in elf.h. Since the elf definition is largely architecture independant you can get that file from anywhere.