Hi all.. I'll get right to the point, i'm trying to compile (under Cygwin, with the arm-elf-gcc compiler) an application for use on a device with Busybox linux embedded into it! So far everything I am compiling is coming out as a Windows exe which obviously won't work under a nix environment/s!@#$%^&*, I am using the "--target, "--host", and "--build" params (with the required architecture of "arm-elf") on "./configure" and "make" makefile commands, but to no avail. If anyone knows any good tutorials or has had some experience in compiling for odd architectures, please let me know! Thanks in advance..