2014-07-18 17:45:07

by Nicholas Krause

[permalink] [raw]
Subject: Build Errors when building usb directory

Hey Greg and others,
When I built the usb directory today to check a patch I am also
sending to. I seem to hitting
a few compiler errors and a lot of warnings. I am going to attach a
file of my log of this build.
Cheers Nick


Attachments:
usb_errors (78.69 kB)

2014-07-18 18:10:30

by Randy Dunlap

[permalink] [raw]
Subject: Re: Build Errors when building usb directory

On 07/18/2014 10:45 AM, Nick Krause wrote:
> Hey Greg and others,
> When I built the usb directory today to check a patch I am also
> sending to. I seem to hitting
> a few compiler errors and a lot of warnings. I am going to attach a
> file of my log of this build.
> Cheers Nick
>

Hi,

What command(s) did you use to build the usb directory?

thanks,
--
~Randy

2014-07-18 19:59:15

by Nicholas Krause

[permalink] [raw]
Subject: Re: Build Errors when building usb directory

On Fri, Jul 18, 2014 at 2:10 PM, Randy Dunlap <[email protected]> wrote:
> On 07/18/2014 10:45 AM, Nick Krause wrote:
>> Hey Greg and others,
>> When I built the usb directory today to check a patch I am also
>> sending to. I seem to hitting
>> a few compiler errors and a lot of warnings. I am going to attach a
>> file of my log of this build.
>> Cheers Nick
>>
>
> Hi,
>
> What command(s) did you use to build the usb directory?
>
> thanks,
> --
> ~Randy
I used make M=drivers/usb to build it.
Cheers Nick

2014-07-18 23:34:48

by Randy Dunlap

[permalink] [raw]
Subject: Re: Build Errors when building usb directory

On 07/18/2014 12:59 PM, Nick Krause wrote:
> On Fri, Jul 18, 2014 at 2:10 PM, Randy Dunlap <[email protected]> wrote:
>> On 07/18/2014 10:45 AM, Nick Krause wrote:
>>> Hey Greg and others,
>>> When I built the usb directory today to check a patch I am also
>>> sending to. I seem to hitting
>>> a few compiler errors and a lot of warnings. I am going to attach a
>>> file of my log of this build.
>>> Cheers Nick
>>>
>>
>> Hi,
>>
>> What command(s) did you use to build the usb directory?
>>
>> thanks,
>> --
>> ~Randy
> I used make M=drivers/usb to build it.
> Cheers Nick


I'm not seeing any of these warnings, but I am testing 3.16-rc5.

Nick, are you using a current git tree? If so, which one?
You should always specify what kernel it is that you are testing.


--
~Randy

2014-07-19 02:12:32

by Nicholas Krause

[permalink] [raw]
Subject: Re: Build Errors when building usb directory

On Fri, Jul 18, 2014 at 7:29 PM, Randy Dunlap <[email protected]> wrote:
> On 07/18/2014 12:59 PM, Nick Krause wrote:
>> On Fri, Jul 18, 2014 at 2:10 PM, Randy Dunlap <[email protected]> wrote:
>>> On 07/18/2014 10:45 AM, Nick Krause wrote:
>>>> Hey Greg and others,
>>>> When I built the usb directory today to check a patch I am also
>>>> sending to. I seem to hitting
>>>> a few compiler errors and a lot of warnings. I am going to attach a
>>>> file of my log of this build.
>>>> Cheers Nick
>>>>
>>>
>>> Hi,
>>>
>>> What command(s) did you use to build the usb directory?
>>>
>>> thanks,
>>> --
>>> ~Randy
>> I used make M=drivers/usb to build it.
>> Cheers Nick
>
>
> I'm not seeing any of these warnings, but I am testing 3.16-rc5.
>
> Nick, are you using a current git tree? If so, which one?
> You should always specify what kernel it is that you are testing.
>
>
> --
> ~Randy

This is the lastest commit idea on my
tree,f83971912231fe5390d2357442b6c25bb8076d9b.
Cheers Nick