mailing list of musl libc
 help / color / mirror / code / Atom feed
* Troubles to build second stage of GCC for powerpc64le and powerpc
@ 2018-07-09 12:58 Nagakamira
  2018-07-09 13:10 ` Szabolcs Nagy
  0 siblings, 1 reply; 9+ messages in thread
From: Nagakamira @ 2018-07-09 12:58 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 476 bytes --]

Hi everyone! I having troubles with building second stage of GCC for
powerpc64le and powerpc. Log: https://pastebin.com/LTzK6Btw I using GCC
7.3.0 with nsz's pacthset. To configure GCC for powerpc64le I used this
args: "--with-abi=elfv2 --enable-secureplt --enable-decimal-float=no
--enable-targets=powerpcle-linux" To configure GCC for powerpc I used this
args: "--enable-secureplt --enable-decimal-float=no". General args for GCC
are: https://pastebin.com/7jQY3Ki6.
Thanks.

[-- Attachment #2: Type: text/html, Size: 908 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Troubles to build second stage of GCC for powerpc64le and powerpc
  2018-07-09 12:58 Troubles to build second stage of GCC for powerpc64le and powerpc Nagakamira
@ 2018-07-09 13:10 ` Szabolcs Nagy
  2018-07-09 13:14   ` Nagakamira
  0 siblings, 1 reply; 9+ messages in thread
From: Szabolcs Nagy @ 2018-07-09 13:10 UTC (permalink / raw)
  To: musl

* Nagakamira <nagakamira@gmail.com> [2018-07-09 15:58:06 +0300]:
> Hi everyone! I having troubles with building second stage of GCC for
> powerpc64le and powerpc. Log: https://pastebin.com/LTzK6Btw I using GCC
> 7.3.0 with nsz's pacthset. To configure GCC for powerpc64le I used this
> args: "--with-abi=elfv2 --enable-secureplt --enable-decimal-float=no
> --enable-targets=powerpcle-linux" To configure GCC for powerpc I used this
> args: "--enable-secureplt --enable-decimal-float=no". General args for GCC
> are: https://pastebin.com/7jQY3Ki6.
> Thanks.


i recently updated that patchset are you using the latest version?
in particular this patch is probably not applied:

http://port70.net/~nsz/musl/gcc-7.3.0/0008-Revert-PR-driver-81523-Make-static-override-pie.patch

i think i could build a powerpc64le toolchain with these patches
using musl-cross-make, but i will verify this later.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Troubles to build second stage of GCC for powerpc64le and powerpc
  2018-07-09 13:10 ` Szabolcs Nagy
@ 2018-07-09 13:14   ` Nagakamira
  2018-07-09 17:29     ` Szabolcs Nagy
  0 siblings, 1 reply; 9+ messages in thread
From: Nagakamira @ 2018-07-09 13:14 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 1025 bytes --]

Yes I use the recent patchset

2018-07-09 16:10 GMT+03:00 Szabolcs Nagy <nsz@port70.net>:

> * Nagakamira <nagakamira@gmail.com> [2018-07-09 15:58:06 +0300]:
> > Hi everyone! I having troubles with building second stage of GCC for
> > powerpc64le and powerpc. Log: https://pastebin.com/LTzK6Btw I using GCC
> > 7.3.0 with nsz's pacthset. To configure GCC for powerpc64le I used this
> > args: "--with-abi=elfv2 --enable-secureplt --enable-decimal-float=no
> > --enable-targets=powerpcle-linux" To configure GCC for powerpc I used
> this
> > args: "--enable-secureplt --enable-decimal-float=no". General args for
> GCC
> > are: https://pastebin.com/7jQY3Ki6.
> > Thanks.
>
>
> i recently updated that patchset are you using the latest version?
> in particular this patch is probably not applied:
>
> http://port70.net/~nsz/musl/gcc-7.3.0/0008-Revert-PR-
> driver-81523-Make-static-override-pie.patch
>
> i think i could build a powerpc64le toolchain with these patches
> using musl-cross-make, but i will verify this later.
>

[-- Attachment #2: Type: text/html, Size: 1814 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Troubles to build second stage of GCC for powerpc64le and powerpc
  2018-07-09 13:14   ` Nagakamira
@ 2018-07-09 17:29     ` Szabolcs Nagy
  2018-07-09 18:18       ` Nagakamira
  0 siblings, 1 reply; 9+ messages in thread
From: Szabolcs Nagy @ 2018-07-09 17:29 UTC (permalink / raw)
  To: musl

* Nagakamira <nagakamira@gmail.com> [2018-07-09 16:14:09 +0300]:
> Yes I use the recent patchset
> 

musl-cross-make with TARGET=powerpc64le-linux-musl produces a working
toolchain for me, but it seems that there is another gcc commit that
needs to be reverted: f5c42d1b08e7c71b1581ef521131e217fe576a52

i'm not sure what made the difference for you, but i'll post an updated
patchset.

> 2018-07-09 16:10 GMT+03:00 Szabolcs Nagy <nsz@port70.net>:
> > * Nagakamira <nagakamira@gmail.com> [2018-07-09 15:58:06 +0300]:
> > > Hi everyone! I having troubles with building second stage of GCC for
> > > powerpc64le and powerpc. Log: https://pastebin.com/LTzK6Btw I using GCC
> > > 7.3.0 with nsz's pacthset. To configure GCC for powerpc64le I used this
> > > args: "--with-abi=elfv2 --enable-secureplt --enable-decimal-float=no
> > > --enable-targets=powerpcle-linux" To configure GCC for powerpc I used
> > this
> > > args: "--enable-secureplt --enable-decimal-float=no". General args for
> > GCC
> > > are: https://pastebin.com/7jQY3Ki6.
> > > Thanks.
> >
> >
> > i recently updated that patchset are you using the latest version?
> > in particular this patch is probably not applied:
> >
> > http://port70.net/~nsz/musl/gcc-7.3.0/0008-Revert-PR-
> > driver-81523-Make-static-override-pie.patch
> >
> > i think i could build a powerpc64le toolchain with these patches
> > using musl-cross-make, but i will verify this later.
> >


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Troubles to build second stage of GCC for powerpc64le and powerpc
  2018-07-09 17:29     ` Szabolcs Nagy
@ 2018-07-09 18:18       ` Nagakamira
  2018-07-09 20:14         ` Szabolcs Nagy
  0 siblings, 1 reply; 9+ messages in thread
From: Nagakamira @ 2018-07-09 18:18 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 1584 bytes --]

I use custom toolchain

2018-07-09 20:29 GMT+03:00 Szabolcs Nagy <nsz@port70.net>:

> * Nagakamira <nagakamira@gmail.com> [2018-07-09 16:14:09 +0300]:
> > Yes I use the recent patchset
> >
>
> musl-cross-make with TARGET=powerpc64le-linux-musl produces a working
> toolchain for me, but it seems that there is another gcc commit that
> needs to be reverted: f5c42d1b08e7c71b1581ef521131e217fe576a52
>
> i'm not sure what made the difference for you, but i'll post an updated
> patchset.
>
> > 2018-07-09 16:10 GMT+03:00 Szabolcs Nagy <nsz@port70.net>:
> > > * Nagakamira <nagakamira@gmail.com> [2018-07-09 15:58:06 +0300]:
> > > > Hi everyone! I having troubles with building second stage of GCC for
> > > > powerpc64le and powerpc. Log: https://pastebin.com/LTzK6Btw I using
> GCC
> > > > 7.3.0 with nsz's pacthset. To configure GCC for powerpc64le I used
> this
> > > > args: "--with-abi=elfv2 --enable-secureplt --enable-decimal-float=no
> > > > --enable-targets=powerpcle-linux" To configure GCC for powerpc I
> used
> > > this
> > > > args: "--enable-secureplt --enable-decimal-float=no". General args
> for
> > > GCC
> > > > are: https://pastebin.com/7jQY3Ki6.
> > > > Thanks.
> > >
> > >
> > > i recently updated that patchset are you using the latest version?
> > > in particular this patch is probably not applied:
> > >
> > > http://port70.net/~nsz/musl/gcc-7.3.0/0008-Revert-PR-
> > > driver-81523-Make-static-override-pie.patch
> > >
> > > i think i could build a powerpc64le toolchain with these patches
> > > using musl-cross-make, but i will verify this later.
> > >
>

[-- Attachment #2: Type: text/html, Size: 2660 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Troubles to build second stage of GCC for powerpc64le and powerpc
  2018-07-09 18:18       ` Nagakamira
@ 2018-07-09 20:14         ` Szabolcs Nagy
  2018-07-09 20:16           ` Nagakamira
  0 siblings, 1 reply; 9+ messages in thread
From: Szabolcs Nagy @ 2018-07-09 20:14 UTC (permalink / raw)
  To: musl

* Nagakamira <nagakamira@gmail.com> [2018-07-09 21:18:19 +0300]:
> I use custom toolchain
> 

ok i updated the patchset

i still get a working toolchain as before, you can try and
see if it helps.

> 2018-07-09 20:29 GMT+03:00 Szabolcs Nagy <nsz@port70.net>:
> 
> > * Nagakamira <nagakamira@gmail.com> [2018-07-09 16:14:09 +0300]:
> > > Yes I use the recent patchset
> > >
> >
> > musl-cross-make with TARGET=powerpc64le-linux-musl produces a working
> > toolchain for me, but it seems that there is another gcc commit that
> > needs to be reverted: f5c42d1b08e7c71b1581ef521131e217fe576a52
> >
> > i'm not sure what made the difference for you, but i'll post an updated
> > patchset.
> >
> > > 2018-07-09 16:10 GMT+03:00 Szabolcs Nagy <nsz@port70.net>:
> > > > * Nagakamira <nagakamira@gmail.com> [2018-07-09 15:58:06 +0300]:
> > > > > Hi everyone! I having troubles with building second stage of GCC for
> > > > > powerpc64le and powerpc. Log: https://pastebin.com/LTzK6Btw I using
> > GCC
> > > > > 7.3.0 with nsz's pacthset. To configure GCC for powerpc64le I used
> > this
> > > > > args: "--with-abi=elfv2 --enable-secureplt --enable-decimal-float=no
> > > > > --enable-targets=powerpcle-linux" To configure GCC for powerpc I
> > used
> > > > this
> > > > > args: "--enable-secureplt --enable-decimal-float=no". General args
> > for
> > > > GCC
> > > > > are: https://pastebin.com/7jQY3Ki6.
> > > > > Thanks.
> > > >
> > > >
> > > > i recently updated that patchset are you using the latest version?
> > > > in particular this patch is probably not applied:
> > > >
> > > > http://port70.net/~nsz/musl/gcc-7.3.0/0008-Revert-PR-
> > > > driver-81523-Make-static-override-pie.patch
> > > >
> > > > i think i could build a powerpc64le toolchain with these patches
> > > > using musl-cross-make, but i will verify this later.
> > > >
> >


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Troubles to build second stage of GCC for powerpc64le and powerpc
  2018-07-09 20:14         ` Szabolcs Nagy
@ 2018-07-09 20:16           ` Nagakamira
  2018-07-09 21:42             ` Nagakamira
  0 siblings, 1 reply; 9+ messages in thread
From: Nagakamira @ 2018-07-09 20:16 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 2122 bytes --]

I will test tomorrow, you have backup of patchset on 1st July? I'm asked
that if GCC will not work again

On Mon, Jul 9, 2018, 11:14 PM Szabolcs Nagy <nsz@port70.net> wrote:

