* [Buildroot] A new QTOPIA error @ 2009-04-14 19:44 Luciano Greiner 2009-04-16 20:02 ` Luciano Greiner 0 siblings, 1 reply; 6+ messages in thread From: Luciano Greiner @ 2009-04-14 19:44 UTC (permalink / raw) To: buildroot Hi. I installed a new basic debian host system to QTOPIA4. I've got no more g++ not found errors, but compilation fails with: compiling io/qabstractfileengine.cpp moc io/qbuffer.h /bin/sh: /root/buildroot/build_i386/qt-embedded-linux-opensource-src-4.5.0/bin/moc: No such file or directory make[2]: *** [.moc/release-shared-emb-x86/moc_qbuffer.cpp] Error 127 make[2]: Leaving directory `/root/buildroot/build_i386/qt-embedded-linux-opensource-src-4.5.0/src/corelib' make[1]: *** [sub-corelib-make_default-ordered] Error 2 make[1]: Leaving directory `/root/buildroot/build_i386/qt-embedded-linux-opensource-src-4.5.0' make: *** [/root/buildroot/build_i386/qt-embedded-linux-opensource-src-4.5.0/.compiled] Error 2 Does anyone know what may be happening here? Thanks Luciano Greiner ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] A new QTOPIA error 2009-04-14 19:44 [Buildroot] A new QTOPIA error Luciano Greiner @ 2009-04-16 20:02 ` Luciano Greiner 2009-04-16 23:02 ` Thiago A. Corrêa 0 siblings, 1 reply; 6+ messages in thread From: Luciano Greiner @ 2009-04-16 20:02 UTC (permalink / raw) To: buildroot Nobody but me with QTOPIA compilation errors? I tryed to change host 3 times, and the same happens. Thanks Luciano Greiner On Tue, Apr 14, 2009 at 4:44 PM, Luciano Greiner <luciano.greiner@gmail.com> wrote: > Hi. I installed a new basic debian host system to QTOPIA4. I've got no > more g++ not found errors, but compilation fails with: > > compiling io/qabstractfileengine.cpp > moc io/qbuffer.h > /bin/sh: /root/buildroot/build_i386/qt-embedded-linux-opensource-src-4.5.0/bin/moc: > No such file or directory > make[2]: *** [.moc/release-shared-emb-x86/moc_qbuffer.cpp] Error 127 > make[2]: Leaving directory > `/root/buildroot/build_i386/qt-embedded-linux-opensource-src-4.5.0/src/corelib' > make[1]: *** [sub-corelib-make_default-ordered] Error 2 > make[1]: Leaving directory > `/root/buildroot/build_i386/qt-embedded-linux-opensource-src-4.5.0' > make: *** [/root/buildroot/build_i386/qt-embedded-linux-opensource-src-4.5.0/.compiled] > Error 2 > > Does anyone know what may be happening here? > > Thanks > > Luciano Greiner > ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] A new QTOPIA error 2009-04-16 20:02 ` Luciano Greiner @ 2009-04-16 23:02 ` Thiago A. Corrêa 2009-04-17 0:03 ` Luciano Greiner 0 siblings, 1 reply; 6+ messages in thread From: Thiago A. Corrêa @ 2009-04-16 23:02 UTC (permalink / raw) To: buildroot Hi, On Thu, Apr 16, 2009 at 5:02 PM, Luciano Greiner <luciano.greiner@gmail.com> wrote: > Nobody but me with QTOPIA compilation errors? I tryed to change host 3 > times, and the same happens. > I'm sorry to say, but I guess yeah. It builds and works quite nicely on AVR32 target, built from a Gentoo host. The only part that I know isn't working is xmlpatterns module because it crashes the AVR32 toolchain, but that's a problem with Atmel's patches, plus, it's not even enabled by default. If you could post your .config, I can give it a try here. Kind Regards, Thiago A. Correa ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] A new QTOPIA error 2009-04-16 23:02 ` Thiago A. Corrêa @ 2009-04-17 0:03 ` Luciano Greiner 2009-04-17 0:18 ` Thiago A. Corrêa 0 siblings, 1 reply; 6+ messages in thread From: Luciano Greiner @ 2009-04-17 0:03 UTC (permalink / raw) To: buildroot Are you building 4.5.0 version yet? Thanks 2009/4/16 Thiago A. Corr?a <thiago.correa@gmail.com>: > Hi, > > > On Thu, Apr 16, 2009 at 5:02 PM, Luciano Greiner > <luciano.greiner@gmail.com> wrote: >> Nobody but me with QTOPIA compilation errors? I tryed to change host 3 >> times, and the same happens. >> > > ? I'm sorry to say, but I guess yeah. It builds and works quite > nicely on AVR32 target, built from a Gentoo host. The only part that I > know isn't working is xmlpatterns module because it crashes the AVR32 > toolchain, but that's a problem with Atmel's patches, plus, it's not > even enabled by default. > > ?If you could post your .config, I can give it a try here. > > Kind Regards, > ? Thiago A. Correa > -- Luciano Greiner ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] A new QTOPIA error 2009-04-17 0:03 ` Luciano Greiner @ 2009-04-17 0:18 ` Thiago A. Corrêa 2009-04-17 5:22 ` Peter Korsgaard 0 siblings, 1 reply; 6+ messages in thread From: Thiago A. Corrêa @ 2009-04-17 0:18 UTC (permalink / raw) To: buildroot Yes, I did the commit for the 4.4.3 update :) The LGPL license new in 4.5.0 probably is what will enable most people to use Qt Embedded. Btw, Peter probably also has Qt 4.5.0 working as well (he uses x86 and ARM AFAIK), since he updated the sed part of the makefiles after the 4.5.0 change. BR, Thiago A. Correa On Thu, Apr 16, 2009 at 9:03 PM, Luciano Greiner <luciano.greiner@gmail.com> wrote: > Are you building 4.5.0 version yet? > > Thanks > > 2009/4/16 Thiago A. Corr?a <thiago.correa@gmail.com>: >> Hi, >> >> >> On Thu, Apr 16, 2009 at 5:02 PM, Luciano Greiner >> <luciano.greiner@gmail.com> wrote: >>> Nobody but me with QTOPIA compilation errors? I tryed to change host 3 >>> times, and the same happens. >>> >> >> ? I'm sorry to say, but I guess yeah. It builds and works quite >> nicely on AVR32 target, built from a Gentoo host. The only part that I >> know isn't working is xmlpatterns module because it crashes the AVR32 >> toolchain, but that's a problem with Atmel's patches, plus, it's not >> even enabled by default. >> >> ?If you could post your .config, I can give it a try here. >> >> Kind Regards, >> ? Thiago A. Correa >> > > > > -- > Luciano Greiner > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot > ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] A new QTOPIA error 2009-04-17 0:18 ` Thiago A. Corrêa @ 2009-04-17 5:22 ` Peter Korsgaard 0 siblings, 0 replies; 6+ messages in thread From: Peter Korsgaard @ 2009-04-17 5:22 UTC (permalink / raw) To: buildroot >>>>> "Thiago" == Thiago A Corr?a <thiago.correa@gmail.com> writes: Thiago> Yes, I did the commit for the 4.4.3 update :) The LGPL Thiago> license new in 4.5.0 probably is what will enable most people Thiago> to use Qt Embedded. Btw, Peter probably also has Qt 4.5.0 Thiago> working as well (he uses x86 and ARM AFAIK), since he updated Thiago> the sed part of the makefiles after the 4.5.0 change. Powerpc mainly, but yes - It works for me. I don't normally use it, but a friend of mine wanted to evaluate it for a project, so I checked it and fixed ppc compilation. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-04-17 5:22 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-04-14 19:44 [Buildroot] A new QTOPIA error Luciano Greiner 2009-04-16 20:02 ` Luciano Greiner 2009-04-16 23:02 ` Thiago A. Corrêa 2009-04-17 0:03 ` Luciano Greiner 2009-04-17 0:18 ` Thiago A. Corrêa 2009-04-17 5:22 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox