Forum Discussion
Altera_Forum
Honored Contributor
20 years agonios2-elf-objcopy BUG??
we are using nios2-elf-objcopy.exe to produce hex file after building a project. in ihex file 03 record, that points to program entry point, should be MSB. for example we are have 0x00020000 as ...
Altera_Forum
Honored Contributor
20 years agohello,
thanks a lot for explain. so, in other words, to get linear address we are should do following calculations: :04000003XXXXYYYY (XXXX<<4) + YYYY is it correct? but it's funny, why objcopy sometimes generates records 05 and sometimes 03?