Create object file with gcc (djgpp) with address 000000 for external function calls
I am using gcc (cross compiler djgpp from github, which is based on gcc 12.2.0) to compile my c files. Before I used an very old compiler (CC386) to compile the same files. Both just create object files which I link afterwards. I found out, that CC386 set its addresses of external functions to 0 but gcc does not.
Create objectfile with gcc (djgpp) with address 000000 for external function calls
I am using gcc (cross compiler djgpp from github, which is based on gcc 12.2.0) to compile my c files. Before I used an very old compiler (CC386) to compile the same files. Both just create object files which I link afterwards. I found out, that CC386 set its addresses of external functions to 0 but gcc does not.