All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matteo Croce <mcroce@redhat.com>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Vincenzo Frascino <vincenzo.frascino@arm.com>
Subject: Re: build error
Date: Mon, 29 Jul 2019 09:58:46 +0200	[thread overview]
Message-ID: <CAGnkfhz=RgsPVqk964=hg1kJc=FJJ0WA7ysbhN6B3aNZgbD2aQ@mail.gmail.com> (raw)
In-Reply-To: <20190729044403.GA27065@OpenSuse>

On Mon, Jul 29, 2019 at 6:44 AM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
>
> Matteo,
>
> it's look like gcc is not in your normal PATH. Could you please locate
> that fellow and realign it ,where is suppose to be.
>
> Or if I understood right (I doubt that is why asking) that you might put
> explicitly the architecture to target build with make also, that might
> help.
>
> Please do let me know, if I derailed grossly ...am not sure.. :)
>
> Thanks,
> Bhaskar
>
> On 22:08 Sun 28 Jul 2019, Matteo Croce wrote:
> >Hi,
> >
> >I get this build error with 5.3-rc2"
> >
> ># make
> >arch/arm64/Makefile:58: gcc not found, check CROSS_COMPILE_COMPAT.  Stop.
> >
> >I didn't bisect the tree, but I guess that this kconfig can be related
> >
> ># grep CROSS_COMPILE_COMPAT .config
> >CONFIG_CROSS_COMPILE_COMPAT_VDSO=""
> >
> >Does someone have any idea? Am I missing something?
> >
> >Thanks,
> >--
> >Matteo Croce
> >per aspera ad upstream

I've  "fixed" the error by unsetting CONFIG_COMPAT
There should be something broken in the CROSS_COMPILE_COMPAT handling

-- 
Matteo Croce
per aspera ad upstream

WARNING: multiple messages have this Message-ID (diff)
From: Matteo Croce <mcroce@redhat.com>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Cc: Vincenzo Frascino <vincenzo.frascino@arm.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: build error
Date: Mon, 29 Jul 2019 09:58:46 +0200	[thread overview]
Message-ID: <CAGnkfhz=RgsPVqk964=hg1kJc=FJJ0WA7ysbhN6B3aNZgbD2aQ@mail.gmail.com> (raw)
In-Reply-To: <20190729044403.GA27065@OpenSuse>

On Mon, Jul 29, 2019 at 6:44 AM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
>
> Matteo,
>
> it's look like gcc is not in your normal PATH. Could you please locate
> that fellow and realign it ,where is suppose to be.
>
> Or if I understood right (I doubt that is why asking) that you might put
> explicitly the architecture to target build with make also, that might
> help.
>
> Please do let me know, if I derailed grossly ...am not sure.. :)
>
> Thanks,
> Bhaskar
>
> On 22:08 Sun 28 Jul 2019, Matteo Croce wrote:
> >Hi,
> >
> >I get this build error with 5.3-rc2"
> >
> ># make
> >arch/arm64/Makefile:58: gcc not found, check CROSS_COMPILE_COMPAT.  Stop.
> >
> >I didn't bisect the tree, but I guess that this kconfig can be related
> >
> ># grep CROSS_COMPILE_COMPAT .config
> >CONFIG_CROSS_COMPILE_COMPAT_VDSO=""
> >
> >Does someone have any idea? Am I missing something?
> >
> >Thanks,
> >--
> >Matteo Croce
> >per aspera ad upstream

I've  "fixed" the error by unsetting CONFIG_COMPAT
There should be something broken in the CROSS_COMPILE_COMPAT handling

-- 
Matteo Croce
per aspera ad upstream

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-07-29  7:59 UTC|newest]

Thread overview: 125+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-28 20:08 build error Matteo Croce
2019-07-28 20:08 ` Matteo Croce
2019-07-28 20:15 ` Bernd Petrovitsch
2019-07-28 20:15   ` Bernd Petrovitsch
2019-07-28 20:28   ` Matteo Croce
2019-07-28 20:28     ` Matteo Croce
2019-07-29  4:44 ` Bhaskar Chowdhury
2019-07-29  4:44   ` Bhaskar Chowdhury
2019-07-29  7:58   ` Matteo Croce [this message]
2019-07-29  7:58     ` Matteo Croce
2019-07-29  9:50 ` Will Deacon
2019-07-29  9:50   ` Will Deacon
2019-07-29 10:08   ` Matteo Croce
2019-07-29 10:08     ` Matteo Croce
2019-07-29 10:16   ` Vincenzo Frascino
2019-07-29 10:16     ` Vincenzo Frascino
2019-07-29 10:21     ` Matteo Croce
2019-07-29 10:25     ` Matteo Croce
2019-07-29 10:25       ` Matteo Croce
2019-07-29 11:08       ` Vincenzo Frascino
2019-07-29 11:08         ` Vincenzo Frascino
2019-07-29 11:12         ` Matteo Croce
2019-07-29 11:12           ` Matteo Croce
2019-07-29 11:18           ` Vincenzo Frascino
2019-07-29 11:18             ` Vincenzo Frascino
2019-07-29 11:26             ` Matteo Croce
2019-07-29 11:26               ` Matteo Croce
2019-07-29 12:54               ` [PATCH] arm64: vdso: Fix Makefile regression Vincenzo Frascino
2019-07-29 12:54                 ` Vincenzo Frascino
2019-07-29 16:33                 ` Matteo Croce
2019-07-29 16:33                   ` Matteo Croce
2019-07-31 16:23                 ` Will Deacon
2019-07-31 16:23                   ` Will Deacon
2019-07-31 17:09                 ` Catalin Marinas
2019-07-31 17:09                   ` Catalin Marinas
  -- strict thread matches above, loose matches on Subject: below --
2022-03-30 11:38 Build error Formasit Fokunang
2022-03-30 11:46 ` Sevinj Aghayeva
2022-03-30 12:34   ` Formasit Fokunang
2022-03-29  4:32 Build Error Formasit Fokunang
2022-03-29  5:53 ` Rebecca Mckeever
2022-03-29  7:28 ` Mike Rapoport
     [not found] <1986949339.1309580.1532416272151.ref@mail.yahoo.com>
2018-07-24  7:11 ` hardik vala
2018-07-24  8:09   ` Burton, Ross
2018-07-24  8:29     ` hardik vala
2018-07-24  8:40       ` Alexander Kanavin
2018-07-24 10:08       ` Burton, Ross
2018-07-24 12:22         ` hardik vala
2018-03-19 19:44 Rajath C S
2018-03-19 19:48 ` Derek Straka
     [not found]   ` <CAPGMVzHnpq7qThc2MBi63cu-xJ+GsCEmYxNdTjh6znmAN+sHTg@mail.gmail.com>
