search for: makeerrlist

Displaying 6 results from an estimated 6 matches for "makeerrlist".

2012 Jun 16
1
[PATCH][git-pull] Update strerror() to give english messages
...ros strerror: Use klibc version com32 strerror: add errlist.o to Make com32 strerror(): Remove macro WITH_ERRLIST use .gitignore | 1 + com32/include/errno.h | 111 ---------------------------------------------- com32/lib/Makefile | 7 ++- com32/lib/makeerrlist.pl | 98 ++++++++++++++++++++++++++++++++++++++++ com32/lib/strerror.c | 28 +++++++---- 5 files changed, 122 insertions(+), 123 deletions(-) create mode 100644 com32/lib/makeerrlist.pl
2019 Jan 25
0
[klibc:master] Fix errlist.c generation in out-of-tree build
...tDate: Fri, 25 Jan 2019 02:37:55 +0000 [klibc] Fix errlist.c generation in out-of-tree build Kbuild expands every -I in the compiler options so that in an out-of-tree build both the source directory and corresponding object directory are on the include path. We currently pass $(KLIBCCPPFLAGS) to makeerrlist.pl, which is not expanded, so in an out-of-tree buld it only looks in the object directories and does not find linux/errno.h. Use the flags macro to expand $(KLIBCCPPFLAGS). Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/klibc/Kbuild | 3 ++- 1 file changed, 2 insertions(+)...
2006 Jul 09
6
[PATCH/RFC] klibc/kbuild: use separate kbuild files for each klibc subdirectory
...cend before building libs -$(obj)/syscalls/syscalls.list: $(obj)/syscalls -$(obj)/socketcalls/socketcalls.list: $(obj)/socketcalls +klib-y += socketcalls/ ##### # Readable errormessages extracted from src.. @@ -108,20 +97,20 @@ quiet_cmd_errlist = GEN $@ $(obj)/errlist.c: $(srctree)/$(src)/makeerrlist.pl $(call cmd,errlist) -# full list of dependencies for klibc -libc-deps = $(call objectify, $(libc-y) $(KLIBCARCHOBJS)) \ - $(call objectify, syscalls/syscalls.list socketcalls/socketcalls.list) +# all .o files for all dirs +klib-o-files = $(shell cat $(obj)/klib.list \ + $(addsu...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at:
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...-I/root/gen/trunk/knl/linux/usr//arch/powerpc/include -D__KLIBC__=2 -D__KLIBC_MINOR__=0 -D_BITSIZE=32 -fno-stack-protector -fwrapv -m32 -Os -W -Wall -Wno-sign-compare -Wno-unused-parameter -c -o usr/klibc/stdio/ferror.o usr/klibc/stdio/ferror.c perl /root/ofs/trunk/packages/klibc-2.0.2/usr/klibc/makeerrlist.pl -nostdinc -iwithprefix include -Iusr/include/arch/ppc -Iusr/include/bits32 -Iusr/klibc/../include -Iusr/include -I/root/gen/trunk/knl/linux/usr//include -I/root/gen/trunk/knl/linux/usr//arch/powerpc/include -D__KLIBC__=2 -D__KLIBC_MINOR__=0 -D_BITSIZE=32 -errlist > usr/klibc/errlist.c || rm...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux