search for: _impure_ptr

Displaying 2 results from an estimated 2 matches for "_impure_ptr".

2008 Feb 29
1
[LLVMdev] conflicting declarations in output of C back end
I stumbled upon the following error: psp-gcc -I. -I/home/kevin/Documents/School/Thesis/work/install/psptoolchain/psp/sdk/include -Wall -O1 -G0 -ILIB_zlib -ILIB_libpng -D_PSP_FW_VERSION=150 -c -o llvmoutput.o llvmoutput.c llvmoutput.c:619: error: conflicting types for '_impure_ptr' /home/kevin/Documents/School/2eLIC/Thesis/work/install/psptoolchain/bin/../lib/gcc/psp/4.1.0/../../../../psp/include/sys/reent.h:793: error: previous declaration of '_impure_ptr' was here The declaration in sys/reent.h: extern struct _reent *_impure_ptr __ATTRIBUTE_IMPURE_PTR__; A...
2000 May 24
1
Problem w/cygwin1.1 (maybe)
...-lib/i686-pc-cygwin/2.95.2/libg2c.a(sfe.o)(.text+0xf3): undefined reference to `__errno'' /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/libg2c.a(fmt.o)(.text+0x51): undefined reference to `__errno'' /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/libg2c.a(fmt.o)(.text+0x9d): undefined reference to `_impure_ptr'' [...] Presumably, somewhere I have configured either MkRules or my cygwin installation incorrectly, but I cannot see where I''ve gone wrong. I wonder if someone on the list recognizes this error, or can give me some hints? Thanks! R. Woodrow Setzer, Jr....