|
|
#1 | |
|
Registered User
|
How do you turn of the gcc check?
the error log says something like IGNORE_CC_MISMATCH, but how does this flag work? |
|
|
|
|
|
|
#2 | |
|
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 2,105
|
IGNORE_CC_MISMATCH is an environment variable you can set. For example:
export IGNORE_CC_MISMATCH=1. It can be really dangerous to use this option. Before using it check using which gcc version your kernel was build: cat /proc/version Then check what the current gcc version is you are using: gcc -v. If the version numbers match you can use the option. (if the kernel was build using gcc 3.2 and your current is 3.3 it likely works fine) Else if your kernel was build using gcc 2.9x and you current is gcc 3.x you really can't use the cc_mismatch option. |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| gcc version3 kenrel module problems | valserWater | NVIDIA Linux | 11 | 09-07-02 09:40 AM |
| *** Failed cc sanity check. Bailing out! *** help needed | Matias | NVIDIA Linux | 2 | 08-25-02 02:23 PM |
| Kernel drivers and GCC 3.2 | Alan666 | NVIDIA Linux | 2 | 08-24-02 10:21 PM |
| NVIDIA_kernel with gcc 3.2 based linux kernel | akay | NVIDIA Linux | 18 | 08-24-02 09:23 AM |
| Question about GCC version | shosking | NVIDIA Linux | 5 | 07-29-02 11:10 AM |