* Re: [PATCH v8 0/2] Imagination Technologies PWM support
[not found] ` <20150130102612.GE16744@ulmo>
@ 2015-01-30 11:08 ` Andrew Bresticker
2015-01-30 11:18 ` Thierry Reding
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Bresticker @ 2015-01-30 11:08 UTC (permalink / raw)
To: Thierry Reding
Cc: Ezequiel Garcia, James Hartley, Arnd Bergmann, Greg Kroah-Hartman,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-pwm@vger.kernel.org, vladimir_zapolskiy, Linux-MIPS
+linux-mips
On Fri, Jan 30, 2015 at 10:26 AM, Thierry Reding
<thierry.reding@gmail.com> wrote:
> On Fri, Jan 30, 2015 at 09:50:46AM +0000, Andrew Bresticker wrote:
>> > Also you're making it especially difficult to build-test by not
>> > providing even the basic bits of your SoC support first. All even
>> > linux-next seems to have for the Pistachio SoC is the addition of a
>> > compatible string to the dw-mmc driver.
>> >
>> > I'll take the PWM driver, but I'll assume that you'll eventually have
>> > more pieces available, in which case I'd appreciate a note so I can
>> > update my build scripts.
>>
>> FYI, I'm hoping to post Pistachio platform support for 3.21.
>
> That'd be great. I can switch over to a proper defconfig then and not
> jump through extra hoops to build test patches.
>
> Also, I'm seeing a bunch of weird errors from building MIPS, mostly
> things like this:
>
> CC net/ipv4/netfilter/arp_tables.mod.o
> {standard input}: Assembler messages:
> {standard input}: Warning: .gnu_attribute 4,3 requires `softfloat'
>
> or this later on:
>
> mips-linux-gnu-ld: Warning: vmlinuz uses -mhard-float (set by arch/mips/boot/compressed/head.o), arch/mips/boot/compressed/decompress.o uses -msoft-float
>
> This is essentially a gpr_defconfig (because it select MIPS_ALCHEMY,
> which in turns pulls in COMMON_CLK that PWM_IMG depends on) and then
> enabling MFD_SYSCON on top so that all dependencies are met.
>
> What am I doing wrong?
What version of binutils are you using? I believe the latter error
should be fixed by commit 842dfc11ea9a ("MIPS: Fix build with binutils
2.24.51+"), but perhaps the decompressor Makefile requires a fix as
well? Unfortunately I'm traveling for the next couple of days, but I
may be able to take a look at it on Monday.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v8 0/2] Imagination Technologies PWM support
2015-01-30 11:08 ` [PATCH v8 0/2] Imagination Technologies PWM support Andrew Bresticker
@ 2015-01-30 11:18 ` Thierry Reding
0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2015-01-30 11:18 UTC (permalink / raw)
To: Andrew Bresticker
Cc: Ezequiel Garcia, James Hartley, Arnd Bergmann, Greg Kroah-Hartman,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-pwm@vger.kernel.org, vladimir_zapolskiy, Linux-MIPS
[-- Attachment #1: Type: text/plain, Size: 2129 bytes --]
On Fri, Jan 30, 2015 at 11:08:46AM +0000, Andrew Bresticker wrote:
> +linux-mips
>
> On Fri, Jan 30, 2015 at 10:26 AM, Thierry Reding
> <thierry.reding@gmail.com> wrote:
> > On Fri, Jan 30, 2015 at 09:50:46AM +0000, Andrew Bresticker wrote:
> >> > Also you're making it especially difficult to build-test by not
> >> > providing even the basic bits of your SoC support first. All even
> >> > linux-next seems to have for the Pistachio SoC is the addition of a
> >> > compatible string to the dw-mmc driver.
> >> >
> >> > I'll take the PWM driver, but I'll assume that you'll eventually have
> >> > more pieces available, in which case I'd appreciate a note so I can
> >> > update my build scripts.
> >>
> >> FYI, I'm hoping to post Pistachio platform support for 3.21.
> >
> > That'd be great. I can switch over to a proper defconfig then and not
> > jump through extra hoops to build test patches.
> >
> > Also, I'm seeing a bunch of weird errors from building MIPS, mostly
> > things like this:
> >
> > CC net/ipv4/netfilter/arp_tables.mod.o
> > {standard input}: Assembler messages:
> > {standard input}: Warning: .gnu_attribute 4,3 requires `softfloat'
> >
> > or this later on:
> >
> > mips-linux-gnu-ld: Warning: vmlinuz uses -mhard-float (set by arch/mips/boot/compressed/head.o), arch/mips/boot/compressed/decompress.o uses -msoft-float
> >
> > This is essentially a gpr_defconfig (because it select MIPS_ALCHEMY,
> > which in turns pulls in COMMON_CLK that PWM_IMG depends on) and then
> > enabling MFD_SYSCON on top so that all dependencies are met.
> >
> > What am I doing wrong?
>
> What version of binutils are you using? I believe the latter error
> should be fixed by commit 842dfc11ea9a ("MIPS: Fix build with binutils
> 2.24.51+"), but perhaps the decompressor Makefile requires a fix as
> well? Unfortunately I'm traveling for the next couple of days, but I
> may be able to take a look at it on Monday.
I use binutils 2.25, and indeed building the correct branch gets rid of
those errors. Sorry for the noise.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-30 11:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1420826088-13113-1-git-send-email-ezequiel.garcia@imgtec.com>
[not found] ` <54BE3369.9000802@imgtec.com>
[not found] ` <54CA6089.50505@imgtec.com>
[not found] ` <20150130091832.GA16744@ulmo>
[not found] ` <CAL1qeaH77fJuh8fM1tKJz0bizni1sErCy=EwZTzV=EY10dX9iA@mail.gmail.com>
[not found] ` <20150130102612.GE16744@ulmo>
2015-01-30 11:08 ` [PATCH v8 0/2] Imagination Technologies PWM support Andrew Bresticker
2015-01-30 11:18 ` Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox