[LLVMdev] Trying to compile llvm-gcc to mips

Julio julio.martin.hidalgo at gmail.com
Tue Jul 8 04:12:34 PDT 2008


2008/7/8 Julio <julio.martin.hidalgo at gmail.com>:

> The problem is with libgcc2, which contains libcalls needed to support
>> some operations
>> your processor cant directly do.
>>
>
> Yes, I mix up libgcc2 with libcpp... I have advanced a little, commenting
> out the fp functions. Now, it stucks at unwind-dw2.c. MipsISelLowering.cpp
> gives the error: Unsupported calling convention.
>
> By the way, I understand that these functions are treated by LLVM like
> built-in functions, and MipsISelLowering purpose is to match the arguments
> and return types?
>
> Any idea of which function can be?
>
> Thanks for all.
>

Finally I commented out  all the dward code jeje. Also, I had to eliminate
c++ cause libstdc++ was making noise, libssp, llsc, ... but finally, I have
a llvm-gcc for mips :D (how slowly compiles gcc..)

Thanks for all your help, Bruno.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080708/3e8c451b/attachment.html>


More information about the llvm-dev mailing list