> * Nagakamira <nagakamira@gmail.com> [2018-07-09 21:18:19 +0300]:
> > I use custom toolchain
> >
>
> ok i updated the patchset
>
> i still get a working toolchain as before, you can try and
> see if it helps.
>
> > 2018-07-09 20:29 GMT+03:00 Szabolcs Nagy <nsz@port70.net>:
> >
> > > * Nagakamira <nagakamira@gmail.com> [2018-07-09 16:14:09 +0300]:
> > > > Yes I use the recent patchset
> > > >
> > >
> > > musl-cross-make with TARGET=powerpc64le-linux-musl produces a working
> > > toolchain for me, but it seems that there is another gcc commit that
> > > needs to be reverted: f5c42d1b08e7c71b1581ef521131e217fe576a52
> > >
> > > i'm not sure what made the difference for you, but i'll post an updated
> > > patchset.
> > >
> > > > 2018-07-09 16:10 GMT+03:00 Szabolcs Nagy <nsz@port70.net>:
> > > > > * Nagakamira <nagakamira@gmail.com> [2018-07-09 15:58:06 +0300]:
> > > > > > Hi everyone! I having troubles with building second stage of GCC
> for
> > > > > > powerpc64le and powerpc. Log: https://pastebin.com/LTzK6Btw I
> using
> > > GCC
> > > > > > 7.3.0 with nsz's pacthset. To configure GCC for powerpc64le I
> used
> > > this
> > > > > > args: "--with-abi=elfv2 --enable-secureplt
> --enable-decimal-float=no
> > > > > > --enable-targets=powerpcle-linux" To configure GCC for powerpc I
> > > used
> > > > > this
> > > > > > args: "--enable-secureplt --enable-decimal-float=no". General
> args
> > > for
> > > > > GCC
> > > > > > are: https://pastebin.com/7jQY3Ki6.
> > > > > > Thanks.
> > > > >
> > > > >
> > > > > i recently updated that patchset are you using the latest version?
> > > > > in particular this patch is probably not applied:
> > > > >
> > > > > http://port70.net/~nsz/musl/gcc-7.3.0/0008-Revert-PR-
> > > > > driver-81523-Make-static-override-pie.patch
> > > > >
> > > > > i think i could build a powerpc64le toolchain with these patches
> > > > > using musl-cross-make, but i will verify this later.
> > > > >
> > >
>

[-- Attachment #2: Type: text/html, Size: 3630 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Troubles to build second stage of GCC for powerpc64le and powerpc
  2018-07-09 20:16           ` Nagakamira
@ 2018-07-09 21:42             ` Nagakamira
  2018-07-10 11:18               ` Nagakamira
  0 siblings, 1 reply; 9+ messages in thread
From: Nagakamira @ 2018-07-09 21:42 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 43 bytes --]

Also you will make patchset for GCC 8.1.0?

[-- Attachment #2: Type: text/html, Size: 65 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Troubles to build second stage of GCC for powerpc64le and powerpc
  2018-07-09 21:42             ` Nagakamira
@ 2018-07-10 11:18               ` Nagakamira
  0 siblings, 0 replies; 9+ messages in thread
From: Nagakamira @ 2018-07-10 11:18 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 131 bytes --]

Everything works now

2018-07-10 0:42 GMT+03:00 Nagakamira <nagakamira@gmail.com>:

> Also you will make patchset for GCC 8.1.0?
>

[-- Attachment #2: Type: text/html, Size: 449 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-07-10 11:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-09 12:58 Troubles to build second stage of GCC for powerpc64le and powerpc Nagakamira
2018-07-09 13:10 ` Szabolcs Nagy
2018-07-09 13:14   ` Nagakamira
2018-07-09 17:29     ` Szabolcs Nagy
2018-07-09 18:18       ` Nagakamira
2018-07-09 20:14         ` Szabolcs Nagy
2018-07-09 20:16           ` Nagakamira
2018-07-09 21:42             ` Nagakamira
2018-07-10 11:18               ` Nagakamira

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).