<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Crosscompilation qt 5.12.5 on linux 64 for raspberry pi 2b]]></title><description><![CDATA[<p dir="auto">Hello. While several unsuccessful attempts to compile gcc for pi on windows I decide to switch my os for linux ie. Debian 11 64bit. While I follow that <a href="https://mechatronicsblog.com/cross-compile-and-deploy-qt-5-12-for-raspberry-pi/" target="_blank" rel="noopener noreferrer nofollow ugc">https://mechatronicsblog.com/cross-compile-and-deploy-qt-5-12-for-raspberry-pi/</a> blogpost in step 6 I get an error:</p>
<pre><code>gmake: g++: No such file or directory
gmake: *** [Makefile:245: main.o] Error 127
</code></pre>
<p dir="auto">I sligthly modyfied configurationn arguments to :</p>
<pre><code>./configure -release -opengl es2 -device linux-rpi2-g++ -device-option CROSS_COMPILE=~/raspberrypi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- -sysroot ~/sysroot -opensource -confirm-license -skip qtwayland -skip qtlocation -skip qtscript -make libs -prefix ~/qt5/targetDeploymentDirectory -extprefix ~/qt5/hostInstallationTools -hostprefix ~/qt5/hostInstallationDirectory -no-use-gold-linker -v -no-gbm
</code></pre>
]]></description><link>https://forum.qt.io/topic/130015/crosscompilation-qt-5-12-5-on-linux-64-for-raspberry-pi-2b</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 03:07:10 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/130015.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Sep 2021 22:03:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Crosscompilation qt 5.12.5 on linux 64 for raspberry pi 2b on Sat, 04 Sep 2021 09:51:42 GMT]]></title><description><![CDATA[<p dir="auto">install g++ solved problem</p>
]]></description><link>https://forum.qt.io/post/679211</link><guid isPermaLink="true">https://forum.qt.io/post/679211</guid><dc:creator><![CDATA[Michal91]]></dc:creator><pubDate>Sat, 04 Sep 2021 09:51:42 GMT</pubDate></item></channel></rss>