Mail Archives: djgpp/1994/12/05/15:35:41
>
> Does ELF format for compiler output mean that we'd be able to compile
> on Linux and run on DOS? That would be a most excellent improvement.
> If we'd be able to compile on DOS and run on Linux, that too would be
> a bonus. What about iBCS?
The idea is to be able to use djgpp and/or linux NATIVE compilers and
linkers instead of cross-cc/ld. You'll still need to use the right
headers and libraries for the target systems, but it means that any
work on linux or djgpp will benefit the other.
The final binaries will NOT be able to run on either platform, since
the system libraries you link in will be different. However, the
compiler and linker (and other utilities) that you use for native vs
cross-compiling will be the same on a given platform, since the object
and executable file *formats* will be the same.
DJ
- Raw text -