Am Donnerstag, 18. Juni 2015, 19:24:07 schrieb Guillaume Gardet:
> Hi,
> 
> I updated kernel-raspberrypi config to get initrd support but it fails to 
> build with gcc 5. :(
> 
> It is a kernel 3.11.4 where I added include/linux/compiler-gcc5.h
> 
> Any idea how to fix it?
> 
> https://build.opensuse.org/package/show/devel:ARM:Factory:Contrib:RaspberryPi/kernel-raspberrypi
arch/arm/include/asm/glue-cache.h uses "extern inline", which won't work:
https://gcc.gnu.org/gcc-5/porting_to.html
It was changed to "static inline" in 76ae03828756bac2c1fa2c7eff7485e5f815dbdb

Cheers,
Fabian

> Guillaume

-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to