* [ptxdist] Is OSELAS Toolchain (arm-1136jfs-linux-gnueabihf) affected by Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854
@ 2014-10-29 13:04 Matthias Klein
2014-10-29 13:38 ` Alexander Dahl
2014-10-29 13:46 ` Juergen Borleis
0 siblings, 2 replies; 6+ messages in thread
From: Matthias Klein @ 2014-10-29 13:04 UTC (permalink / raw)
To: ptxdist
Hello,
I try to complile linux-next and get an error about GCC4.8.2:
http://permalink.gmane.org/gmane.linux.ports.arm.omap/119412
arch/arm/kernel/asm-offsets.c:53:2: error: #error Your compiler is too
buggy; it is known to miscompile kernels
#error Your compiler is too buggy; it is known to miscompile kernels
^
arch/arm/kernel/asm-offsets.c:54:2: error: #error and result in
filesystem corruption and oopses.
#error and result in filesystem corruption and oopses.
^
Is the OSELAS Toolchain affected, or can I ignore / suppress that error?
Best regards,
Matthias
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] Is OSELAS Toolchain (arm-1136jfs-linux-gnueabihf) affected by Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854
2014-10-29 13:04 [ptxdist] Is OSELAS Toolchain (arm-1136jfs-linux-gnueabihf) affected by Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854 Matthias Klein
@ 2014-10-29 13:38 ` Alexander Dahl
2014-10-29 13:47 ` Juergen Borleis
2014-10-29 13:46 ` Juergen Borleis
1 sibling, 1 reply; 6+ messages in thread
From: Alexander Dahl @ 2014-10-29 13:38 UTC (permalink / raw)
To: ptxdist
Hei hei,
Am 2014-10-29 14:04, schrieb Matthias Klein:
> I try to complile linux-next and get an error about GCC4.8.2:
> http://permalink.gmane.org/gmane.linux.ports.arm.omap/119412
omap?
> Is the OSELAS Toolchain affected, or can I ignore / suppress that error?
I compiled linux 3.17.1 for raspberry pi with the
arm-1136jfs-linux-gnueabihf variant of the OSELAS.Toolchain-2013.12.2
containing gcc 4.8.2 just fine a few hours ago.
Greets
Alex
--
»With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601 D1D5 8FBA 7744 CC87 10D0 ***
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] Is OSELAS Toolchain (arm-1136jfs-linux-gnueabihf) affected by Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854
2014-10-29 13:04 [ptxdist] Is OSELAS Toolchain (arm-1136jfs-linux-gnueabihf) affected by Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854 Matthias Klein
2014-10-29 13:38 ` Alexander Dahl
@ 2014-10-29 13:46 ` Juergen Borleis
2014-10-29 15:02 ` Jon Ringle
1 sibling, 1 reply; 6+ messages in thread
From: Juergen Borleis @ 2014-10-29 13:46 UTC (permalink / raw)
To: ptxdist; +Cc: Matthias Klein
Hi Matthias,
On Wednesday 29 October 2014 14:04:14 Matthias Klein wrote:
> I try to complile linux-next and get an error about GCC4.8.2:
> http://permalink.gmane.org/gmane.linux.ports.arm.omap/119412
>
> arch/arm/kernel/asm-offsets.c:53:2: error: #error Your compiler is too
> buggy; it is known to miscompile kernels
> #error Your compiler is too buggy; it is known to miscompile kernels
> ^
> arch/arm/kernel/asm-offsets.c:54:2: error: #error and result in
> filesystem corruption and oopses.
> #error and result in filesystem corruption and oopses.
> ^
>
> Is the OSELAS Toolchain affected, or can I ignore / suppress that error?
You can ignore this error (but you must comment out the test). Our
OSELAS-4.8.2-Toolchains have the required patch already applied.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] Is OSELAS Toolchain (arm-1136jfs-linux-gnueabihf) affected by Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854
2014-10-29 13:38 ` Alexander Dahl
@ 2014-10-29 13:47 ` Juergen Borleis
0 siblings, 0 replies; 6+ messages in thread
From: Juergen Borleis @ 2014-10-29 13:47 UTC (permalink / raw)
To: ptxdist
Hi Alexander,
On Wednesday 29 October 2014 14:38:04 Alexander Dahl wrote:
> Am 2014-10-29 14:04, schrieb Matthias Klein:
> > I try to complile linux-next and get an error about GCC4.8.2:
> > http://permalink.gmane.org/gmane.linux.ports.arm.omap/119412
>
> omap?
>
> > Is the OSELAS Toolchain affected, or can I ignore / suppress that error?
>
> I compiled linux 3.17.1 for raspberry pi with the
> [...]
3.17.1 != linux-next
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] Is OSELAS Toolchain (arm-1136jfs-linux-gnueabihf) affected by Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854
2014-10-29 13:46 ` Juergen Borleis
@ 2014-10-29 15:02 ` Jon Ringle
2014-10-29 15:35 ` Juergen Borleis
0 siblings, 1 reply; 6+ messages in thread
From: Jon Ringle @ 2014-10-29 15:02 UTC (permalink / raw)
To: ptxdist
[-- Attachment #1.1: Type: text/plain, Size: 946 bytes --]
On Wed, Oct 29, 2014 at 9:46 AM, Juergen Borleis <jbe@pengutronix.de> wrote:
> Hi Matthias,
>
> On Wednesday 29 October 2014 14:04:14 Matthias Klein wrote:
> > I try to complile linux-next and get an error about GCC4.8.2:
> > http://permalink.gmane.org/gmane.linux.ports.arm.omap/119412
> >
> > arch/arm/kernel/asm-offsets.c:53:2: error: #error Your compiler is too
> > buggy; it is known to miscompile kernels
> > #error Your compiler is too buggy; it is known to miscompile kernels
> > ^
> > arch/arm/kernel/asm-offsets.c:54:2: error: #error and result in
> > filesystem corruption and oopses.
> > #error and result in filesystem corruption and oopses.
> > ^
> >
> > Is the OSELAS Toolchain affected, or can I ignore / suppress that error?
>
> You can ignore this error (but you must comment out the test). Our
> OSELAS-4.8.2-Toolchains have the required patch already applied.
>
>
Is this fixed in OSELAS.Toolchain-2013.12.1 ?
Jon
[-- Attachment #1.2: Type: text/html, Size: 1566 bytes --]
[-- Attachment #2: Type: text/plain, Size: 48 bytes --]
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] Is OSELAS Toolchain (arm-1136jfs-linux-gnueabihf) affected by Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854
2014-10-29 15:02 ` Jon Ringle
@ 2014-10-29 15:35 ` Juergen Borleis
0 siblings, 0 replies; 6+ messages in thread
From: Juergen Borleis @ 2014-10-29 15:35 UTC (permalink / raw)
To: ptxdist
Hi Jon,
On Wednesday 29 October 2014 16:02:17 Jon Ringle wrote:
> On Wed, Oct 29, 2014 at 9:46 AM, Juergen Borleis <jbe@pengutronix.de> wrote:
> > On Wednesday 29 October 2014 14:04:14 Matthias Klein wrote:
> > > I try to complile linux-next and get an error about GCC4.8.2:
> > > http://permalink.gmane.org/gmane.linux.ports.arm.omap/119412
> > >
> > > arch/arm/kernel/asm-offsets.c:53:2: error: #error Your compiler is too
> > > buggy; it is known to miscompile kernels
> > > #error Your compiler is too buggy; it is known to miscompile kernels
> > > ^
> > > arch/arm/kernel/asm-offsets.c:54:2: error: #error and result in
> > > filesystem corruption and oopses.
> > > #error and result in filesystem corruption and oopses.
> > > ^
> > >
> > > Is the OSELAS Toolchain affected, or can I ignore / suppress that
> > > error?
> >
> > You can ignore this error (but you must comment out the test). Our
> > OSELAS-4.8.2-Toolchains have the required patch already applied.
>
> Is this fixed in OSELAS.Toolchain-2013.12.1 ?
Yes, this patch was added with the 2013.12.1 release.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Borleis |
Industrial Linux Solutions | http://www.pengutronix.de/ |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-10-29 15:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-29 13:04 [ptxdist] Is OSELAS Toolchain (arm-1136jfs-linux-gnueabihf) affected by Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854 Matthias Klein
2014-10-29 13:38 ` Alexander Dahl
2014-10-29 13:47 ` Juergen Borleis
2014-10-29 13:46 ` Juergen Borleis
2014-10-29 15:02 ` Jon Ringle
2014-10-29 15:35 ` Juergen Borleis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox