version magic 일치 하지 않 는 문제 해결

768 단어 Modulemakefile
http://tldp.org/LDP/lkmpg/2.6/html/x380.html
커 널 모듈 을 컴 파일 한 후, 이 모듈 을 설치 한 기계 가 일치 하지 않 는 커 널 을 실행 하면 보고 합 니 다.
insmod: error inserting 'poet_atkm.ko': -1 Invalid module format

/var/log/message , version magic 。
Jun  4 22:07:54 localhost kernel: poet_atkm: version magic '2.6.5-1.358custom 686 
REGPARM 4KSTACKS gcc-3.3' should be '2.6.5-1.358 686 REGPARM 4KSTACKS gcc-3.3'

 
사실 Makefile 의 값 을 기 존 kernel 과 일치 하 는 것 으로 바 꾸 면 됩 니 다.
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 5
EXTRAVERSION = -1.358custom

좋은 웹페이지 즐겨찾기