search for: vfscanf

Displaying 8 results from an estimated 8 matches for "vfscanf".

Did you mean: fscanf
2013 Apr 22
1
Recent kexec-tools and klibc on x86/x86-64
Hello, trying to update to the latest kexec version I'm blocked by the lack of basename() and vfscanf() in klibc. I've noticed it only recently because I'm building almost exclusively for arm. This commit intruduced the issue: http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/commit/kexec/arch/i386/x86-linux-setup.c?id=3bf0213789d56054f601c5a06372f78567aacdd9 Has anybody alre...
2005 May 12
0
Using string from stdlib in winemaker
.../include/c++/3.3/bits/fpos.h:44, from /usr/include/c++/3.3/bits/char_traits.h:46, from /usr/include/c++/3.3/string:47, from wndclass.cxx:2: /usr/include/c++/3.3/cstdio:167: error: `snprintf' not declared /usr/include/c++/3.3/cstdio:168: error: `vfscanf' not declared /usr/include/c++/3.3/cstdio:169: error: `vscanf' not declared /usr/include/c++/3.3/cstdio:171: error: `vsscanf' not declared /usr/include/c++/3.3/cstdio:177: error: `snprintf' not declared /usr/include/c++/3.3/cstdio:178: error: `vfscanf' not declared /usr/include/...
2005 Mar 17
1
icecast on an Intel XScale ARM processor
...lue: 14. /opt/Embedix/tools/arm-linux/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14. /opt/Embedix/tools/arm-linux/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14. /opt/Embedix/tools/arm-linux/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14. /video/buildoutput/lib/libc.a(vfscanf.o)::1877: undefined reference to `__negdf2' /video/buildoutput/lib/libc.a(vfscanf.o)::1883: undefined reference to `__negsf2' /opt/Embedix/tools/arm-linux/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14. /opt/Embedix/tools/arm-linux/bin/ld: Dwarf Error: Invalid or unhandled FORM va...
2018 Sep 01
3
Clang for the PlayStation 2
Hello, I'm part of the (sadly fairly small) community of PS2 hackers. The current cross-toolchain for the PS2 is based on GCC 3.2.3, an outdated and buggy compiler, which I have personally gotten tired of working with, so I would like to port Clang as a newer cross-compiler for the PS2. However, the PS2 has some notable quirks which make this a non-trivial task for the current compiler. It
2008 Dec 31
1
wineg++ problem with the standard library
...;s what I got: Code: szczerb at nomad ~/projekty/wine/plansza $ make wineg++ -c -mno-cygwin -I. -o main.o main.cpp /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:170: error: ::snprintf has not been declared /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:171: error: ::vfscanf has not been declared /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:172: error: ::vscanf has not been declared /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:174: error: ::vsscanf has not been declared /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:180: er...
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
...for sendmsg... yes checking for settimeofday... yes checking for sigaltstack... yes checking for statfs... yes checking for strcasecmp... yes checking for strerror... yes checking for strncasecmp... yes checking for tcgetattr... yes checking for timegm... yes checking for usleep... yes checking for vfscanf... yes checking for wait4... yes checking for waitpid... yes checking for arpa/inet.h... yes checking for arpa/nameser.h... yes checking for elf.h... yes checking for float.h... yes checking for ieeefp.h... no checking for libio.h... yes checking for libutil.h... no checking for link.h... yes check...
2010 May 20
3
Install eventmachine on Debian Lenny
...from project.h:29, from files.cpp:20: /usr/include/c++/4.3/cstdio:98: error: expected constructor, destructor, or type conversion before ‘namespace’ /usr/include/c++/4.3/cstdio:170: error: ‘::snprintf’ has not been declared /usr/include/c++/4.3/cstdio:171: error: ‘::vfscanf’ has not been declared /usr/include/c++/4.3/cstdio:172: error: ‘::vscanf’ has not been declared /usr/include/c++/4.3/cstdio:173: error: ‘::vsnprintf’ has not been declared /usr/include/c++/4.3/cstdio:174: error: ‘::vsscanf’ has not been declared /usr/include/c++/4.3/cstdio:181: error: ‘__gnu_cxx::s...
2015 Dec 03
3
Function attributes for LibFunc and its impact on GlobalsAA
----- Original Message ----- > From: "James Molloy via llvm-dev" <llvm-dev at lists.llvm.org> > To: "Vaivaswatha Nagaraj" <vn at compilertree.com> > Cc: "LLVM Dev" <llvm-dev at lists.llvm.org> > Sent: Thursday, December 3, 2015 4:41:46 AM > Subject: Re: [llvm-dev] Function attributes for LibFunc and its impact on GlobalsAA > >