All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: "Hauke Mehrtens" <hauke@hauke-m.de>, "Rafał Miłecki" <rafal@milecki.pl>
Cc: linux-mips@linux-mips.org,
	Florian Fainelli <f.fainelli@gmail.com>,
	John Crispin <john@phrozen.org>
Subject: BC47xx build errors
Date: Wed, 28 Jun 2017 01:16:29 +0200	[thread overview]
Message-ID: <20170627231629.GA5049@linux-mips.org> (raw)

A less than smart build test system has flagged the following build error:

  CC      arch/mips/bcm47xx/irq.o
In file included from arch/mips/bcm47xx/irq.c:32:0:
./arch/mips/include/asm/mach-bcm47xx/bcm47xx.h:34:1: error: expected identifier
+before
+‘}’ token
 };

I don't have any .config or anything for this error.  While trying to
reproduce this error I tried to build bcm47xx_defconfig but with
CONFIG_BCM47XX_SSB and CONFIG_BCM47XX_BCMA disabled.  That resulted in
the following build error:

  CC	  arch/mips/bcm47xx/irq.o
In file included from arch/mips/bcm47xx/irq.c:32:0:
./arch/mips/include/asm/mach-bcm47xx/bcm47xx.h:34:1: error: empty enum is
+invalid
 };
 ^
scripts/Makefile.build:302: recipe for target 'arch/mips/bcm47xx/irq.o' failed
make[1]: *** [arch/mips/bcm47xx/irq.o] Error 1
Makefile:1663: recipe for target 'arch/mips/bcm47xx/irq.o' failed

  Ralf

             reply	other threads:[~2017-06-27 23:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-27 23:16 Ralf Baechle [this message]
2017-06-28  4:46 ` BC47xx build errors Florian Fainelli
2017-06-28 21:20   ` Hauke Mehrtens

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=20170627231629.GA5049@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=f.fainelli@gmail.com \
    --cc=hauke@hauke-m.de \
    --cc=john@phrozen.org \
    --cc=linux-mips@linux-mips.org \
    --cc=rafal@milecki.pl \
    /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.