From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753639AbcL2WoK (ORCPT ); Thu, 29 Dec 2016 17:44:10 -0500 Received: from mail.kernel.org ([198.145.29.136]:58910 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753314AbcL2WoH (ORCPT ); Thu, 29 Dec 2016 17:44:07 -0500 Date: Fri, 30 Dec 2016 07:43:45 +0900 From: Masami Hiramatsu To: fengguang.wu@intel.com Cc: linux-kernel@vger.kernel.org Subject: lkp: make.cross: old aarch64-gcc has been removed Message-Id: <20161230074345.10bc44fff88be2c0b05c5d09@kernel.org> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Fengguang, Recently I tried to build a cross-build environment ( https://github.com/mhiramat/linux-cross ) by using your make.cross ( https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross ). And I've found that it failed to setup cross gcc for aarch64, because it is no more provided by linaro. Could you update the url to the newer one from linaro or use crosstool as like as other archs? The latest stable version (gcc-5) can be found here. http://releases.linaro.org/components/toolchain/binaries/latest-5/ There are also gcc-6 series for development, and you can find 4.9 binaries too. But I would like to recommend you to use stable one for testing. Thank you, -- Masami Hiramatsu