Re: [U-Boot] GCC 5.x compile errors

2015-07-01 Thread Daniel Schwierzeck
Am 01.07.2015 um 07:53 schrieb Albert ARIBAUD: Hello ANDY, On Tue, 30 Jun 2015 22:02:38 +, ANDY KENNEDY andy.kenn...@adtran.com wrote: Attempted to build u-boot with gcc 5.x for mipsel 32. Result was that I get brokenness around arch/mips/include/asm/io.h and

Re: [U-Boot] GCC 5.x compile errors

2015-06-30 Thread Albert ARIBAUD
Hello ANDY, On Tue, 30 Jun 2015 22:02:38 +, ANDY KENNEDY andy.kenn...@adtran.com wrote: Attempted to build u-boot with gcc 5.x for mipsel 32. Result was that I get brokenness around arch/mips/include/asm/io.h and arch/mips/include/asm/system.h. The source lines all look something like:

[U-Boot] GCC 5.x compile errors

2015-06-30 Thread ANDY KENNEDY
Attempted to build u-boot with gcc 5.x for mipsel 32. Result was that I get brokenness around arch/mips/include/asm/io.h and arch/mips/include/asm/system.h. The source lines all look something like: extern inline void func() { func text ; } Question: Is that valid C text? I have