커널 컴파일 중에 아래와 같은 에러 메세지가 나와요...
In file included from radio-miropcm20.c:13:
../sound/lowlevel/miroaci.h:9: #error Compiling a driver that needs the ACI-mixer but without ACI-mixer support
radio-miropcm20.c: In function `pcm20_mute':
radio-miropcm20.c:33: warning: implicit declaration of function `aci_write_cmd'
radio-miropcm20.c: In function `pcm20_setfreq':
radio-miropcm20.c:73: warning: implicit declaration of function `aci_write_cmd_d'
radio-miropcm20.c: In function `pcm20_getsigstr':
radio-miropcm20.c:81: warning: implicit declaration of function `aci_indexed_cmd'
make[2]: *** [radio-miropcm20.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.2.14/drivers/char'
make[1]: *** [_modsubdir_char] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.14/drivers'
make: *** [_mod_drivers] Error 2
제 생각에는 어떤 패키지의 설치가 빠진것 같은데 뭔지 모르겠네요.
아참.... 위의 메세지는...
make modules 의 명령어를 내렸을 때 입니다.
make bzImage 로 커널컴파일은 됐구요...
모듈 커파일 할때 나는 에러 입니다.
아시는 분은 가르쳐 주시면 감사하겠습니다.