Related articles |
---|
combining c-code files into one c-code file harald.gustafsson@gmail.com (Harald Gustafsson) (2012-04-03) |
Re: combining c-code files into one c-code file cameron.mcinally@nyu.edu (Cameron McInally) (2012-04-04) |
Re: combining c-code files into one c-code file harald.gustafsson@gmail.com (Harald Gustafsson) (2012-04-04) |
Re: combining c-code files into one c-code file gene.ressler@gmail.com (Gene) (2012-04-09) |
Re: combining c-code files into one c-code file harald.gustafsson@gmail.com (Harald Gustafsson) (2012-04-18) |
From: | Harald Gustafsson <harald.gustafsson@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Wed, 18 Apr 2012 02:01:02 -0700 (PDT) |
Organization: | Compilers Central |
References: | 12-04-005 |
Keywords: | C, tools |
Posted-Date: | 18 Apr 2012 08:59:29 EDT |
Just wanted to inform you that I got another off-list tip based on my question
on this list to use CIL from Berkley.
http://sourceforge.net/projects/cil/
It has a merge function that works great, just redefining CC, LD and AR in
makefile. I also managed with the CIL-lists help to make a visitor to make all
global declarations static which I needed for Renderscript. So far I have
managed to merge the libc string operations and a malloc implementation, as
well as making libx264 compile inside renderscript (have not had a chance to
test it yet).
Thanks,
Harald
Return to the
comp.compilers page.
Search the
comp.compilers archives again.