| To: | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Subject: | Re: Build regressions/improvements in v3.5-rc3 |
| From: | Paul Mundt <lethal@linux-sh.org> |
| Date: | Wed, 20 Jun 2012 12:59:51 +0900 |
| Cc: | linux-kernel@vger.kernel.org, Linuxppc-dev <linuxppc-dev@ozlabs.org>, Linux MIPS Mailing List <linux-mips@linux-mips.org>, Linux-sh list <linux-sh@vger.kernel.org>, Chris Zankel <chris@zankel.net>, Giuseppe Cavallaro <peppe.cavallaro@st.com> |
| In-reply-to: | <CAMuHMdVfLjgrtWoPpvbLf12+=ApE6W9dNcweqD-_2Benr-D7NQ@mail.gmail.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1339962373-3224-1-git-send-email-geert@linux-m68k.org> <CAMuHMdVfLjgrtWoPpvbLf12+=ApE6W9dNcweqD-_2Benr-D7NQ@mail.gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
On Sun, Jun 17, 2012 at 09:56:59PM +0200, Geert Uytterhoeven wrote:
> On Sun, Jun 17, 2012 at 9:46 PM, Geert Uytterhoeven
> <geert@linux-m68k.org> wrote:
> > JFYI, when comparing v3.5-rc3 to v3.5-rc2[3], the summaries are:
> > ??- build errors: +235/-10
>
> Truckloads of powerpc "Unrecognized opcode" breakage, and
>
That was my fault, should be fixed up by 2603efa31a.
> + drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c: error: implicit
> declaration of function 'pci_iomap'
> [-Werror=implicit-function-declaration]: => 90:3
> + drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c: error: implicit
> declaration of function 'pci_iounmap'
> [-Werror=implicit-function-declaration]: => 142:2
>
Not sure about this one, it should find everything alright via:
linux/io.h -> asm/io.h -> asm-generic/iomap.h -> asm-generic/pci_iomap.h
in the case that PCI is enabled. None of allyesconfig/modconfig enable
PCI for me though, so I'm unsure of how you got in to this configuration
to begin with?
> xtensa
>
> + error: "__ashrdi3" [fs/ntfs/ntfs.ko] undefined!: => N/A
> + error: "__lshrdi3" [fs/ntfs/ntfs.ko] undefined!: => N/A
>
> sh4/landisk_defconfig
>
> + error: "__ashrdi3" [fs/xfs/xfs.ko] undefined!: => N/A
> + error: "__lshrdi3" [drivers/mtd/mtd.ko] undefined!: => N/A
> + error: "__lshrdi3" [fs/xfs/xfs.ko] undefined!: => N/A
>
These seem to be the same issue on both platforms, EXPORT_SYMBOL()
doesn't work from lib-y. While it's straightforward to fix, I'm not able
to reproduce __lshrdi3/__ashrdi3 references in any of the above, which
compiler are you using?
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH V2 12/16] drm/radeon: Make radeon card usable for Loongson., Alex Deucher |
|---|---|
| Next by Date: | Re: [PATCH V2 12/16] drm/radeon: Make radeon card usable for Loongson., Huacai Chen |
| Previous by Thread: | Re: Build regressions/improvements in v3.5-rc3, Andreas Schwab |
| Next by Thread: | Re: Build regressions/improvements in v3.5-rc3, Geert Uytterhoeven |
| Indexes: | [Date] [Thread] [Top] [All Lists] |