Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Qt error.
@ 2010-03-23  9:01 Muhammed ER
  2010-03-23  9:15 ` Paul Jones
  2010-03-23  9:39 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Muhammed ER @ 2010-03-23  9:01 UTC (permalink / raw)
  To: buildroot

Hi all,
This is my fist post. If I send e-mail wrong place, remind me.

I need a RootFS which includes, Qt.

For adding Qt, It need c++ library. ok, I opened it.

In "qt.mk" file,
I commet
line 489 #        -nomake examples \
line 490 #        -nomake demos \

So it tries to install /usr which is in MY PC.

I think,
line 485:       -prefix /usr \
and it doesn't write because of permissions.

will be $(TARGET)/usr or something like this.

Thanks,
Muhammed ER.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100323/5a1704f2/attachment.htm>

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

* [Buildroot] Qt error.
  2010-03-23  9:01 [Buildroot] Qt error Muhammed ER
@ 2010-03-23  9:15 ` Paul Jones
  2010-03-23  9:39 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Jones @ 2010-03-23  9:15 UTC (permalink / raw)
  To: buildroot

On 23/03/2010 8:01 PM, Muhammed ER wrote:
>
> line 489 #        -nomake examples \
> line 490 #        -nomake demos \

An unrelated comment:
It would be nice if there was an option to enable the demos and examples 
for newbies like myself trying to learn QT.



Paul.

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

* [Buildroot] Qt error.
  2010-03-23  9:01 [Buildroot] Qt error Muhammed ER
  2010-03-23  9:15 ` Paul Jones
@ 2010-03-23  9:39 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2010-03-23  9:39 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 23 Mar 2010 11:01:24 +0200
Muhammed ER <er.muhammed@gmail.com> wrote:

> In "qt.mk" file,
> I commet
> line 489 #        -nomake examples \
> line 490 #        -nomake demos \

Because you want examples and demos, right ?

> So it tries to install /usr which is in MY PC.
> 
> I think,
> line 485:       -prefix /usr \
> and it doesn't write because of permissions.
> 
> will be $(TARGET)/usr or something like this.

No, -prefix /usr is ok, because Qt will be installed as /usr on the
target. -hostprefix is already set to $(STAGING_DIR)/usr, where it will
be installed by "make install".

Can you report the exact error message you're having ?

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

end of thread, other threads:[~2010-03-23  9:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-23  9:01 [Buildroot] Qt error Muhammed ER
2010-03-23  9:15 ` Paul Jones
2010-03-23  9:39 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox