Forum Discussion
Altera_Forum
Honored Contributor
21 years agoThe 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