configuring buildroot for ARM using Cygwin

Mike Frysinger vapier at gentoo.org
Thu Dec 15 15:48:22 UTC 2005


On Thu, Dec 15, 2005 at 03:14:12PM -0000, Matt Sartori wrote:
> Configured with: /home/Unknown/toolchain/build/gcc-3.3.1/configure 
> 	--target=arm-thumb-elf 
> 	--host=i686-pc-cygwin 
> 	--build=i686-pc-cygwin 
>
> Configured with:
> /cygdrive/c/tools/buildroot/toolchain_build_arm/gcc-4.0.2/configure 
> 	--prefix=/cygdrive/c/tools/buildroot/build_arm/staging_dir 
> 	--build=i386-pc-linux-gnu 
> 	--host=i386-pc-linux-gnu 
> 	--target=arm-linux-uclibc 

buildroot hardcodes the host to $ARCH-pc-linux-gnu ... shouldnt be
too hard to add an override option so people could type in their
own suffix ...

in the meantime, try editing package/Makefile.in and change the
GNU_HOST_NAME setting to:
GNU_HOST_NAME:=$(HOST_ARCH)-pc-cygwin
-mike



More information about the uClibc mailing list