User Tools

Site Tools


stuff

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
stuff [2023/12/14 14:13]
admin
stuff [2023/12/15 18:09]
admin
Line 1: Line 1:
- 
-https://docs.slackware.com/howtos:slackware_admin:kernelbuilding 
-================================================ 
- 
-using config: '/proc/config.gz' 
-8250_fintek config not found!! 
-*** 
-*** Compiler is too old. 
-***   Your GCC version:    4.8.2 
-***   Minimum GCC version: 5.1.0 
-*** 
-scripts/Kconfig.include:44: Sorry, this compiler is not supported. 
-make[2]: *** [localmodconfig] Error 1 
-make[1]: *** [localmodconfig] Error 2 
-make: *** [__sub-make] Error 2 
-bash-4.2# ls linux 
-ls: cannot access linux: No such file or directory 
-bash-4.2# pwd 
-/usr/src/linux 
-bash-4.2# cd .. 
-bash-4.2# ls 
-linux  linux-3.10.17  linux-4.4.14  linux-5.15.19 
- 
-GCC 4.8 will not compile linux 5.15.19 
 ====================================================================================== ======================================================================================
 Quote: Quote:
Line 38: Line 14:
 Eric, thanks so much. In my other tab of my browser this page is open: http://alien.slackbook.org/dokuwiki/...kernelbuilding Can't believe I am getting a reply from yoda himself within a few minutes of posting, surely the universe is trying to tell me something  Eric, thanks so much. In my other tab of my browser this page is open: http://alien.slackbook.org/dokuwiki/...kernelbuilding Can't believe I am getting a reply from yoda himself within a few minutes of posting, surely the universe is trying to tell me something 
 ================================================================ ================================================================
-It's important to give to the toolchain used to build the kernel the location of the kernel source tree. Otherwise, even if the compilation runs perfectly, the installation may fail with errors about missing modules or parts. 
- 
-The kernel source tree is specified through the KERNEL_TREE environment variable. It defaults to /usr/src/linux. So either export this variable in the terminal in which you make the kernel: 
- 
-export KERNEL_TREE=/usr/src/linux-3.2.61 
- 
-or define a symlink from /usr/src/linux-3.2.61 to /usr/src/linux`: 
- 
-ln -s /usr/src/linux-3.2.61 /usr/src/linux 
- 
-Of course, replace /usr/src/linux-3.2.61 with the corresponding kernel source directory. 
- 
 make -j 32 bzImage modules && \ make -j 32 bzImage modules && \
 make -j 32 modules_install && \ make -j 32 modules_install && \
Line 69: Line 33:
 Choose the name of the output you wish to change the resolution of, and: Choose the name of the output you wish to change the resolution of, and:
  
-"xrandr --output <OUTPUT> --mode 1024x768"+<file c foo> xrandr --output eDP1 --mode 1280x720 </file>
  
 ----------------------------- -----------------------------
stuff.txt ยท Last modified: 2023/12/15 18:12 by admin