[cfe-dev] need help
David Chisnall
csdavec at swan.ac.uk
Tue May 17 13:49:10 PDT 2011
On 17 May 2011, at 21:00, Sebastian Redl wrote:
> Looks like you're not including <string.h>. I don't see that this is a Clang development issue.
You missed the real error, on the line below:
> /usr/bin/ld: crtbegin.o: No such file: No such file or directory
> clang: error: linker command failed with exit code 1 (use -v to see invocation)
Looks like the clang driver is not passing the correct arguments to ld.
David
More information about the cfe-dev
mailing list