Hi!
I can compile a source file that uses some of the files included in the kernel 
using the following command:
make -C /lib/modules/3.2.0-23-generic-pae/build SUBDIRS=$PWD modules

But when I try to compile it using CIL:
make CC="/home/ahmad/cilabp-master/CIL/bin/cilly" -C 
/lib/modules/3.2.0-23-generic-pae/build SUBDIRS=$PWD modules

I receive the following error:
/usr/src/linux-headers-3.2.0-23-generic-pae/arch/x86/include/asm/cpufeature.h[341:0-0]
 : syntax error
Parsing errorFatal error: exception Frontc.ParseError("Parse error")
make[1]: *** [/home/ahmad/cilabp-master/CIL/bin/logcalls/hello.mod.o] Error 2
make: *** [modules] Error 2
make: Leaving directory `/usr/src/linux-headers-3.2.0-23-generic-pae'

I can not even compile an empty file using the "-C 
/lib/modules/3.2.0-23-generic-pae/build" option!
Any solution?
I want to perform some st

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to