[solved] Errors when building a kernel

Tom H tomh0665 at gmail.com
Sun Aug 23 16:10:01 UTC 2015


On Sun, Aug 23, 2015 at 4:04 AM, Ralf Mardorf
<ralf.mardorf at alice-dsl.net> wrote:
> On Sat, 22 Aug 2015 22:54:22 +0200, I wrote:


>> Tom's hint is useful, menuconfig's search option does the trick, I
>> seemingly got rid of MPILIB=m.
>>
>>Thank you.
>
> Thank you Tom :)

You're welcome.


> I was able to build the kernel packages and the Wily install currently
> runs the kernel successfully.

Good :)


> [weremouse at moonstudio ~]$ uname -a
> Linux moonstudio 3.10.61-rt65-1-moonstudio #1 SMP PREEMPT RT Sun Aug 23
> 02:13:10 CEST 2015 x86_64 x86_64 x86_64 GNU/Linux
>
> In edition I needed to "disable"
>
> CONFIG_MEGARAID
> CONFIG_PCH_GBE

Dependencies...


> Build with
>
> [root at moonstudio src]# export CONCURRENCY_LEVEL=2;wget
> https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.10.61.tar.gz
> https://www.kernel.org/pub/linux/kernel/projects/rt/3.10/older/patch-3.10.61-rt65.patch.gz
> && tar zxf linux-3.10.61.tar.gz
> && mv linux-3.10.61 linux-3.10.61-rt65
> && cd linux-3.10.61-rt65 && gzip -dc ../patch-3.10.61-rt65.patch.gz | patch -p1
> && cp ../config-3.10.61-rt65-1-rt-lts.01.edit .config
> && make oldconfig && make menuconfig && make oldconfig
> && date
> && make-kpkg clean && make-kpkg --initrd kernel-image kernel-headers && make-kpkg clean
> && date

Thanks. Much more clear!




More information about the Ubuntu-devel-discuss mailing list