2018-03-19 20:16     ` Derek Straka
2017-01-26  5:38 Build error Amit Kumar
2017-01-26  7:01 ` Greg KH
2017-01-29  8:02   ` Amit Kumar
2017-01-29  8:18     ` Ozgur Karatas
2017-01-29  8:32       ` Amit Kumar
2014-06-18  8:38 build error Ruud den Bekker
2014-06-18 22:14 ` Alex J Lennon
2013-09-25 21:18 Build error Gary Thomas
2013-09-25 21:29 ` Eric Bénard
2013-09-25 21:36   ` Gary Thomas
2013-09-25 21:30 ` Eric Bénard
2012-02-05 22:27 Build Error Sean Liming
2012-02-05 23:24 ` autif khan
2012-02-05 23:26   ` autif khan
2012-02-05 23:27 ` Khem Raj
2012-02-05 23:49 ` Rudolf Streif
2012-02-05 23:55   ` Khem Raj
2012-02-06  0:00 ` Khem Raj
2012-02-06  4:01   ` Sean Liming
2012-02-06  6:29     ` Khem Raj
2012-02-06  7:04       ` Sean Liming
2012-02-06  7:20         ` Sean Liming
2012-02-06 16:44           ` Sean Liming
2012-02-06 17:31             ` autif khan
2012-02-06  1:30 ` James W.
2012-02-01  6:20 James W.
2012-02-01  6:29 ` Joshua Lock
2012-02-01 10:14   ` Sathishkumar Duraisamy
2012-02-01 10:19     ` Paul Eggleton
2012-02-02  7:23     ` James W.
2012-01-25  7:50 build error Jaap de Jong
2012-01-25  7:51 ` Jaap de Jong
2012-01-25  8:07 ` Martin Jansa
2012-01-25  8:57   ` Jaap de Jong
2011-04-21 10:57 sudha@123
2010-05-28  2:54 ranjith kumar
2010-05-28  4:20 ` Américo Wang
2009-12-30 15:40 Giuseppe Falsetti
2010-01-03  2:09 ` Alexander Graf
2010-01-03  2:09   ` Alexander Graf
2010-01-05 17:08   ` Marcelo Tosatti
2010-01-05 17:08     ` Marcelo Tosatti
2009-03-30  3:25 Build error Benjamin Herrenschmidt
2009-03-30 13:51 ` Kumar Gala
2009-03-30 13:59   ` Anton Vorontsov
2009-03-30 23:18     ` Benjamin Herrenschmidt
2009-03-31 20:41       ` Segher Boessenkool
2009-03-31 20:54         ` Grant Likely
2009-03-31 20:57         ` Anton Vorontsov
2009-03-31 20:52       ` Grant Likely
2007-11-28  1:24 build error Zhao, Yunfeng
     [not found] ` <10EA09EFD8728347A513008B6B0DA77A026DEC64-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-11-28  8:37   ` Uri Lublin
     [not found]     ` <474D28B2.8000601-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-28  9:35       ` Neo Jia
     [not found]         ` <5d649bdb0711280135ocb94bc8wafd771fa46f8508b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-11-28  9:55           ` Avi Kivity
2007-10-23  2:55 Build error Zhao, Yunfeng
     [not found] ` <10EA09EFD8728347A513008B6B0DA77A02441266-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-10-23  7:08   ` Laurent Vivier
     [not found]     ` <471D9E04.9020105-6ktuUTfB/bM@public.gmane.org>
2007-10-23  8:06       ` Zhao, Yunfeng
     [not found]         ` <10EA09EFD8728347A513008B6B0DA77A02125FA5-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-10-23  8:12           ` Laurent Vivier
2007-10-23  8:39           ` Avi Kivity
2007-10-18  2:07 build error Zhao, Yunfeng
2007-10-11  3:19 Zhao, Yunfeng
     [not found] ` <10EA09EFD8728347A513008B6B0DA77A023647A6-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-10-11 14:20   ` Avi Kivity
     [not found]     ` <470E3126.9030401-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-10-11 14:31       ` Zhao, Yunfeng
     [not found]         ` <10EA09EFD8728347A513008B6B0DA77A02125F6A-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-10-11 14:35           ` Laurent Vivier
2007-10-11 14:37           ` Avi Kivity
     [not found]             ` <470E3532.3010002-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-10-11 14:48               ` Zhao, Yunfeng
2007-10-02 20:12 linux-kernel
2007-10-03  0:19 ` Stephen Hemminger
2007-10-03  0:28   ` Randy Dunlap
2007-10-03  0:39     ` Stephen Hemminger
2007-10-10 10:23       ` Wilfried Klaebe
2007-07-31  2:16 Zhao, Yunfeng
     [not found] ` <10EA09EFD8728347A513008B6B0DA77A01D5AEBB-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-07-31  6:59   ` Avi Kivity
2006-10-03 19:15 Build error Manoj Ekbote
2006-10-03 19:28 ` mlachwani

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='CAGnkfhz=RgsPVqk964=hg1kJc=FJJ0WA7ysbhN6B3aNZgbD2aQ@mail.gmail.com' \
    --to=mcroce@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=unixbhaskar@gmail.com \
    --cc=vincenzo.frascino@arm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.