[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compiling a kernel module. gcc-3.3 vs. gcc-3.4



Here's a quick way to do it.  First make sure that U have gcc-3.4 installed:

#apt-get install gcc-3.4

Now, before you run any module installer(nvidia display driver was mine) at the prompt use:

#CC=gcc-3.4

on the same line as your run or make command.  It should work before or after with a single space after or before respectively.

Hope this helps

Reply to: