- 积分
- 8
贡献52
飞刀10 FD
注册时间2024-12-24
在线时间1 小时


扫一扫,手机访问本帖 
|
本帖最后由 linuxbber 于 2025-1-10 09:03 编辑
想把kernenl编译完成后,打包出来header的deb包,使用make deb-pkg,出错如下:
dpkg-source: info: using source format '1.0'
dpkg-source: warning: source directory 'kernel' is not <sourcepackage>-<upstreamversion> 'linux-5.10.66-5.10.66'
dpkg-source: warning: .orig directory name kernel.orig is not <package>-<upstreamversion> (wanted linux-5.10.66-5.10.66.orig)
dpkg-source: info: building linux-5.10.66 using existing linux-5.10.66_5.10.66.orig.tar.gz
dpkg-source: info: building linux-5.10.66 in linux-5.10.66_5.10.66-1.diff.gz
dpkg-source: warning: ignoring deletion of file .scmversion
dpkg-source: warning: newly created empty file '.find-ignore' will not be represented in diff
dpkg-source: error: cannot represent change to .tar.bz2: binary file contents changed
dpkg-source: warning: newly created empty file 'android/gki_aarch64_modules' will not be represented in diff
dpkg-source: error: cannot represent change to logo.bmp: binary file contents changed
dpkg-source: error: cannot represent change to logo_kernel.bmp: binary file contents changed
dpkg-source: warning: the diff modifies the following upstream files:
我先用./build.sh kernel编译完内核,然后进入kernel目录,执行make ARCH=arm64 deb-pkg
有没大佬编译过的,具体怎么操作?
|
-
|