This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 4.3 target deprecation proposals


> I've tried.  The problem is communication between the DOS system (or
> emulator) and the host system.  DOS isn't kind to networking,
> semaphores, or anything else that hints at multiprocessing.

If you're trying to at least test code generation, etc., you could treat
the DOS system like a basic target board and cross-compile tests and
transfer them over a serial line to execute them.  That's the way it was
done in the bad old days.

However, it's just occurred to me that you are probably wanting to test
djgpp as a native compiler.  Yeah?

Ben



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]