[LLVMdev] how can I compile gnu find utilities

Reed Kotler rkotler at mips.com
Wed Oct 30 09:25:20 PDT 2013


You can use -save-temps as an addition to CCFLAGS or whatever makes sense.

On 10/30/2013 08:24 AM, lucefe wrote:
> 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
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>





More information about the llvm-dev mailing list