-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Unable to make scripts after Kernel update #74
Comments
Use this patch on the top of headers tree patch -p1 headers-debian-byteshift.patch then make scripts again and it should be fine. I need to add this to the manual asap. |
I am not sure to understand. I have done this:
But nothing happens... If I try:
I have:
|
I realized that wget download the git html page of the page so I manually put the raw content of the patch in a file. |
Ok, sorry, I just googled a bit and saw that the command to apply a path is:
The |
You made a mistake on patch downloading ;) RAW download not HTML.
The result: HOSTCC scripts/dtc/dtc.o
HOSTCC scripts/dtc/flattree.o
HOSTCC scripts/dtc/fstree.o
HOSTCC scripts/dtc/data.o
HOSTCC scripts/dtc/livetree.o
HOSTCC scripts/dtc/treesource.o
HOSTCC scripts/dtc/srcpos.o
HOSTCC scripts/dtc/checks.o
HOSTCC scripts/dtc/util.o
HOSTCC scripts/dtc/dtc-lexer.lex.o
HOSTCC scripts/dtc/dtc-parser.tab.o
HOSTLD scripts/dtc/dtc
CC scripts/mod/empty.o
HOSTCC scripts/mod/mk_elfconfig
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/modpost.o
CC scripts/mod/devicetable-offsets.s
GEN scripts/mod/devicetable-offsets.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
HOSTCC scripts/kallsyms
HOSTCC scripts/conmakehash
HOSTCC scripts/sortextable Edit: |
No problem, thanks a lot. Compilation is ok now. Sorry for newbie questions but, I have another problem now. I try to compile linux kernel modules for my Sony PlayTV witch uses firmware "/lib/firmware/dvb-usb-dib0700-1.20.fw". So following instructions here http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers I was able to build them for my first kernel 4.0.5. But if I run again the build script (from linuxtv.org), now that I have a 4.1.1 kernel, it does it as if a had the old one. So the modules are built for kernel 4.0.5. I don't know how to specify that I am now using 4.1.1 kernel. I installed all the .deb packages that your building script generated and ran "make scripts" from the new kernel headers sources and reboot. Maybe I miss something but I don't know what. |
According to that script you need to specify where are your modules.
they are here:
|
Ok, I had to run this before executing again there build script:
Then:
Now the building process identifies my kernel version correctly :) |
We help project related issues. This is not one of them. You can try to seek help here: https://forum.armbian.com/forum/25-peer-to-peer-technical-support/ |
Hello Igor,
I used your great script to build a 4.1.1 kernel only. I installed it on an existing jessie os that I took from your blog post with kernel 4.0.5. The new 4.1.1 kernel is now installed with headers... etc but, as I need dvb-usb-dib700 module for my PlayTV tuner, I need to compile the module it and to do so, I need to
make scripts
from the directory/usr/src/linux-headers-4.1.1-cubieboard2
. Unfortunately the result is this:Could you help me please ?
The text was updated successfully, but these errors were encountered: