From: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
To: buildroot@busybox.net
Subject: [Buildroot] [patch] Fix Qtopia Core 4 compile and installtion and bump to version 4.4.0 snapshot
Date: Wed, 12 Mar 2008 14:05:12 +0100 [thread overview]
Message-ID: <1205327112.8459.8.camel@localhost> (raw)
In-Reply-To: <d6cda7730803120550t6db30ba0v4d96abf905818ef8@mail.gmail.com>
On Wed, 2008-03-12 at 09:50 -0300, Thiago A. Corr?a wrote:
> >
> > Like all other packages, set the PATH variable correct, which is done by
> > TARGET_CONFIGURE_OPTS.
>
> How exactly? I have a .mk with:
> $(MYPACKAGE_DIR)/.configured: $(MYPACKAGE_DIR)/.unpacked
> (cd $(MYPACKAGE_DIR); rm -rf Makefile; \
> $(QTOPIA4_QMAKE) -spec
Change to
$(TARGET_CONFIGURE_OPTS) qmake -spec
> qws/linux-$(BR2_PACKAGE_QTOPIA4_EMB_PLATFORM)-g++ \
> )
> touch $@
>
> What should I change?
>
> > With the old Makefile for Qtopia Core non of the executables made were
> > executable on target because of weird paths used.
> >
> > Works for me as it is now, I use the TARGET_CONFIGURE_OPTS and do qmake.
>
> It worked for me as it was then. The executable on the target ran just fine.
>
I find that weird, since the libraries had a path issue depending on the
directory you built Qtopia Core.
> > I guess it would be possible to change the installed mkspecs files, but
> > I do not see the need.
>
> AFAIK, makes the life of users of the lib easier, so they can call
> qmake without having to know buildroot specific issues.
>
Well, when I use the toolchain in Buildroot by placing it first in my
PATH it works strait forward; qmake&&make
When you make a package you must look into how Buildroot does this
anyway.
--
With kind regards,
Hans-Christian Egtvedt, Applications Engineer
prev parent reply other threads:[~2008-03-12 13:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-12 10:07 [Buildroot] [patch] Fix Qtopia Core 4 compile and installtion and bump to version 4.4.0 snapshot Hans-Christian Egtvedt
2008-03-12 12:16 ` Thiago A. Corrêa
2008-03-12 12:39 ` Hans-Christian Egtvedt
2008-03-12 12:50 ` Thiago A. Corrêa
2008-03-12 13:05 ` Hans-Christian Egtvedt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1205327112.8459.8.camel@localhost \
--to=hans-christian.egtvedt@atmel.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.