Displaying 11 results from an estimated 11 matches for "pr686".
2007 May 09
2
[LLVMdev] Compiling glibc on Linux
...> The support for configuring new languages, etc. is weak. There
> are many command line configurations that cannot be achieved
> with the current support. Furthermore the grammar is
> cumbersome
> for configuration files. Please see http://llvm.org/PR686 for
> further details.
>
> That said, you should be able to get it to work with llvm-gcc.
>
> Did you build llvm-gcc? Did you check the paths in the "c" config
> file?
> Did you install the config files?
>
> All of these things need to be done in order...
2007 May 09
0
[LLVMdev] Compiling glibc on Linux
...Poor configuration support
The support for configuring new languages, etc. is weak. There
are many command line configurations that cannot be achieved
with the current support. Furthermore the grammar is cumbersome
for configuration files. Please see http://llvm.org/PR686 for
further details.
That said, you should be able to get it to work with llvm-gcc.
Did you build llvm-gcc? Did you check the paths in the "c" config file?
Did you install the config files?
All of these things need to be done in order for the standard config
file to work.
Rei...
2007 May 09
2
[LLVMdev] Compiling glibc on Linux
Hi,
I am trying to compile glibc on Linux using llvm. I need to do this
for a research project.
The problem is that llvmc doesn't work, and I guess I have to set
CC=llvmc to get the glic compiled. For some reason llvmc complains
that it cannot find %llvmcc1%. I have this problem both on my Mac and
my Linux system. Other tools that I have tested including llvm-gcc
work without any
2007 May 09
0
[LLVMdev] Compiling glibc on Linux
...The support for configuring new languages, etc. is weak. There
>> are many command line configurations that cannot be achieved
>> with the current support. Furthermore the grammar is
>> cumbersome
>> for configuration files. Please see http://llvm.org/PR686 for
>> further details.
>>
>> That said, you should be able to get it to work with llvm-gcc.
>>
>> Did you build llvm-gcc? Did you check the paths in the "c" config
>> file?
>> Did you install the config files?
>>
>> All of the...
2007 May 09
2
[LLVMdev] Compiling glibc on Linux
...languages, etc. is weak.
>>> There
>>> are many command line configurations that cannot be achieved
>>> with the current support. Furthermore the grammar is
>>> cumbersome
>>> for configuration files. Please see http://llvm.org/PR686
>>> for
>>> further details.
>>>
>>> That said, you should be able to get it to work with llvm-gcc.
>>>
>>> Did you build llvm-gcc? Did you check the paths in the "c" config
>>> file?
>>> Did you install the...
2007 May 09
0
[LLVMdev] Compiling glibc on Linux
...> >>> There
> >>> are many command line configurations that cannot be achieved
> >>> with the current support. Furthermore the grammar is
> >>> cumbersome
> >>> for configuration files. Please see http://llvm.org/PR686
> >>> for
> >>> further details.
> >>>
> >>> That said, you should be able to get it to work with llvm-gcc.
> >>>
> >>> Did you build llvm-gcc? Did you check the paths in the "c" config
> >>> fil...
2007 May 09
3
[LLVMdev] Compiling glibc on Linux
...>>> are many command line configurations that cannot be
>>>>> achieved
>>>>> with the current support. Furthermore the grammar is
>>>>> cumbersome
>>>>> for configuration files. Please see http://llvm.org/PR686
>>>>> for
>>>>> further details.
>>>>>
>>>>> That said, you should be able to get it to work with llvm-gcc.
>>>>>
>>>>> Did you build llvm-gcc? Did you check the paths in the "c" config
>&...
2007 May 09
0
[LLVMdev] Compiling glibc on Linux
...are many command line configurations that cannot be
> >>>>> achieved
> >>>>> with the current support. Furthermore the grammar is
> >>>>> cumbersome
> >>>>> for configuration files. Please see http://llvm.org/PR686
> >>>>> for
> >>>>> further details.
> >>>>>
> >>>>> That said, you should be able to get it to work with llvm-gcc.
> >>>>>
> >>>>> Did you build llvm-gcc? Did you check the paths in...
2006 Aug 14
0
[LLVMdev] Problem with stock llvmc configuration for C
...gt;
> How can this library problem be solved?
Probably with "make install" from LLVM build directory and by
configuring LLVM with --with-llvmgccdir=.
Please note that llvmc is (still!) a work in progress. The configuration
code, in particular, is due for some improvement. Please see PR686
(http://llvm.org/bugs/show_bug.cgi?id=686) for further details.
>
> Kind regards,
>
> Bram Adams
> GH-SEL, INTEC, Ghent University (Belgium)
Hope it helps,
Reid
2006 Aug 13
2
[LLVMdev] Problem with stock llvmc configuration for C
Hi,
Apparently there are two bugs in tools/llvmc/c:
/.../llvm/tools/llvmc/c:12: Error: Invalid top level configuration item
/.../llvm/tools/llvmc/c:28: Error: Expecting a program name
/.../llvm/tools/llvmc/c had 2 errors. Terminating.
The first error relates to the following line(s):
lang.libs=%llvmgccdir%/lib %llvmgccdir%/lib \
%llvmgccdir%/lib/gcc/%llvmgccarch%
... the other one to:
2007 May 09
1
[LLVMdev] Compiling glibc on Linux
...t cannot be
>>>>>>> achieved
>>>>>>> with the current support. Furthermore the grammar is
>>>>>>> cumbersome
>>>>>>> for configuration files. Please see http://llvm.org/
>>>>>>> PR686
>>>>>>> for
>>>>>>> further details.
>>>>>>>
>>>>>>> That said, you should be able to get it to work with llvm-gcc.
>>>>>>>
>>>>>>> Did you build llvm-gcc? Did you c...