public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Masami Hiramatsu <mhiramat@kernel.org>
To: Masami Hiramatsu <mhiramat@kernel.org>
Cc: fengguang.wu@intel.com, linux-kernel@vger.kernel.org
Subject: Re: lkp: make.cross: old aarch64-gcc has been removed
Date: Wed, 11 Jan 2017 19:08:40 +0900	[thread overview]
Message-ID: <20170111190840.94ae3aa9ed280131500e3935@kernel.org> (raw)
In-Reply-To: <20161230074345.10bc44fff88be2c0b05c5d09@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]

Ping?

BTW, I found that the old toolchain is archived in release.linaro.org.
So I made a patch for that.

Thank you,

On Fri, 30 Dec 2016 07:43:45 +0900
Masami Hiramatsu <mhiramat@kernel.org> wrote:

> 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 <mhiramat@kernel.org>


-- 
Masami Hiramatsu <mhiramat@kernel.org>

[-- Attachment #2: make-cross-fix-the-url-for-gcc --]
[-- Type: application/octet-stream, Size: 754 bytes --]

make.cross: Fix the url for gcc-linaro-aarch64

From: Masami Hiramatsu <mhiramat@kernel.org>

Since old releases are moved under archive directory,
the url must be updated.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
---
 sbin/make.cross |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/make.cross b/sbin/make.cross
index ae37258..c450b4a 100755
--- a/sbin/make.cross
+++ b/sbin/make.cross
@@ -89,7 +89,7 @@ install_crosstool()
 
 install_linaro()
 {
-	local URL='http://releases.linaro.org/14.08/components/toolchain/binaries'
+	local URL='http://releases.linaro.org/archive/14.08/components/toolchain/binaries'
 	local file='gcc-linaro-aarch64-linux-gnu-4.9-2014.08_linux.tar.xz'
 
 	download_extract "$URL/$file"

  reply	other threads:[~2017-01-11 10:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-29 22:43 lkp: make.cross: old aarch64-gcc has been removed Masami Hiramatsu
2017-01-11 10:08 ` Masami Hiramatsu [this message]
2017-01-12  3:31   ` Fengguang Wu
2017-01-12 12:00     ` Will Deacon
2017-01-12 14:11       ` Fengguang Wu
2017-01-13  3:28     ` Masami Hiramatsu
2017-01-12  3:33   ` Fengguang Wu

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=20170111190840.94ae3aa9ed280131500e3935@kernel.org \
    --to=mhiramat@kernel.org \
    --cc=fengguang.wu@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox