
Linux内核
庄山浪水
这个作者很懒,什么都没留下…
展开
-
fastboot: error while loading shared libraries: libstdc++.so.6: cannot open shared object file
[root@localhost share_vm]# fastbootfastboot: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory[root@localhost share_vm]# yum install libstdc++Loaded plugins: fastestmirror, product-id, s..原创 2020-10-09 01:05:31 · 1130 阅读 · 0 评论 -
Centos系统在make menuconfig提示:requires the ncurses libraries.
[root@localhost kernel]# make menuconfig ***Unable to find the ncurses libraries or the ***required header files. ***'make menuconfig' requires the ncurses libraries. *** ***Install ncurses (ncurses-...原创 2018-05-09 09:36:49 · 1457 阅读 · 1 评论 -
MIPS架构下,内核出现oops错误!
[ 6083.277531] CPU 0 Unable to handle kernel paging request at virtual address 000000dc, epc == 800256f4, ra == 8001bd44[ 6083.288481] Oops[#1]:[ 6083.290827] CPU: 0 PID: 0 Comm: Tainted: G ...原创 2018-08-25 14:51:57 · 1699 阅读 · 1 评论 -
在内核中添加USB接口设备(U盘)驱动
在内核中添加USB接口设备(U盘)驱动make menuconfiga) Device Driver---> SCSI devices support---> <*> SCSI device support <*> SCSI disk supportb...原创 2019-04-12 21:26:47 · 1960 阅读 · 1 评论 -
写驱动时报警告:ISO C90 forbids mixed declarations and code
函数内 定义变量前面有printk导致。原创 2019-07-14 12:38:35 · 227 阅读 · 0 评论