Skip to content

error compiling #1

@wart-github

Description

@wart-github

Hi folks,

I tried to compile the kernel inside a chroot environment on my transformer prime. I did a make clean to be sure. It compiles fine but bails towards the very end with this as the last 5 lines:

LD init/built-in.o
LD .tmp_vmlinux1
kernel/built-in.o: In function kernel restart': elfcore.c(.text+0x14fa8): undefined reference todisable_auto_hotplug'
kernel/built-in.o: In function kernel_power_off': elfcore.c(.text+0x1504c): undefined reference todisable_auto_hotplug'
make: *** [.tmp_vmlinux1] Error 1

Thanks in advance for any tips. It could well be my chroot (a standard gentoo chroot done via:

mount -t proc none /data/gentoo/proc
mount -o bind /dev /data/gentoo/dev
mount -o bind /dev/pts /data/gentoo/dev/pts
mount -o bind /dev/shm /data/gentoo/dev/shm
chroot /data/gentoo /bin/bash

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions