From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Mon, 7 Nov 2011 11:17:49 +0100 Subject: [Buildroot] QT support for Buildroot RFS. In-Reply-To: <1F383CDA589639468828C7E2B75EDE9D0602B1A8@POCITMSEXMB02.LntUniverse.com> References: <1F383CDA589639468828C7E2B75EDE9D06029498@POCITMSEXMB02.LntUniverse.com> <1F383CDA589639468828C7E2B75EDE9D0602B149@POCITMSEXMB02.LntUniverse.com> <1F383CDA589639468828C7E2B75EDE9D0602B1A8@POCITMSEXMB02.LntUniverse.com> Message-ID: <20111107111749.7748f185@skate> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Le Mon, 7 Nov 2011 10:11:15 +0000, Mahanteshwari Hiremath a ?crit : > Cross compiling is not a problem, I can able to do it. But I want to > compile my program directly on target device using qmake, I want to > have qmake support on my target. So only I wanted some suggestions in > executing this. This is not supported in the current Buildroot, which does not build qmake for the target. Buildroot is designed for cross-compilation, i.e the situation where your target is rather slow compared to your development PC, and therefore cases for which native compilation is not possible or really too painful. We have some support to have a native toolchain on the target (so you can build standard C or C++ programs on the target), but we don't support that for Qt. If you want, you can work on extending the Qt .mk file to also generate a qmake for the target, but I think it's going to be very complicated for a benefit that isn't really obvious to me. Regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com