Re: [CIL users] parser error for asm goto with CIL version 1.7.3

2014-07-23 Thread hitesh padekar
at 04:36:41PM -0700, hitesh padekar wrote: > > Could somebody tell me how can I resolve this parser error for CIL > > compilation. I am getting : syntax error > > Parsing errorFatal error: exception Frontc.ParseError("Parse error") > > Known limitation: > https:/

[CIL users] parser error for asm goto with CIL version 1.7.3

2014-07-23 Thread hitesh padekar
Hi, Could somebody tell me how can I resolve this parser error for CIL compilation. I am getting : syntax error Parsing errorFatal error: exception Frontc.ParseError("Parse error") for asm goto line in the below code: asm goto("1: jmp %l[t_no]\n" "2:\n"

[CIL users] CIL for kernel compilation

2014-07-16 Thread hitesh padekar
Hi, We want to perform static analysis of the linux kernel and for that we want to use CIL to get kernel data structures. Could someone please help me to compile linux kernel for ARM platform using CIL (C Intermediate Language). I compiled MyModule as a new feature to the CIL and want to use this