Erik Cederstrand <erik <at> cederstrand.dk> writes: > I found another person having the same problem[1]. It seems ccache has > somehow cached the compile of lib/csu/i386-elf/crt1.c even though the > compilation failed. I cleared the ccache cache, and things seem to be > rolling along now.
That seems even scarier: isn't ccache supposed to hash all the input files to cache them by content? The file can be seen here: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/csu/i386-elf/crt1.c?rev=1.15;content-type=text%2Fplain Lapo
