Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.4.y] Odroid-XU4 Kernel won't compile #430

Open
semidark opened this issue Sep 23, 2022 · 0 comments
Open

[5.4.y] Odroid-XU4 Kernel won't compile #430

semidark opened this issue Sep 23, 2022 · 0 comments

Comments

@semidark
Copy link

Hi,

i installed the latest Ubuntu minimal image ubuntu_5.4.
I'm trying to rebuild the Kernel so I can fiddle arount with it eventually.

But after downloading the 5.4.y branch and using the current kernel config...

wget https://github.com/hardkernel/linux/archive/refs/heads/odroid-5.4.y.zip
unzip odroid-5.4.y.zip
cd linux-odroid-5.4.y/
cat /proc/config.gz | gunzip > .config

Building...

nice make -j`nproc` bindeb-pkg

Fails with this error message:

[...]
  HDRINST usr/include/rdma/rdma_user_rxe.h
  HDRINST usr/include/rdma/siw-abi.h
  HDRINST usr/include/rdma/rdma_user_ioctl_cmds.h
error: include/uapi/linux/fb.h: leak CONFIG_FB_BACKLIGHT to user-space
  HDRINST usr/include/rdma/mlx5_user_ioctl_cmds.h
make[6]: *** [scripts/Makefile.headersinst:63: usr/include/linux/fb.h] Error 1
make[6]: *** Waiting for unfinished jobs....
make[5]: *** [Makefile:1229: headers] Error 2
make[4]: *** [scripts/Makefile.package:87: intdeb-pkg] Error 2
make[3]: *** [Makefile:1475: intdeb-pkg] Error 2
make[2]: *** [debian/rules:9: binary-arch] Error 2
dpkg-buildpackage: error: fakeroot -u debian/rules binary subprocess returned exit status 2
make[1]: *** [scripts/Makefile.package:83: bindeb-pkg] Error 2
make: *** [Makefile:1475: bindeb-pkg] Error 2

Any ideas why this happends?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant