Re: [CIL users] Out of memory error when compiling linux 2.6 using CIL

2014-09-05 Thread Ahmad Nouralizadeh
this switch is not invoked. How can I use cilly on the kernel using my current gcc (which doesn't support -m elf_i386)? Thanks! On Tue, 9/2/14, Gabriel Kerneis wrote: Subject: Re: [CIL users] Out of memory error when compiling linux 2.6 using CIL

Re: [CIL users] Out of memory error when compiling linux 2.6 using CIL

2014-09-03 Thread Ahmad Nouralizadeh
Many Thanks! On Tue, 9/2/14, Gabriel Kerneis wrote: Subject: Re: [CIL users] Out of memory error when compiling linux 2.6 using CIL To: "Ahmad Nouralizadeh" Cc: cil-users@lists.sourceforge.net Date: Tuesday, September 2, 2014, 9:07 PM On Tue,

Re: [CIL users] Out of memory error when compiling linux 2.6 using CIL

2014-09-03 Thread Ahmad Nouralizadeh
h/x86] Error 2 make: *** Waiting for unfinished jobs CC fs/fs-writeback.o ... Many Thanks! On Tue, 9/2/14, Gabriel Kerneis wrote: Subject: Re: [CIL users] Out of memory error when compiling linux 2.6 using CIL To: "Ahmad Nouralizadeh&

Re: [CIL users] Out of memory error when compiling linux 2.6 using CIL

2014-09-02 Thread Gabriel Kerneis
On Tue, Sep 02, 2014 at 11:05:19PM +0200, Gabriel Kerneis wrote: > On Tue, Sep 02, 2014 at 02:19:12AM -0700, Ahmad Nouralizadeh wrote: > > And after that memory usage started to increase until I ran out of memory! > > Only a guess: try adding the switch --useLogicalOperators, it avoids > expansion

Re: [CIL users] Out of memory error when compiling linux 2.6 using CIL

2014-09-02 Thread Gabriel Kerneis
On Tue, Sep 02, 2014 at 02:19:12AM -0700, Ahmad Nouralizadeh wrote: > And after that memory usage started to increase until I ran out of memory! Only a guess: try adding the switch --useLogicalOperators, it avoids expansion of switch range statements. Best, -- Gabriel --