* [Buildroot] Qtopia 4.4.3 qmake build problem BR2_VERSION=0.10.0-svn
@ 2011-03-07 13:03 Krzysztof Kanas
2011-03-07 13:51 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kanas @ 2011-03-07 13:03 UTC (permalink / raw)
To: buildroot
Hi
I am new here so I don't know if this problem occurred to anyone before.
I did some searching but haven't found anything similar to my case.
My version of buildroot is BR2_VERSION=0.10.0-svn
My problem is somewhat related to custom package that my company made,
not going into details it is some like this
kelvatek_apps.mk
-------------------------
kelvatek_apps: uclibc qtopia4 libconfig sqlite boost-headers
$(KELVATEK_APPS_DIR)/.installed
ifeq ($(strip $(BR2_PACKAGE_KELVATEK_APPS)),y)
TARGETS+=kelvatek_apps
endif
-------------------------
I created second package ( to achieve backward build compability )
included by first packed based on config setings
new_kelvatek_apps
-------------------------
kelvatek_apps-1: uclibc qtopia4 libconfig sqlite boost-headers
$(KELVATEK_APPS_DIR)/.installed
ifeq ($(strip $(BR2_PACKAGE_KELVATEK_APPS_ALL_MAKE)),y)
TARGETS+=kelvatek_apps-1
endif
-------------------------
And I have problem with qtopa and qmake
When I use first package as result of qtopia compilation
build_arm/staging_dir/usr/bin/qmake
is created
When I use my newly created package ( new_kelvatek_apps )
build_arm/staging_dir/usr/bin/qmake is not created and some other build
problems occurs (eg. fonts aren't copped to staging_dir)
There is something wrong with the either package I created or qtopia
make or I don't relay know what else can it be.
I will show more sources of either qtopia4.mk or
kelvatek_apps.mk/new_kelvatek_apps
to get to the cause of my troubles.
--
Best regards,
Krzysztof Kanas
To err is human, but to really mess things up you need a computer.
--
Asylia ExchangeDefender Message Security: Click below to verify authenticity
http://www.exchangedefender.com/verify.asp?id=p27D3T8v001050&from=k.kanas at kelvatek.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] Qtopia 4.4.3 qmake build problem BR2_VERSION=0.10.0-svn
2011-03-07 13:03 [Buildroot] Qtopia 4.4.3 qmake build problem BR2_VERSION=0.10.0-svn Krzysztof Kanas
@ 2011-03-07 13:51 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2011-03-07 13:51 UTC (permalink / raw)
To: buildroot
Hello Krzysztof,
On Mon, 07 Mar 2011 14:03:38 +0100
Krzysztof Kanas <k.kanas@kelvatek.com> wrote:
> I am new here so I don't know if this problem occurred to anyone before.
> I did some searching but haven't found anything similar to my case.
>
> My version of buildroot is BR2_VERSION=0.10.0-svn
This is an horribly old Buildroot version, for which the community is
unlikely to provide support. Are you able to reproduce on a recent
stable version ?
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] 2+ messages in thread
end of thread, other threads:[~2011-03-07 13:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 13:03 [Buildroot] Qtopia 4.4.3 qmake build problem BR2_VERSION=0.10.0-svn Krzysztof Kanas
2011-03-07 13:51 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox