On Tue, Apr 21, 2009 at 6:23 AM, Patrick Georgi patrick.georgi@coresystems.de wrote:
Am 21.04.2009 13:30, schrieb Joseph Smith:
It does make it kind of hard to sift through to find out what is really an error and what is just missing gcc extensions...
Stefan and I found a solution: scan-build happily prefers -include over --includes=, so I changed romcc to parse that, and the makefile to emit it (gcc knows -include, too) See patch.
Thanks for finding option # 5!
Myles