[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CALkWK0nzk6s-C97ze4Ev8gY6fwPbf-qRCfCDvDDE56HFxvzw0A@mail.gmail.com>
Date: Sat, 28 Sep 2013 14:06:00 +0530
From: Ramkumar Ramachandra <artagnon@...il.com>
To: Andreas Schwab <schwab@...ux-m68k.org>
Cc: Catalin Marinas <catalin.marinas@....com>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [QUERY] Building and testing Aarch64
Andreas Schwab wrote:
>> I'm not exactly sure what went wrong: I made sure to compile my kernel
>> with virtio support.
>
> Make sure you have CONFIG_VIRTIO_MMIO enabled.
Now, I get the following build error:
LD init/built-in.o
drivers/built-in.o: In function `vgacon_init':
:(.text+0xbc4): undefined reference to `screen_info'
:(.text+0xbc8): undefined reference to `screen_info'
drivers/built-in.o: In function `vgacon_startup':
:(.text+0xc1c): undefined reference to `screen_info'
:(.text+0xc28): undefined reference to `screen_info'
:(.text+0xc74): undefined reference to `screen_info'
drivers/built-in.o::(.text+0xf9c): more undefined references to
`screen_info' follow
make: *** [vmlinux] Error 1
Is there a bug in the Kconfig dependency tree? Sounds like VIRTIO_MMIO
requires some vga (?) drivers to be compiled in as well.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists