Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] compiling linux kernel 2.6 in eclipse-CDT

We've successfully built the linux kernel in CDT, on machines with less
memory than that.  We actually use a custom project-type in our
CDT-based product, but I think it should also work in a Standard Make
project.  One thing I would definitely recommend is turning off the
indexer, or switching to the Ctags based indexer.

  Jeremiah Lott
  TimeSys Corporation

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Jayesh Salvi
> Sent: Wednesday, December 07, 2005 11:14 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] compiling linux kernel 2.6 in eclipse-CDT
> 
> 
> Hi,
> 
> I tried to compile entire linux kernel 2.6.14 source tree in
> eclipse(3.1)-CDT(3.0) twice. Both the times JVM crashed for
> OutOfMemory. My machine is Intel Pentium M, 640MB RAM, RH Fedora Core
> 4.
> 
> Has anyone done successful linux kernel build in eclipse CDT? Will
> increasing the RAM solve this issue - or there is any memory leak in
> CDT?
> 
> Thanks.
> --
> 
> Jayesh
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top