From mboxrd@z Thu Jan 1 00:00:00 1970 From: MikeW Date: Wed, 29 Nov 2006 14:58:34 +0000 (UTC) Subject: [Buildroot] =?utf-8?q?=27ld=27_gives_=22unrecognised_emulation_mo?= =?utf-8?q?de=22_-_ARM=09toolchain_unbuildable_=3F=3F?= References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Michael K. Edwards writes: > > Did I say armelf-linux-eabi? Silly me. What's working for me (with > glibc and crosstool) is armelf-linux-gnueabi. I'm almost done > scrubbing cross-configure problems out of my ptxdist userland and will > start banging on uClibc/buildroot today; I'll let you know what I > find. > > Cheers, > - Michael > Even that gets rejected as being 'armelf_linux', not 'armelf_linux_eabi'. Looks to me as if there's a regexp somewhere picking out the subcomponents of the string, and it's somehow not getting the final '_eabi' section. But where ... crosstool ? Regards, MikeW