X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Wiktor S. (wswiktorSP AT Mpoczta DOT fm) [via djgpp AT delorie DOT com]" Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp to Linux ARM cross binutils Date: Sun, 27 Sep 2015 22:18:16 +0200 Organization: INTERIA.PL S.A. Lines: 19 Message-ID: References: <5607D4C3 DOT 4040800 AT gmx DOT de> <4b10ba83-055b-4ff9-bdd1-81b37c9aee36 AT googlegroups DOT com> <56083B83 DOT 6040707 AT iki DOT fi> NNTP-Posting-Host: user-46-112-230-70.play-internet.pl Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=response Content-Transfer-Encoding: 7bit X-Trace: usenet.news.interia.pl 1443385098 22935 46.112.230.70 (27 Sep 2015 20:18:18 GMT) X-Complaints-To: usenet AT firma DOT interia DOT pl NNTP-Posting-Date: Sun, 27 Sep 2015 20:18:18 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Bytes: 1725 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > ./binutils-2.25.1/configure --build=i686-linux-gnu > --host=i586-pc-msdosdjgpp --target=arm-none-eabi > It seems that all builds OK execpt readelf.exe (linker fails to find > mbrtowc) OK, I'll try tomorrow. I understand you are cross-building from Linux? I have tried on Windows XP with --target=arm-linux-gnueabihf which builds fine (including readelf.exe) but the resulting as.exe generates object files that ld.exe cannot recognize ("file format not recognized"). Obviously, this scenario was never tested... -- Wiktor S.