Displaying 20 results from an estimated 400 matches similar to: "times.h and building ash"
2005 Jan 27
1
klibc/ash doesn't compile
Hi,
on my system the klibc/ash ( 0.197 ) doesn't compile:
[ghigo@therra ash]$ pwd
/home/ghigo/klibc/klibc-0.197/ash
[ghigo@therra ash]$ make
[...]
gcc -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
2004 Oct 16
1
0.184 -- gcc: warning: `-x c' after last input file has no effect
What do I need to do to fix this?
[jonsmirl@smirl klibc-0.184]$ make
make[1]: Entering directory `/home/dri/klibc-0.184/klibc'
gcc -Wp,-MT,syscalls.nrs,-MD,./.syscalls.nrs.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
2004 Oct 16
1
181 and current Linus
klibc appears to build ok, some of the apps fail
gcc -Wp,-MD,.fstype.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
-W -Wall -c -o fstype.o fstype.c
fstype.c: In function `romfs_image':
2003 Oct 15
2
link failure in snapshot 0.81
Im using snapshot 0.81.
make[1]: Entering directory `/home/rogelio/src/klibc-0.81/klibc'
gcc -Wp,-MD,./.getenvtest.d -march=i386 -Os -falign-functions=0
-falign-jumps=0 -falign-loops=0 -nostdinc -iwithprefix include
-I../klibc -I../klibc/arch/i386/include -I../klibc/include/bits32
-D__KLIBC__ -DBITSIZE=32 -I../klibc/include -I../linux/include -W
-Wall -Wpointer-arith -Wwrite-strings
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
Le 21/08/2013 12:20, maximilian attems a ?crit :
> 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.
>
2005 Feb 25
1
klibc wrapper
Hi
I've managed to compile klibc 0.198 and run the hello world program.
How can I compile my own program?
Can someone give an example or provide a simple wrapper program for doing this?
like uclibc did with their earlier versions.
I looked at the make process and did a bit reading and figure out this much:
gcc -Wp,[preprocessor options] -MT,[target_name_I_think] tests/hello.o,
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
+++
2006 Feb 09
0
[PATCH] remove x86_64 mach-xen/asm/param.h
This has only cosmetic change from mainline.
-#define CLOCKS_PER_SEC (USER_HZ) /* like times() */
+# define CLOCKS_PER_SEC (USER_HZ) /* like times() */
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
---
diff -r 754079886035 linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/param.h
--- a/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/asm/param.h Thu Feb 9 20:25:33
2011 Apr 05
2
Snmp cpuRawIdle showing double
Posted this to xen-users back in Oct
(http://www.gossamer-threads.com/lists/xen/users/186768), but just
confirmed that I''m still seeing this behavior on 4.1.
Polling the UCE-SNMP-MIB::ssCpuRawIdle counter results in a total that''s
double the actual number of cpu''s on the system, so for example:
nms ~ # snmpwalk -v 2c -c ''XXX'' xen1
2005 Jan 19
1
build klibc with gcc 2.96 fails
I get the following error:
make[1]: Entering directory `/home/greg/src/klibc/klibc-0.196/klibc'
gcc -Wp,-MT,__static_init.o,-MD,./.__static_init.o.d -march=i386 -Os -g -malign-functions=0 -malign-jumps=0 -malign-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
2004 Feb 07
1
double define of __BIT_TYPES_DEFINED__
/klibc/klibc/include/bits32/bitsize/stdint.h:8: error: redefinition of `int8_t'
/klibc/linux/include/linux/types.h:109: error: `int8_t' previously declared here
The copy in stdint.h is not protected by:
#ifndef __BIT_TYPES_DEFINED__
#define __BIT_TYPES_DEFINED__
#endif /* !(__BIT_TYPES_DEFINED__) */
=====
Jon Smirl
jonsmirl@yahoo.com
__________________________________
Do you Yahoo!?
2003 Oct 15
3
build failure with linux-2.6.0-test7
I tried building with linux-2.6.0-test7
build dies with:
make[1]: Entering directory `/home/rogelio/src/klibc-0.80/klibc'
gcc -Wp,-MD,./.fork.d -march=i386 -Os -fomit-frame-pointer
-malign-functions=0
-malign-jumps=0 -malign-loops=0 -nostdinc -iwithprefix include
-I../klibc -I../klibc/arch/i386/include -I../klibc/include/bits32
-D__KLIBC__ -DBITSIZE=32 -I../klibc/include
2004 Oct 18
3
arch/ia64/pipe.c:5:23: syscommon.h: No such file or directory
Peter,
current klibc does not compile in ia64:
gcc -Wp,-MT,arch/ia64/pipe.o,-MD,arch/ia64/.pipe.o.d -Os -fomit-frame-pointer -nostdinc -iwithprefix include -D__KLIBC__ -DBITSIZE=64 -I../include/arch/ia64 -I../include/bits64 -I../include -I../linux/include -I../linux/include2 -I../linux/include -DWITH_ERRLIST -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline -c -o
2006 Oct 10
0
compiling error R-2.4.0
Hi there,
I am trying to install from the source R-2.4.0 on my mac (osx 10.4.8
G5 DP)
The error imply Tcl/Tk.
I install it by all the way I know: darwinport, the Tcl/Tk package
from the dmg available from CRAN but without success.
The PATH is correct.
tclConfig.sh is localised in /opt/local/lib and have those permission:
-rw-r--r-- 2 root admin 7K Oct 9 09:49 tclConfig.sh
Here is
2005 Jul 26
2
[PATCH] better kbuild integration
Following patch improves integration with kbuild.
With a future kernel (2.6.14-rc) it now has working support
for 'make clean'.
Included is an example of how to compile an early userspace program.
I selected gzip as the most simple one for this - and left out all
the links to different names (gunzip etc.)
Before proceeding with this I need some inputs on what functionality
is required by
2004 Jun 22
1
syslinux 2.10 (error during menu compile)
When I try to compile the menu I got the following:
gcc -m32 -funsigned-char -g -W -Wall -march=i386
-falign-functions=0 -falign-jumps=0 -falign-loops=0 -Os -MMD
-S -o main.s main.c
echo '.code16gcc' | cat - main.s > main.s16
as -o main.o16 main.s16
gcc -m32 -funsigned-char -g -W -Wall -march=i386
-falign-functions=0 -falign-jumps=0 -falign-loops=0 -Os -MMD
-S -o biosio.s biosio.c
2013 Apr 19
2
make issue with syslinux-5.01
Hi,
I am trying to compile the version on rhel 5.x box. Nasm version 0.98.39
I extracted the tar.gz and ran make in the extracted directory.
Here is where it stops.
gcc -Wp,-MT,rawcon.o,-MD,./.rawcon.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables
2014 Apr 15
0
[klibc:master] x86-64: disable the use of SSE
Commit-ID: 6eb77ce795189d39fc0f7bc12eb8d7be11e46718
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=6eb77ce795189d39fc0f7bc12eb8d7be11e46718
Author: H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Tue, 15 Apr 2014 13:29:30 -0700
Committer: H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 15 Apr 2014 13:29:30 -0700
[klibc] x86-64: disable the use
2020 Mar 28
0
[PATCH v2 1/5] Kbuild: add support for clang builds
On Fri, 2020-03-27 at 15:29 -0700, Bill Wendling wrote:
> From: Michael Davidson <md at google.com>
>
> Add cc-name to klibc/scripts/Kbuild.include.
[...]
> --- a/scripts/Kbuild.klibc
> +++ b/scripts/Kbuild.klibc
> @@ -107,8 +107,15 @@ KLIBCOBJCOPY := $(OBJCOPY)
> KLIBCOBJDUMP := $(OBJDUMP)
>
> # klibc include paths
> -KLIBCCPPFLAGS := -nostdinc
2020 Mar 29
0
[kvm-unit-tests PATCH v3 1/4] Kbuild: add support for clang builds
Add cc-name to klibc/scripts/Kbuild.include.
Make optimization flags not supported by clang conditional on cc-name.
Use "--print-file-name=include" and "--print-libgcc-file-name" when
using clang.
Use cc-option to enable compiler-specific flags.
Mark "bcmp" as not a builtin to prevent clang from using it.
Signed-off-by: Bill Wendling <morbo at google.com>