cparser icon indicating copy to clipboard operation
cparser copied to clipboard

cannot compile multiple .c files at once

Open rofl0r opened this issue 6 years ago • 0 comments

cparser a.c b.c c.c -o foo
./src/driver/c_driver.c:761: panic in build_firm_ir: compiling multiple files/translation units not yet supported
Aborted

this is a major bummer for me as it does not allow me to use my build system RcB2 with cparser.

can't we just compile each file on its own, write it somewhere to tmp, and then link the whole bunch together when the compiler is used liked this ?

rofl0r avatar Apr 10 '19 02:04 rofl0r