简体   繁体   中英

AArch64 support in cmake 2.8.11

I have installed cmake 2.8.11 and now trying to build llvm with cmake. however I am getting the following build error

Scanning dependencies of target LLVMAArch64Utils
make[2]: *** No rule to make target `lib/Target/AArch64/AArch64GenSubtargetInfo.inc', needed by `lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/AArch64BaseInfo.cpp.o'.
Stop.

Does this mean that cmake does not have support for 64-bit architectire? If so, can someone tell me an easy way to add AArch64 patch to cmake 2.8.11.

This seems like a bug in build script. See this LLVM team bug tracker item .

Tim Northover 2013-07-14 15:57:50 CDT Hi Ray,

I think this has been fixed in r182190, which unfortunately just missed the 3.3 release itself. I'm now trying to get it into the minor release we're trying to make.

I'll leave this open, and assigned to me (as a reminder) until that happens.

Thanks for taking the time to report it, and I'm sorry you had to.

Tim.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM