PDA

View Full Version : compiler issue


mammal
09-13-02, 05:49 AM
I've just upgraded the kernel from redhat-rawhide. It's been compiled with gcc3.2. Modules need to be compiled with the same version of the compiler so I installed gcc3.2 and tried to compile NVdriver which went ok. But insmod complains about NVdriver using gcc2 and kernel using gcc3. I think it's because of Module-nvkernel which is linked into NVdriver and which was compiled using gcc2 (or egcs)

any solution to this?

mtrr
09-13-02, 06:54 AM
redhat installs a pathced version of modutils which perform theses checks.
until nvidia offers a gcc3.x compiled Module-nvkernel get the "official" modutils.

cheers