* [Buildroot] buildroot stops at pango compilation [not found] <CAC=eiqyR36E133EnLBVZNFWsHzx7ayg0Z=4rq2LWOpYE4xTaMw@mail.gmail.com> @ 2011-11-06 13:20 ` Daniel Potapov 2011-11-06 13:38 ` Thomas Petazzoni 0 siblings, 1 reply; 8+ messages in thread From: Daniel Potapov @ 2011-11-06 13:20 UTC (permalink / raw) To: buildroot Hello, I'm trying to compile stable version buildroot 2011.08 with libgtk support, but it stops at pango compilation (I've attached output) with a lot of such messages: In file included from hb-open-file-private.hh:30, ? ? ? ? ? ? ? ? ?from hb-font.cc:31: hb-open-type-private.hh:380: error: size of array '_static_assert_on_line_380_failed' is negative hb-open-type-private.hh:381: error: size of array '_static_assert_on_line_381_failed' is negative hb-open-type-private.hh:454: error: size of array '_static_assert_on_line_454_failed' is negative In file included from hb-font.cc:31: hb-open-type-private.hh: In instantiation of 'Null<OffsetTable>': hb-open-file-private.hh:71: ? instantiated from here hb-open-type-private.hh:70: error: creating array with negative size ('-0x000000001') hb-open-file-private.hh:129: error: size of array '_static_assert_on_line_129_failed' is negative Could you please help me with that? Thanks in advance. -- Best regards, Daniel -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: buildroot_output.txt URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20111106/be5cab3e/attachment.txt> ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] buildroot stops at pango compilation 2011-11-06 13:20 ` [Buildroot] buildroot stops at pango compilation Daniel Potapov @ 2011-11-06 13:38 ` Thomas Petazzoni [not found] ` <CAC=eiqwhb=ZknTvjhHPquZ-hhtf6u50vNYn6Nc_EPp-ydMtCkQ@mail.gmail.com> 0 siblings, 1 reply; 8+ messages in thread From: Thomas Petazzoni @ 2011-11-06 13:38 UTC (permalink / raw) To: buildroot Le Sun, 6 Nov 2011 20:20:11 +0700, Daniel Potapov <yeso@bk.ru> a ?crit : > I'm trying to compile stable version buildroot 2011.08 with libgtk > support, but it stops at pango compilation (I've attached output) with > a lot of such messages: Can you please post your Buildroot .config, and also remove the /usr/local/arm_linux_4.2/bin directory from your PATH in order to make sure the cross-compiler installed here does not conflict with the one Buildroot has generated ? Could you also give some details on what your distribution is (and which version) ? Thanks, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <CAC=eiqwhb=ZknTvjhHPquZ-hhtf6u50vNYn6Nc_EPp-ydMtCkQ@mail.gmail.com>]
* [Buildroot] buildroot stops at pango compilation [not found] ` <CAC=eiqwhb=ZknTvjhHPquZ-hhtf6u50vNYn6Nc_EPp-ydMtCkQ@mail.gmail.com> @ 2011-11-06 15:26 ` Thomas Petazzoni 2011-11-06 15:52 ` Daniel Potapov 0 siblings, 1 reply; 8+ messages in thread From: Thomas Petazzoni @ 2011-11-06 15:26 UTC (permalink / raw) To: buildroot Hello, Please do not reply to me directly, but to the list instead. Thanks! Le Sun, 6 Nov 2011 20:49:59 +0700, Daniel Potapov <yeso@bk.ru> a ?crit : > I removed /usr/local/arm_linux_4.2/bin from PATH and got the same > results :( My buildroot config in attachments. I'm using Debian 5.0. > > When I compile minimal buildroot configuration (without X server, gtk > libraries and other) - everything works fine on my target ARM device. Your config uses the ARM OABI, can you try with ARM EABI, which is the standard these days ? Regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] buildroot stops at pango compilation 2011-11-06 15:26 ` Thomas Petazzoni @ 2011-11-06 15:52 ` Daniel Potapov 2011-11-06 16:02 ` Michael S. Zick 2011-11-06 16:06 ` Thomas Petazzoni 0 siblings, 2 replies; 8+ messages in thread From: Daniel Potapov @ 2011-11-06 15:52 UTC (permalink / raw) To: buildroot On Sun, Nov 6, 2011 at 10:26 PM, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 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 ? -- Best regards, Daniel ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] buildroot stops at pango compilation 2011-11-06 15:52 ` Daniel Potapov @ 2011-11-06 16:02 ` Michael S. Zick 2011-11-06 16:06 ` Thomas Petazzoni 1 sibling, 0 replies; 8+ messages in thread From: Michael S. Zick @ 2011-11-06 16:02 UTC (permalink / raw) To: buildroot On Sun November 6 2011, Daniel Potapov wrote: > On Sun, Nov 6, 2011 at 10:26 PM, Thomas Petazzoni > <thomas.petazzoni@free-electrons.com> 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] buildroot stops at pango compilation 2011-11-06 15:52 ` Daniel Potapov 2011-11-06 16:02 ` Michael S. Zick @ 2011-11-06 16:06 ` Thomas Petazzoni 2011-11-06 16:09 ` Daniel Potapov 1 sibling, 1 reply; 8+ messages in thread From: Thomas Petazzoni @ 2011-11-06 16:06 UTC (permalink / raw) To: buildroot Le Sun, 6 Nov 2011 22:52:14 +0700, Daniel Potapov <yeso@bk.ru> a ?crit : > 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 generates it. Please do "make clean; make" to rebuild from scratch. EABI vs. OABI is a global toolchain option, so you need to rebuild everything. Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] buildroot stops at pango compilation 2011-11-06 16:06 ` Thomas Petazzoni @ 2011-11-06 16:09 ` Daniel Potapov 2011-11-07 7:32 ` Daniel Potapov 0 siblings, 1 reply; 8+ messages in thread From: Daniel Potapov @ 2011-11-06 16:09 UTC (permalink / raw) To: buildroot > Buildroot generates it. Please do "make clean; make" to rebuild from > scratch. EABI vs. OABI is a global toolchain option, so you need to > rebuild everything. Thank you, I'll try! -- Best regards, Daniel ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] buildroot stops at pango compilation 2011-11-06 16:09 ` Daniel Potapov @ 2011-11-07 7:32 ` Daniel Potapov 0 siblings, 0 replies; 8+ messages in thread From: Daniel Potapov @ 2011-11-07 7:32 UTC (permalink / raw) To: buildroot On Sun, Nov 6, 2011 at 11:09 PM, Daniel Potapov <yeso@bk.ru> wrote: >> Buildroot generates it. Please do "make clean; make" to rebuild from >> scratch. EABI vs. OABI is a global toolchain option, so you need to >> rebuild everything. > > Thank you, I'll try! > My problem is solved after rebuilding with EABI ! Thanks a lot for help! -- Best regards, Daniel ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-11-07 7:32 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAC=eiqyR36E133EnLBVZNFWsHzx7ayg0Z=4rq2LWOpYE4xTaMw@mail.gmail.com>
2011-11-06 13:20 ` [Buildroot] buildroot stops at pango compilation Daniel Potapov
2011-11-06 13:38 ` Thomas Petazzoni
[not found] ` <CAC=eiqwhb=ZknTvjhHPquZ-hhtf6u50vNYn6Nc_EPp-ydMtCkQ@mail.gmail.com>
2011-11-06 15:26 ` Thomas Petazzoni
2011-11-06 15:52 ` Daniel Potapov
2011-11-06 16:02 ` Michael S. Zick
2011-11-06 16:06 ` Thomas Petazzoni
2011-11-06 16:09 ` Daniel Potapov
2011-11-07 7:32 ` Daniel Potapov
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox