Quote Originally Posted by Almindor
Just a tought here, but perhaps you guys should set up a CVS or atleast FTP repository for you FPC - GBA modified files so you can work together and see progress without this forums overhead.
Almindor: don't. Simply zip etc.
All that overhead of side projects only keeps time away of actual work.

How to create crt0.s; two possibilities:

- compile from source, but with -S (prefered)
- objdump an existing one.

Best is to do the first, and then crossref that with the objdump to find stuff like ELF identifiers, sections etc.