Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1311659 > unrolled thread
| Started by | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| First post | 2016-01-18 17:40 +0100 |
| Last post | 2016-01-19 01:10 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Build regressions/improvements in v4.4 Guenter Roeck <linux@roeck-us.net> - 2016-01-18 17:40 +0100
Re: Build regressions/improvements in v4.4 Michael Ellerman <mpe@ellerman.id.au> - 2016-01-19 00:40 +0100
Re: Build regressions/improvements in v4.4 Guenter Roeck <linux@roeck-us.net> - 2016-01-19 01:10 +0100
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2016-01-18 17:40 +0100 |
| Subject | Re: Build regressions/improvements in v4.4 |
| Message-ID | <qSl0t-3eo-1@gated-at.bofh.it> |
On 01/13/2016 09:44 PM, Michael Ellerman wrote:
> On Mon, 2016-01-11 at 12:38 +0100, Geert Uytterhoeven wrote:
>> Hi Günter,
>> On Mon, Jan 11, 2016 at 12:14 PM, Guenter Roeck <linux@roeck-us.net> wrote:
>>> On Mon, Jan 11, 2016 at 09:29:52AM +0100, Geert Uytterhoeven wrote:
>>>> On Mon, Jan 11, 2016 at 9:28 AM, Geert Uytterhoeven
>>>> <geert@linux-m68k.org> wrote:
>>>>> JFYI, when comparing v4.4[1] to v4.4-rc8[3], the summaries are:
>>>>> - build errors: +13/-13
>>>>> [1] http://kisskb.ellerman.id.au/kisskb/head/9774/ (all 259 configs)
>>>>
>>>> + /tmp/ccnzCwY6.s: Error: can't resolve `_start' {*UND* section} -
>>>> `L0^A' {.text section}: => 43
>>>> + /tmp/ccyAN6Ix.s: Error: can't resolve `_start' {*UND* section} -
>>>> `L0^A' {.text section}: => 43
>>>>
>>>> Various MIPS, the saga continues...
>>>
>>> Hi Geert,
>>>
>>> do you know which version of binutils is used by kisskb ?
>>> If it is 2.23.90 or similar (ie below 2.24 and third level version
>>> has more than one digit), there is a patch pending to fix it.
>>
>> No, I don't know.
>
> It dumps the GCC version, but not binutils. I should add that one day.
>
> The mips toolchain is pretty old, so it's using binutils 2.22. Are you saying I
> need to update it?
>
Michael,
is your toolchain available somewhere as binary ? I'd like to add a single
mips build test using it if possible.
Thanks,
Guenter
[toc] | [next] | [standalone]
| From | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| Date | 2016-01-19 00:40 +0100 |
| Message-ID | <qSryX-7PJ-27@gated-at.bofh.it> |
| In reply to | #1311659 |
On Mon, 2016-01-18 at 08:32 -0800, Guenter Roeck wrote:
> On 01/13/2016 09:44 PM, Michael Ellerman wrote:
> > On Mon, 2016-01-11 at 12:38 +0100, Geert Uytterhoeven wrote:
> > > Hi Günter,
> > > On Mon, Jan 11, 2016 at 12:14 PM, Guenter Roeck <linux@roeck-us.net> wrote:
> > > > On Mon, Jan 11, 2016 at 09:29:52AM +0100, Geert Uytterhoeven wrote:
> > > > > On Mon, Jan 11, 2016 at 9:28 AM, Geert Uytterhoeven
> > > > > <geert@linux-m68k.org> wrote:
> > > > > > JFYI, when comparing v4.4[1] to v4.4-rc8[3], the summaries are:
> > > > > > - build errors: +13/-13
> > > > > > [1] http://kisskb.ellerman.id.au/kisskb/head/9774/ (all 259 configs)
> > > > >
> > > > > + /tmp/ccnzCwY6.s: Error: can't resolve `_start' {*UND* section} -
> > > > > `L0^A' {.text section}: => 43
> > > > > + /tmp/ccyAN6Ix.s: Error: can't resolve `_start' {*UND* section} -
> > > > > `L0^A' {.text section}: => 43
> > > > >
> > > > > Various MIPS, the saga continues...
> > > >
> > > > Hi Geert,
> > > >
> > > > do you know which version of binutils is used by kisskb ?
> > > > If it is 2.23.90 or similar (ie below 2.24 and third level version
> > > > has more than one digit), there is a patch pending to fix it.
> > >
> > > No, I don't know.
> >
> > It dumps the GCC version, but not binutils. I should add that one day.
> >
> > The mips toolchain is pretty old, so it's using binutils 2.22. Are you saying I
> > need to update it?
> >
> Michael,
>
> is your toolchain available somewhere as binary ? I'd like to add a single
> mips build test using it if possible.
Hi Guenter,
I'm still using this old one from kernel.org:
https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.3/x86_64-gcc-4.6.3-nolibc_mips-linux.tar.bz2
cheers
[toc] | [prev] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2016-01-19 01:10 +0100 |
| Message-ID | <qSs1X-8gT-1@gated-at.bofh.it> |
| In reply to | #1311852 |
On 01/18/2016 03:34 PM, Michael Ellerman wrote:
> On Mon, 2016-01-18 at 08:32 -0800, Guenter Roeck wrote:
>> On 01/13/2016 09:44 PM, Michael Ellerman wrote:
>>> On Mon, 2016-01-11 at 12:38 +0100, Geert Uytterhoeven wrote:
>>>> Hi Günter,
>>>> On Mon, Jan 11, 2016 at 12:14 PM, Guenter Roeck <linux@roeck-us.net> wrote:
>>>>> On Mon, Jan 11, 2016 at 09:29:52AM +0100, Geert Uytterhoeven wrote:
>>>>>> On Mon, Jan 11, 2016 at 9:28 AM, Geert Uytterhoeven
>>>>>> <geert@linux-m68k.org> wrote:
>>>>>>> JFYI, when comparing v4.4[1] to v4.4-rc8[3], the summaries are:
>>>>>>> - build errors: +13/-13
>>>>>>> [1] http://kisskb.ellerman.id.au/kisskb/head/9774/ (all 259 configs)
>>>>>>
>>>>>> + /tmp/ccnzCwY6.s: Error: can't resolve `_start' {*UND* section} -
>>>>>> `L0^A' {.text section}: => 43
>>>>>> + /tmp/ccyAN6Ix.s: Error: can't resolve `_start' {*UND* section} -
>>>>>> `L0^A' {.text section}: => 43
>>>>>>
>>>>>> Various MIPS, the saga continues...
>>>>>
>>>>> Hi Geert,
>>>>>
>>>>> do you know which version of binutils is used by kisskb ?
>>>>> If it is 2.23.90 or similar (ie below 2.24 and third level version
>>>>> has more than one digit), there is a patch pending to fix it.
>>>>
>>>> No, I don't know.
>>>
>>> It dumps the GCC version, but not binutils. I should add that one day.
>>>
>>> The mips toolchain is pretty old, so it's using binutils 2.22. Are you saying I
>>> need to update it?
>>>
>> Michael,
>>
>> is your toolchain available somewhere as binary ? I'd like to add a single
>> mips build test using it if possible.
>
> Hi Guenter,
>
> I'm still using this old one from kernel.org:
>
> https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.3/x86_64-gcc-4.6.3-nolibc_mips-linux.tar.bz2
>
Odd, that works just fine for me when building v4.4. It correctly detects
that it can not build vdso and skips it as expected.
Puzzled ...
Guenter
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web