Displaying 6 results from an estimated 6 matches for "l0039".
Did you mean:
0039
2008 Apr 14
1
[LLVMdev] LLVM for crosscompiling?
Hi, I'm still working on this problem by first trying code without the Altivec
intrinsics. I'm trying to use the cross compiler on the c code outputted
by "llc -march c" and have run into this linker problem (spewed by the cross
compiler):
Command line : error: L0039: reference to undefined symbol .fopen64 in
file /tmp/cc4tgLu5.o
Command line : error: L0039: reference to undefined symbol ._IO_putc in
file /tmp/cc4tgLu5.o
Command line : error: L0039: reference to undefined symbol ._IO_getc in
file /tmp/cc4tgLu5.o
Command line : error: L0039: reference to undefin...
2008 Apr 07
0
[LLVMdev] LLVM for crosscompiling?
On Apr 6, 2008, at 11:24 AM, Sunjae Park wrote:
> On Sunday 06 April 2008 06:53:06 am Bill Wendling wrote:
>> (snip)
>> Hi Sunjae,
>>
>> You'll need to compile llvm-gcc as a cross-compiler to get it to
>> accept altivec intrinsics and PPC-specific flags.
>>
>> -bw
>
> Thanks, Bill. I was afraid of that.
>
> Any pointers on how to do
2008 Apr 06
2
[LLVMdev] LLVM for crosscompiling?
On Sunday 06 April 2008 06:53:06 am Bill Wendling wrote:
> (snip)
> Hi Sunjae,
>
> You'll need to compile llvm-gcc as a cross-compiler to get it to
> accept altivec intrinsics and PPC-specific flags.
>
> -bw
Thanks, Bill. I was afraid of that.
Any pointers on how to do this? I'm able to build llvm-gcc-4.2 x86 natively,
but not the powerpc version.
Using
2018 Feb 19
2
RFC: LLVM - lld - Add visual studio compatible diagnostics output to lld
...tics output would look something like:
X:\lldDiagnostics\lldDiagnostics\diagMain.cpp(5) : error : undefined symbol
‘foo’ referenced in function ‘main’ in file ‘Debug\diagMain.o’
VS would be display this as:
------ Build started: Project: Project1, Configuration: Debug Win32 ------
Link : error : L0039: reference to undefined symbol `foo' in file
"X:\lldDiagnostics\lldDiagnostics\diagMain\diagMain.o"
X:\lldDiagnostics\lldDiagnostics\diagMain.cpp : error : L0039: reference to
undefined symbol `foo' in file
"X:\lldDiagnostics\lldDiagnostics\diagMain\diagMainSource.o"
===...
2018 Feb 22
0
RFC: LLVM - lld - Add visual studio compatible diagnostics output to lld
...:
>
> X:\lldDiagnostics\lldDiagnostics\diagMain.cpp(5) : error : undefined
> symbol ‘foo’ referenced in function ‘main’ in file ‘Debug\diagMain.o’
>
> VS would be display this as:
>
> ------ Build started: Project: Project1, Configuration: Debug Win32 ------
> Link : error : L0039: reference to undefined symbol `foo' in file
> "X:\lldDiagnostics\lldDiagnostics\diagMain\diagMain.o"
> X:\lldDiagnostics\lldDiagnostics\diagMain.cpp : error : L0039: reference
> to undefined symbol `foo' in file
> "X:\lldDiagnostics\lldDiagnostics\diagMain\diagMa...
2018 Feb 27
1
RFC: LLVM - lld - Add visual studio compatible diagnostics output to lld
...tics output would look something like:
X:\lldDiagnostics\lldDiagnostics\diagMain.cpp(5) : error : undefined symbol ‘foo’ referenced in function ‘main’ in file ‘Debug\diagMain.o’
VS would be display this as:
------ Build started: Project: Project1, Configuration: Debug Win32 ------
Link : error : L0039: reference to undefined symbol `foo' in file "X:\lldDiagnostics\lldDiagnostics\diagMain\diagMain.o"
X:\lldDiagnostics\lldDiagnostics\diagMain.cpp : error : L0039: reference to undefined symbol `foo' in file
"X:\lldDiagnostics\lldDiagnostics\diagMain\diagMainSource.o"
===...