Displaying 6 results from an estimated 6 matches for "lnk2008".
Did you mean:
lnk2001
2014 Jun 06
2
[LLVMdev] Support for Windows Phone 8.1
Hi LLVMdev,
Does the latest trunk code support Windows Phone 8.1 target ?
I was trying out a simple program, but Visual Studio 2013's linker failed for me with this error - app.obj : error LNK2008: Fixup target is not aligned 'add3'
This is what I tried -
* Download latest LLVM sources (as on 4th June) and build them on my MAC 10.9 machine.
* Wrote a simple a.c, with add3 function-
int add3(int i, int j)
{
int k = i+j;
return k;
}
* Create LLVM IR using Xcode 5.1'...
2014 Jun 07
2
[LLVMdev] Support for Windows Phone 8.1
...gt;
> Subject: Support for Windows Phone 8.1
>
> Hi LLVMdev,
>
> Does the latest trunk code support Windows Phone 8.1 target ?
I don't know this, but ...
> I was trying out a simple program, but Visual Studio 2013’s linker
> failed for me with this error - app.obj : error LNK2008: Fixup target is
> not aligned ‘add3'
>
> This is what I tried -
>
> * Download latest LLVM sources (as on 4th June) and build them on my
> MAC 10.9 machine.
> * Wrote a simple a.c, with add3 function-
>
> int add3(int i, int j)
> {
> int k = i+j;
> r...
2014 Jun 08
2
[LLVMdev] Support for Windows Phone 8.1
...:llvmdev at cs.uiuc.edu>>>
Subject: Support for Windows Phone 8.1
Hi LLVMdev,
Does the latest trunk code support Windows Phone 8.1 target ?
I don't know this, but ...
I was trying out a simple program, but Visual Studio 2013’s linker
failed for me with this error - app.obj : error LNK2008: Fixup target is
not aligned ‘add3'
This is what I tried -
* Download latest LLVM sources (as on 4th June) and build them on my
MAC 10.9 machine.
* Wrote a simple a.c, with add3 function-
int add3(int i, int j)
{
int k = i+j;
return k;
}
* Create LLVM IR using Xcode 5.1’s clang (...
2014 Jun 09
2
[LLVMdev] Support for Windows Phone 8.1
...unk code support Windows Phone 8.1 target ?
>>>
>>>
>>> I don't know this, but ...
>>>
>>> I was trying out a simple program, but Visual Studio 2013¹s
>>>linker
>>> failed for me with this error - app.obj : error LNK2008: Fixup
>>> target is
>>> not aligned Œadd3'
>>>
>>> This is what I tried -
>>>
>>> * Download latest LLVM sources (as on 4th June) and build them
>>> on my
>>> MAC 10.9 machin...
2014 Jun 18
2
[LLVMdev] Support for Windows Phone 8.1
...Subject: Support for Windows Phone 8.1
Hi LLVMdev,
Does the latest trunk code support Windows Phone 8.1 target ?
I don't know this, but ...
I was trying out a simple program, but Visual Studio 2013¹s
linker
failed for me with this error - app.obj : error LNK2008: Fixup
target is
not aligned Œadd3'
This is what I tried -
* Download latest LLVM sources (as on 4th June) and build them
on my
MAC 10.9 machine.
* Wrote a simple a.c, with add3 function-
int add3(int i, int j)
{
in...
2014 Jun 23
4
[LLVMdev] Support for Windows Phone 8.1
...Hi LLVMdev,
>> Does the latest trunk code support Windows Phone 8.1 target ?
>> I don't know this, but ...
>> I was trying out a simple program, but Visual Studio 2013¹s
>> linker
>> failed for me with this error - app.obj : error LNK2008: Fixup
>> target is
>> not aligned Œadd3'
>> This is what I tried -
>> * Download latest LLVM sources (as on 4th June) and build them
>> on my
>> MAC 10.9 machine.
>> * Wrote a simple a.c, with a...