We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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...
Building...
Fails with this error message:
Any ideas why this happends?
The text was updated successfully, but these errors were encountered: