All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 6656] New: Build Qt5 with ccache
Date: Mon,  4 Nov 2013 18:14:05 +0000 (UTC)	[thread overview]
Message-ID: <bug-6656-163@https.bugs.busybox.net/> (raw)

https://bugs.busybox.net/show_bug.cgi?id=6656

           Summary: Build Qt5 with ccache
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: espenfk at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Hello.

I have tried to get Buildroot (latest from git) to build Qt5 with ccache. Some
of the packages (at least) does it by defining the compiler to be something
like "$(CCACHE) $(TARGET_CROSS)". I tried to change the
package/qt/qt5base/qt5base.mk file to change the
output/build/qt5base-5.1.1/mkspecs/devices/linux-buildroot-g++/qmake.conf file
in such a way that ccache will work, but it fails.

It fails with:
Running configuration tests...
Failed to process makespec for platform 'devices/linux-buildroot-g++'
Project ERROR: CROSS_COMPILE needs to be set via -device-option
CROSS_COMPILE=<path>
Could not read qmake configuration file
/home/espenfk/imx6/buildroot/output/build/qt5base-5.1.1/mkspecs/devices/linux-buildroot-g++/qmake.conf.
Error processing project file: /dev/null

I have tried many things from the most obious and easy: patch line 230 in
package/qt/qt5base/qt5base.mk to:
$(call QT5BASE_CONFIG_SET,BUILDROOT_CROSS_COMPILE,$(CCACHE) $(TARGET_CROSS))

to use $(notdir $(TARGET_CROSS)) and adding $(dir $(TARGET_CROSS)) to the path
(also without ccache). But the only thing that seems to work is to have the
original setup and that does not work with ccache.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

             reply	other threads:[~2013-11-04 18:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-04 18:14 bugzilla at busybox.net [this message]
2014-01-07  7:34 ` [Buildroot] [Bug 6656] Build Qt5 with ccache bugzilla at busybox.net

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=bug-6656-163@https.bugs.busybox.net/ \
    --to=bugzilla@busybox.net \
    --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.