make & nmake, cl & gcc
I'm required to write an app that can compile on both Windows (cl/
nmake) & Linux (gcc/make) targets, so I was wondering whether anyone
has any guidelines on how to do it properly.
Even pointing me to existing projects on the net would be very
helpful.
Thanks in advance
Chris
.
Relevant Pages
- Re: make & nmake, cl & gcc
... nmake) & Linux (gcc/make) targets, so I was wondering whether anyone ... has any guidelines on how to do it properly. ... Even pointing me to existing projects on the net would be very ... (comp.lang.c) - Re: make & nmake, cl & gcc
... nmake) & Linux (gcc/make) targets, so I was wondering whether anyone ... has any guidelines on how to do it properly. ... Try a tool for cross-platform builds, ... (comp.lang.c) - Re: make & nmake, cl & gcc
... make Makefile's for the respective targets. ... OS dependent parts following a hopefully uniform interface. ... advice is to avoid relying too heavily on libraries, ... popular on linux. ... (comp.lang.c) - Re: What is your development setup on Linux (or equiv)?
... thinking mostly of 32-bit targets I don't have anything particular in ... though I do have s small ARM SBC I'd like to play with (too ... I'd also like to try cross-developing (on Linux) ... When building GCC cross toolchains for "bare metal" ... (comp.arch.embedded) - Re: Sources for a Forth compiler targeting the 16F628?
... Mac A. Cody wrote: ... > I'm looking for sources for a Forth compiler that targets the ... > 16F628, preferably running on Linux? ... > obtained the Mary distribution file from the website, ... (comp.lang.forth) |
|