Displaying 5 results from an estimated 5 matches for "djobs".
Did you mean:
jobs
2004 Oct 19
1
times.h and building ash
....pat .
gcc -Wp,-MD,.cd.d -mregparm=3 -DREGPARM=3 -march=i386 -Os -g
-falign-functions=0 -falign-jumps=0 -falign-loops=0 -nostdinc
-iwithprefix include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/i386
-I../include/bits32 -I../include -I../linux/include -I../linux/include2
-I../linux/include -DSHELL -DJOBS=0 -I. -c -o cd.o cd.c
gcc -Wp,-MD,.eval.d -mregparm=3 -DREGPARM=3 -march=i386 -Os -g
-falign-functions=0 -falign-jumps=0 -falign-loops=0 -nostdinc
-iwithprefix include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/i386
-I../include/bits32 -I../include -I../linux/include -I../linux/include2
-I../li...
2005 Feb 07
2
tiny patch for klibc 0.198
Hi folks,
attached you can find a tiny patch for klibc-0.198
to get rid of the symbolic link pointing to the
kernel sources, and to get rid of some obsolete
rebuilds during incremental.
Feel free to include it.
Regards
Harri
-------------- next part --------------
diff -ur old/klibc-0.198/MCONFIG klibc-0.198/MCONFIG
--- old/klibc-0.198/MCONFIG 2004-10-14 06:32:24.000000000 +0200
+++
2005 Jan 27
1
klibc/ash doesn't compile
...-Wp,-MD,.arith_lex.d -mregparm=3 -DREGPARM=3 -march=i386 -Os -g
-falign-functions=0 -falign-jumps=0 -falign-loops=0 -nostdinc -iwithprefix
include -D__KLIBC__ -DBITSIZE=32 -I../include/arch/i386 -I../include/bits32
-I../include -I../linux/include -I../linux/include2 -I../linux/include
-DSHELL -DJOBS=0 -I. -c -o arith_lex.o arith_lex.c
arith_lex.l: In function `yylex':
arith_lex.l:66: error: `ARITH_NUM' undeclared (first use in this function)
arith_lex.l:66: error: (Each undeclared identifier is reported only once
arith_lex.l:66: error: for each function it appears in.)
arith_lex.l:6...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...ppc-linux-strip --strip-all -R .comment -R .note --strip-all -R .comment -R .note usr/kinit/kinit.shared
:
make -rR -f /root/ofs/trunk/packages/klibc-2.0.2/scripts/Kbuild.klibc obj=usr/dash
gcc -Wp,-MD,usr/dash/.builtins.def.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DBSD=1 -DSMALL -DJOBS=0 -DHAVE_CONFIG_H -DSHELL -DGLOB_BROKEN -DIFS_BROKEN -x c -E -o usr/dash/builtins.def usr/dash/builtins.def.in
mkdir -p usr/dash/bltin && cd usr/dash && sh /root/ofs/trunk/packages/klibc-2.0.2/usr/dash/mkbuiltins builtins.def
:
gcc -Wp,-MD,usr/dash/.mknodes.d -Wall -Wstrict-p...
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