Hello!
I have compiled LLVM without errors and try to do a simple hello world test using the llvmgcc frontend,
llvmgcc -o hello hello.c
and I get this error message:
gcc: installation problem, cannot exec `gccas': No such file or directory
What have I one wrong/what needs to be done?
Regards
Anders