Forum Discussion
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by wentao@Oct 27 2004, 02:33 PM the executable on uclinux is using a flat binary format (bflt). it is built with starting address of 0, but holds relocation information. when you run it under uclinux, the bflt loader will fulfill the relocations according to the loaded address.
for information on bflt format, please refer to bflt format (http://www.beyondlogic.org/uclinux/bflt.pdf)
regards,
wentao --- Quote End --- Great! thanks so much!