IGNORE_CC_MISMATCH를 셋팅하란건
export IGNORE_CC_MISMATCH=1 이런게 아닐지.. ^^
: You appear to be compiling the NVdriver kernel module with
: a compiler different from the one that was used to compile
: the running kernel. This may be perfectly fine, but there
: are cases where this can lead to unexpected behaviour and
: system crashes.
:
: If you know what you are doing and want to override this
: check, you can do so by setting IGNORE_CC_MISMATCH.
:
: In any other case, set the CC environment variable to the
: name of the compiler that was used to compile the kernel.
:
: *** Failed cc sanity check. Bailing out! ***
: make: *** [gcc-check] 오류 1
:
: NVIDIA_kernel-1.0-3123.tar.gz
: 위파일을 make install 하면 위와 같은 메세지가 뜹니다
: gcc 는 3.2 버전인데 IGNORE_CC_MISMATCH 이 옵션을 넣으라는거 같은데
: 어떻게 사용하는지 몰라서...
: 혹 해보신분 있으면 답변 바랍니다.
: 그리고 위와 같이 make install해서 설치 하고 커널 다시 컴파일 하면
: 건지요?