[LLVMdev] how can I compile gnu find utilities

lucefe noviceup at gmail.com
Wed Oct 30 08:24:35 PDT 2013


Hi,

I want to compile gnu utility 'find' to get an executed *.bc file, so I use
the following commands:

./configure CC=/path/to/llvm-gcc LD=/path/to/llvm-ld
make
make install

However, at the end I did not get any *.bc file, and the generated file
'find' is said to "Invalid bitcode signature". where is the error, and what
should I do? Thank you all.



noviceup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131030/8f34af3b/attachment.html>


More information about the llvm-dev mailing list