Bajan Posted August 6, 2007 Report Posted August 6, 2007 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.. Webmaster for a few sites..
Smong Posted August 11, 2007 Report Posted August 11, 2007 Are the build scripts actually using the arm-elf compiler or the standard gcc one?
Recommended Posts