From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael S. Zick Date: Sun, 6 Nov 2011 10:02:04 -0600 Subject: [Buildroot] buildroot stops at pango compilation In-Reply-To: References: <20111106162606.491d895c@skate> Message-ID: <201111061002.06143.minimod@morethan.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Sun November 6 2011, Daniel Potapov wrote: > On Sun, Nov 6, 2011 at 10:26 PM, Thomas Petazzoni > wrote: > > Hello, > > > > Please do not reply to me directly, but to the list instead. Thanks! > > Yep! Sorry, I forogot it... > > > Your config uses the ARM OABI, can you try with ARM EABI, which is the > > standard these days ? > > > > Ok, I've checked EABI in buildroot config and uclibc, but compilation > fails with messages: > make: /home/user/buildroot/buildroot-2011.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc: > Command not found > make: *** [/home/user/buildroot/buildroot-2011.08/output/toolchain/uClibc-0.9.32/.configured] > Error 127 > > where I can get arm-unknown-linux-uclibcgnueabi-gcc ? > > Buildroot should have built it for you. Did you do a 'make clean' ? Mike