Displaying 6 results from an estimated 6 matches for "sewani".
2009 Mar 14
2
[LLVMdev] [LLVMDev] trouble building gcc-frontend from source
On Fri, Mar 13, 2009 at 8:09 PM, John Criswell <criswell at cs.uiuc.edu> wrote:
> Gautam Sewani wrote:
>> On Fri, Mar 13, 2009 at 2:38 PM, Duncan Sands <baldrick at free.fr> wrote:
>>
>>> Hi, the versions of llvm-gcc and llvm you are using are
>>> not synchronized. Probably one is from subversion while
>>> the other is not.
>>>
> I'...
2009 Mar 14
0
[LLVMdev] [LLVMDev] trouble building gcc-frontend from source
On Mar 13, 2009, at 10:45 PM, Gautam Sewani wrote:
> On Fri, Mar 13, 2009 at 8:09 PM, John Criswell
> <criswell at cs.uiuc.edu> wrote:
>> Gautam Sewani wrote:
>>> On Fri, Mar 13, 2009 at 2:38 PM, Duncan Sands <baldrick at free.fr>
>>> wrote:
>>>
>>>> Hi, the versions of llvm...
2009 Mar 13
0
[LLVMdev] [LLVMDev] trouble building gcc-frontend from source
Gautam Sewani wrote:
> On Fri, Mar 13, 2009 at 2:38 PM, Duncan Sands <baldrick at free.fr> wrote:
>
>> Hi, the versions of llvm-gcc and llvm you are using are
>> not synchronized. Probably one is from subversion while
>> the other is not.
>>
I've run into this, to...
2009 Mar 13
2
[LLVMdev] [LLVMDev] trouble building gcc-frontend from source
On Fri, Mar 13, 2009 at 2:38 PM, Duncan Sands <baldrick at free.fr> wrote:
> Hi, the versions of llvm-gcc and llvm you are using are
> not synchronized. Probably one is from subversion while
> the other is not.
>
> Ciao,
>
> Duncan.
>
Ok, I 'synchronized' both of them, but now I am getting a different
error. On running make, the output ends with the
2009 Mar 16
2
[LLVMdev] [LLVMDev] trouble building gcc-frontend from source
On Mon, Mar 16, 2009 at 4:17 AM, Dale Johannesen <dalej at apple.com> wrote:
>
> On Mar 15, 2009, at 12:40 PM, Duncan Sands wrote:
>
>> Hi,
>>
>>> Glad that works for you, but it means that if the 32-bit cost
>>> computation overflows, we won't be told about it. I think the right
>>> thing is to make sure the computation saturates at 30
2009 Mar 13
5
[LLVMdev] [LLVMDev] trouble building gcc-frontend from source
Hi all,
I am a new user of LLVM, and wanted to explore it in conjunction with
the compilers course I am taking in my university. To this end, I
downloaded the code for the LLVM suite and the LLVM-gcc front end from
the respective repositories. Then, I built the LLVM suite without any
hitch, but when I tried to build the llvm-gcc frontend (exactly
following the instructions of README.LLVM) , I got