Displaying 4 results from an estimated 4 matches for "build_mips_clang_llvm".
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
...using gcc-mips, it decides on it's own that zlib.h is not
>> available.
>> It also decides that valgrind is not available.
>>
>> Why the difference?
>>
> How are you configuring?
>
> -eric
>
(You can see our wiki page
https://dmz-portal.mips.com/wiki/Build_mips_clang_llvm )
Basically:
$ OPT="-target mipsel-linux-gnu -mips32r2 -gcc-toolchain ${MIPS}"
$ $CLANG_SRC/configure \
--prefix=$CLANG_INSTALL \
--build=i686-pc-linux-gnu \
--host=mipsel-linux-gnu \
--enable-optimized \ # turn on optimization
"--with-ex...
2014 Feb 25
2
[LLVMdev] configure with clang vs gcc
...wn that zlib.h is not
>> available.
>> It also decides that valgrind is not available.
>>
>> Why the difference?
>>
>> How are you configuring?
>>
>> -eric
>>
>>
>> (You can see our wiki page
>> https://dmz-portal.mips.com/wiki/Build_mips_clang_llvm )
>>
>> Basically:
>>
>> $ OPT="-target mipsel-linux-gnu -mips32r2 -gcc-toolchain ${MIPS}"
>>
>>
>> $ $CLANG_SRC/configure \
>> --prefix=$CLANG_INSTALL \
>> --build=i686-pc-linux-gnu \
>> --host=mipsel-linux-gnu \...
2014 Feb 25
3
[LLVMdev] configure with clang vs gcc
...is not available.
>>>>
>>>> Why the difference?
>>>>
>>>> How are you configuring?
>>>>
>>>> -eric
>>>>
>>>>
>>>> (You can see our wiki page
>>>> https://dmz-portal.mips.com/wiki/Build_mips_clang_llvm )
>>>>
>>>> Basically:
>>>>
>>>> $ OPT="-target mipsel-linux-gnu -mips32r2 -gcc-toolchain ${MIPS}"
>>>>
>>>>
>>>> $ $CLANG_SRC/configure \
>>>> --prefix=$CLANG_INSTALL \
>>>>...
2014 Feb 25
3
[LLVMdev] configure with clang vs gcc
I'm trying to build a native hosted mips compiler on ubuntu x86.
When I run configure with clang/llvm as the compiler, configure thinks
that zlib is present and that valgrind is.
But later on the make it cannot find zlib.h. If I tell it to not do
compression, then it does not look for
zlib.h but dies looking for valgrind, even if I tell it to disable-valgrind.
If I configure using