From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 17 Dec 2018 09:06:46 +0100 Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2018-12-16 In-Reply-To: <20181217070031.7A1922072F@mail.bootlin.com> (Thomas Petazzoni's message of "Mon, 17 Dec 2018 08:00:31 +0100 (CET)") References: <20181217070031.7A1922072F@mail.bootlin.com> Message-ID: <875zvs4lwp.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Thomas" == Thomas Petazzoni writes: Hi, > aarch64 | swupdate-2018.11 | NOK | http://autobuild.buildroot.net/results/e302d0edb59ff7617b5f2d21f06eb65ae04981fe | > arm | swupdate-2018.11 | NOK | http://autobuild.buildroot.net/results/dbb69acadc20b4bb559311348eca276c1e6343f7 | /bin/sh: /home/naourr/work/instance-0/output/host/bin/aarch64-linux-gnu-cc: No such file or directory swupdate uses $CROSS-cc and not $CROSS-gcc, which not all external toolchain have. I think it makes sense to add a cc -> gcc symlink for external toolchains we download if not present. We cannot really do it for pre-installed external toolchains as we might not have write access to them. I'll send a patch. -- Bye, Peter Korsgaard