[CIL users] Error when want to output the Cabs

2009-04-13 Thread pengwen
Hi all When I use the output option "--cabsonly",the program break and exit with error. The command is "./bin/cilly --save-temps=./output hello.c --cabsonly=hello.cabs -o ./output/hello" The error is: gcc -D_GNUCC -E -DCIL=1 hello.c -o output/hello.i /home/pengwen/parlang/proj/cilpr

[CIL users] help to output Cabs

2009-04-13 Thread pengwen
Hi all I am new to CIL, and try to pint the Cabs in order to find the difference between Cabs and CIL. So I use the parameter "--cabsonly" to define the Cabs output file name. But the project exit with error "Fatal error: exception Invalid_argument("index out of bounds")". The command