Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
I am getting followinf error when I try to make after making appropriate selections in kernel configuration. What could be the possible issue? I am using gcc 4.8.1
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.
I am getting followinf error when I try to make after making appropriate selections in kernel configuration. What could be the possible issue? I am using gcc 4.8.1
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.
^ make[1]: * [arch/arm/kernel/asm-offsets.s] Error 1 make: * [prepare0] Error 2
please help