[LLVMdev] llvm-build: error: invalid native target: XYZ (not in project)

Vikram Singh vsp1729 at gmail.com
Wed Sep 19 23:20:22 PDT 2012


I am trying to build cross compiler for custom processor (say XYZ) but
on compilation it is giving error

llvm-build: error: invalid native target: XYZ (not in project)

I have tried configuring like these

1. ./configure --target=XYZ
2. ./configure --target=XYZ --enable-targets=XYZ
3. ./configure --enable-targets=XYZ

But every time it is not recognising the XYZ processor.
What could be the problem?

Thanks & Regards
VSP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120920/d3b170bd/attachment.html>


More information about the llvm-dev mailing list