Displaying 6 results from an estimated 6 matches for "_io_putc".
2008 Apr 14
1
[LLVMdev] LLVM for crosscompiling?
...o 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 undefined symbol .stat64 in
file /tmp/cc4tgLu5.o
Command line : error: L0039: reference to undefined symbol .popen in
file /tmp/cc4tgLu5.o
C...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not
allocating RBP to any virtual register, the instances of RBP in function
foo are in the machine code when my register allocator starts.)
Function foo calls function bar. Register RBP is not saved across the
call, though it is live after the call. Function bar includes a virtual
register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...d *__cookie);
extern int __underflow (_IO_FILE *);
extern int __uflow (_IO_FILE *);
extern int __overflow (_IO_FILE *, int);
extern wint_t __wunderflow (_IO_FILE *);
extern wint_t __wuflow (_IO_FILE *);
extern wint_t __woverflow (_IO_FILE *, wint_t);
extern int _IO_getc (_IO_FILE *__fp);
extern int _IO_putc (int __c, _IO_FILE *__fp);
extern int _IO_feof (_IO_FILE *__fp) __attribute__ ((__nothrow__));
extern int _IO_ferror (_IO_FILE *__fp) __attribute__ ((__nothrow__));
extern int _IO_peekc_locked (_IO_FILE *__fp);
extern void _IO_flockfile (_IO_FILE *) __attribute__ ((__nothrow__));
extern void _IO_fu...
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
2004 Aug 26
6
chan_capi module
...sr/include/libio.h:441: error: syntax error before '*' token
/usr/include/libio.h:441: error: storage class specified for parameter
`_IO_getc'/usr/include/libio.h:442: error: syntax error before "_IO_FILE"
/usr/include/libio.h:442: error: storage class specified for parameter
`_IO_putc'/usr/include/libio.h:443: error: syntax error before '*' token
/usr/include/libio.h:443: error: storage class specified for parameter
`_IO_feof'/usr/include/libio.h:444: error: syntax error before '*' token
/usr/include/libio.h:444: error: storage class specified for paramet...