> 2.is this the case of cross-compilation?
> means does it require cross-compiler like xpp-elf-gcc(not implemented
> yet)to build the tool( GNU make) for specified target.
You can't compile things with a compiler that doesn't exist...
So either you need to build GNU make using your target's nat
Hi all!
I'm sorry if this question is totally irrelevent, but I felt that I may get
some help from you all, so I asking this.
I have to build GNU make tool for the target "xpp-elf" under cygwin.
my host is i686-pc-cygwin and target is xpp-elf.
1.What specific changes (with respect to the target