[Arm-netbook] Framebuffer support - Mele A1000
Iain Bullard
iain.bullard at gmail.com
Mon Jul 9 10:21:49 BST 2012
On 9 July 2012 09:58, Marco Caminati <spam.caminati at yahoo.com> wrote:
> On Fri, Apr 6, 2012 at 9:28 AM, cnxsoft <cnxsoft at cnx-software.com> wrote:
>
>> I've built a kernel with fb console and display driver built in the kernel.
>> Changes in the config:
>>
>> Device Drivers -> Graphics support -> Console display driver support ->
>>
>> [*] Framebuffer Console support
>>
>> Device Drivers -> Graphics support ->
>> [*] HDMI Driver Support (sun4i)
>> [*] DISP Driver Support (sun4i)
>> [*] LCD Driver Support (sun4i)
>>
>
> I did the same on my A10 tablet running Debian (http://forum.doozan.com/read.php?6,8530,8530,quote=1), so no cross-compiling.
> However, upon compiling the kernel, I get this error:
>
> CC mm/fadvise.o
> CC arch/arm/mm/mmap.o
> CC arch/arm/mm/pgd.o
> CC fs/file_table.o
> gcc: internal compiler error: Killed (program cc1)
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
> make[1]: *** [kernel/sched.o] Error 4
> make[1]: *** Waiting for unfinished jobs....
^^ This is gcc crashing rather than a compilation error. also
compiling kernel/sched shouldn't have anything to do with the
framebuffer.
There are known issues relating to the frame buffer console:
https://github.com/amery/linux-allwinner/issues/6
So even if you manage to compile it you'll still have problems running with it.
I'd diff your .config with the def_config and see what is different.
Perhaps your menuconfig changed some other options.
Iain.
More information about the arm-netbook
mailing list