All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] qt question
@ 2012-07-11 16:07 Charles Krinke
  2012-07-11 19:40 ` Julian Lunz
  0 siblings, 1 reply; 4+ messages in thread
From: Charles Krinke @ 2012-07-11 16:07 UTC (permalink / raw)
  To: buildroot

I think I have worked out libtool issues by using the compiler that
buildroot generates, now to the next issue, which is Qt.

When I select Qt with an ARM AM3517 and do a make, I get bolloxed up
in a bunch  of command not found and qmake issues.

Can someone please suggest where I might be going awry?

Charles


Which edition of Qt do you want to use ?

Type 'c' if you want to use the Commercial Edition.
Type 'o' if you want to use the Open Source Edition.

o


You have asked to use pkg-config and are cross-compiling.
Please make sure you have a correctly set-up pkg-config
environment!


This is the Qt for Embedded Linux Open Source Edition.

You are licensed to use this software under the terms of
the Lesser GNU General Public License (LGPL) versions 2.1.
You are also licensed to use this software under the terms of
the GNU General Public License (GPL) versions 3.

Type '3' to view the GNU General Public License version 3.
Type 'L' to view the Lesser GNU General Public License version 2.1.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.

Do you accept the terms of either license? yes

Creating qmake. Please wait...
make[1]: Entering directory
`/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/qmake'
make[1]: c: Command not found
make[1]: [project.o] Error 127 (ignored)
make[1]: c: Command not found
make[1]: [property.o] Error 127 (ignored)
make[1]: c: Command not found
...
make[1]: [qnumeric.o] Error 127 (ignored)
make[1]: c: Command not found
make[1]: [qcryptographichash.o] Error 127 (ignored)
make[1]: c: Command not found
make[1]: [qxmlstream.o] Error 127 (ignored)
make[1]: [qxmlutils.o] Error 127 (ignored)
/bin/sh: o: command not found
make[1]: [/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/bin/qmake]
Error 127 (ignored)
make[1]: Leaving directory
`/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/qmake'
/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/config.tests/unix/compile.test:
line 71: /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/bin/qmake:
No such file or directory
/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/config.tests/unix/compile.test:
line 71: /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/bin/qmake:
No such file or directory
/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/config.tests/unix/compile.test:
line 71: /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/bin/qmake:
No such file or directory


-- 
Charles Krinke

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] qt question
  2012-07-11 16:07 [Buildroot] qt question Charles Krinke
@ 2012-07-11 19:40 ` Julian Lunz
  2012-07-11 20:33   ` Charles Krinke
  0 siblings, 1 reply; 4+ messages in thread
From: Julian Lunz @ 2012-07-11 19:40 UTC (permalink / raw)
  To: buildroot

Hi,

looks like your compiler is not defined, so a line like this:
$CXX -c main.cpp
with $CXX not defined would result in:
c: Command not found

Did other components build properly?

On Wed, 11 Jul 2012 09:07:26 -0700
Charles Krinke <charles.krinke@gmail.com> wrote:

> I think I have worked out libtool issues by using the compiler that
> buildroot generates, now to the next issue, which is Qt.
> 
> When I select Qt with an ARM AM3517 and do a make, I get bolloxed up
> in a bunch  of command not found and qmake issues.
> 
> Can someone please suggest where I might be going awry?
> 
> Charles
> 
> 
> Which edition of Qt do you want to use ?
> 
> Type 'c' if you want to use the Commercial Edition.
> Type 'o' if you want to use the Open Source Edition.
> 
> o
> 
> 
> You have asked to use pkg-config and are cross-compiling.
> Please make sure you have a correctly set-up pkg-config
> environment!
> 
> 
> This is the Qt for Embedded Linux Open Source Edition.
> 
> You are licensed to use this software under the terms of
> the Lesser GNU General Public License (LGPL) versions 2.1.
> You are also licensed to use this software under the terms of
> the GNU General Public License (GPL) versions 3.
> 
> Type '3' to view the GNU General Public License version 3.
> Type 'L' to view the Lesser GNU General Public License version 2.1.
> Type 'yes' to accept this license offer.
> Type 'no' to decline this license offer.
> 
> Do you accept the terms of either license? yes
> 
> Creating qmake. Please wait...
> make[1]: Entering directory
> `/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/qmake'
> make[1]: c: Command not found
> make[1]: [project.o] Error 127 (ignored)
> make[1]: c: Command not found
> make[1]: [property.o] Error 127 (ignored)
> make[1]: c: Command not found
> ...
> make[1]: [qnumeric.o] Error 127 (ignored)
> make[1]: c: Command not found
> make[1]: [qcryptographichash.o] Error 127 (ignored)
> make[1]: c: Command not found
> make[1]: [qxmlstream.o] Error 127 (ignored)
> make[1]: [qxmlutils.o] Error 127 (ignored)
> /bin/sh: o: command not found
> make[1]:
> [/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/bin/qmake]
> Error 127 (ignored) make[1]: Leaving directory
> `/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/qmake'
> /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/config.tests/unix/compile.test:
> line
> 71: /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/bin/qmake:
> No such file or
> directory /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/config.tests/unix/compile.test:
> line
> 71: /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/bin/qmake:
> No such file or
> directory /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/config.tests/unix/compile.test:
> line
> 71: /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/bin/qmake:
> No such file or directory
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] qt question
  2012-07-11 19:40 ` Julian Lunz
@ 2012-07-11 20:33   ` Charles Krinke
  2012-07-12 22:11     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Charles Krinke @ 2012-07-11 20:33 UTC (permalink / raw)
  To: buildroot

Dear Julian:

Well, I had build a complete root file system for this new arm (TI
AM3517) and booted from it. Then, I got tricky and clicked the button
for "Qt" and things went downhill from there. So, I guess I am
searching for where in the buildroot scripts things went awry. I
believe that since the rest of a modest root file system built, that
CXX was defined, but maybe not.

Charles

On Wed, Jul 11, 2012 at 12:40 PM, Julian Lunz <git@jlunz.de> wrote:
> Hi,
>
> looks like your compiler is not defined, so a line like this:
> $CXX -c main.cpp
> with $CXX not defined would result in:
> c: Command not found
>
> Did other components build properly?
>
> On Wed, 11 Jul 2012 09:07:26 -0700
> Charles Krinke <charles.krinke@gmail.com> wrote:
>
>> I think I have worked out libtool issues by using the compiler that
>> buildroot generates, now to the next issue, which is Qt.
>>
>> When I select Qt with an ARM AM3517 and do a make, I get bolloxed up
>> in a bunch  of command not found and qmake issues.
>>
>> Can someone please suggest where I might be going awry?
>>
>> Charles
>>
>>
>> Which edition of Qt do you want to use ?
>>
>> Type 'c' if you want to use the Commercial Edition.
>> Type 'o' if you want to use the Open Source Edition.
>>
>> o
>>
>>
>> You have asked to use pkg-config and are cross-compiling.
>> Please make sure you have a correctly set-up pkg-config
>> environment!
>>
>>
>> This is the Qt for Embedded Linux Open Source Edition.
>>
>> You are licensed to use this software under the terms of
>> the Lesser GNU General Public License (LGPL) versions 2.1.
>> You are also licensed to use this software under the terms of
>> the GNU General Public License (GPL) versions 3.
>>
>> Type '3' to view the GNU General Public License version 3.
>> Type 'L' to view the Lesser GNU General Public License version 2.1.
>> Type 'yes' to accept this license offer.
>> Type 'no' to decline this license offer.
>>
>> Do you accept the terms of either license? yes
>>
>> Creating qmake. Please wait...
>> make[1]: Entering directory
>> `/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/qmake'
>> make[1]: c: Command not found
>> make[1]: [project.o] Error 127 (ignored)
>> make[1]: c: Command not found
>> make[1]: [property.o] Error 127 (ignored)
>> make[1]: c: Command not found
>> ...
>> make[1]: [qnumeric.o] Error 127 (ignored)
>> make[1]: c: Command not found
>> make[1]: [qcryptographichash.o] Error 127 (ignored)
>> make[1]: c: Command not found
>> make[1]: [qxmlstream.o] Error 127 (ignored)
>> make[1]: [qxmlutils.o] Error 127 (ignored)
>> /bin/sh: o: command not found
>> make[1]:
>> [/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/bin/qmake]
>> Error 127 (ignored) make[1]: Leaving directory
>> `/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/qmake'
>> /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/config.tests/unix/compile.test:
>> line
>> 71: /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/bin/qmake:
>> No such file or
>> directory /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/config.tests/unix/compile.test:
>> line
>> 71: /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/bin/qmake:
>> No such file or
>> directory /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/config.tests/unix/compile.test:
>> line
>> 71: /home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/bin/qmake:
>> No such file or directory
>>
>>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot



-- 
Charles Krinke

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] qt question
  2012-07-11 20:33   ` Charles Krinke
@ 2012-07-12 22:11     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2012-07-12 22:11 UTC (permalink / raw)
  To: buildroot

Le Wed, 11 Jul 2012 13:33:16 -0700,
Charles Krinke <charles.krinke@gmail.com> a ?crit :

> Well, I had build a complete root file system for this new arm (TI
> AM3517) and booted from it. Then, I got tricky and clicked the button
> for "Qt" and things went downhill from there. So, I guess I am
> searching for where in the buildroot scripts things went awry. I
> believe that since the rest of a modest root file system built, that
> CXX was defined, but maybe not.

Maybe you have enabled C++ support in the toolchain without doing a
complete "make clean && make" cycle.

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] 4+ messages in thread

end of thread, other threads:[~2012-07-12 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 16:07 [Buildroot] qt question Charles Krinke
2012-07-11 19:40 ` Julian Lunz
2012-07-11 20:33   ` Charles Krinke
2012-07-12 22:11     ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.