search for: myllvmpath

Displaying 1 result from an estimated 1 matches for "myllvmpath".

Did you mean: llvmpath
2007 Jun 11
1
[LLVMdev] Getting started question.
Hi, I downloaded and installed the front-end (llvm-gcc 4), and downloaded, configured, and built llvm-2.0 using -prefix=[myllvmPath] and -with-llvmgccdir=[llvm-gccPath] When I try to use sparc as target, llvm-gcc does not recognize it. I used -march=sparc and it gives two errors: "bad value (sparc) for -march= switch" "bad value (sparc) for -mtune= switch" I used -bsparc as argument to llvm-gcc an...