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

Re: kernel 2.6 compile error



On Wednesday 27 July 2005 07:16, Paras pradhan <pradhanparas@gmail.com>
(<[🔎] 8b711df40507270616530bf1a2@mail.gmail.com>) wrote:

> i am using debian sid using kernel 2.6.11. i want to build the custom
> compile using make-kpkg.
> 
> gcc (GCC) 4.0.1 (Debian 4.0.1-2)
> g++ (GCC) 4.0.1 (Debian 4.0.1-2)

Try this.  Edit the top-level makefile;
e.g., /usr/src/kernel-source-2.6.11/Makefile.

Change:

  HOSTCC          = gcc
  HOSTCXX         = g++

to read:

  HOSTCC          = gcc-3.3
  HOSTCXX         = g++-3.3

and run make-kpkg.

It works for me.  I am not an expert.



Reply to: