Displaying 8 results from an estimated 8 matches for "sumversion".
Did you mean:
subversion
2008 Jun 02
4
[Patch] fix compilation
Hi,
I got the following compilation error.
This patch fix the error, I think it is needed for xen-testing tree.
/root/unstable/linux-2.6.18-xen.hg/scripts/mod/sumversion.c: In function
''get_src_version'':
/root/unstable/linux-2.6.18-xen.hg/scripts/mod/sumversion.c:384: error:
''PATH_MAX'' undeclared (first use in this function)
/root/unstable/linux-2.6.18-xen.hg/scripts/mod/sumversion.c:384: error:
(Each undeclared identifier is...
2008 Sep 27
4
[LLVMdev] compile linux kernel
...mpty.o >
scripts/mod/elfconfig.h
Error: not ELF
make[2]: *** [scripts/mod/elfconfig.h] Error 1
make[1]: *** [scripts/mod] Error 2
make: *** [scripts] Error 2
$cat scripts/Makefile.build
hostprogs-y := modpost mk_elfconfig
always := $(hostprogs-y) empty.o
modpost-objs := modpost.o file2alias.o sumversion.o
# dependencies on generated files need to be listed explicitly
$(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h
quiet_cmd_elfconfig = MKELF $@
cmd_elfconfig = $(obj)/mk_elfconfig $(ARCH) < $< > $@
$(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig...
2010 Jun 01
1
strange pvops problem
...lude/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
Using /home/onkar/xen/xen-4.0.0/linux-2.6-pvops.git as source for kernel
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
CALL
/home/onkar/xen/xen-4.0.0/linux-2.6-pvops.git/scripts/checksyscalls.sh
CHK include/linux/compile.h
LDS arch/x86/kernel/acpi/realmode/wakeup.lds
LD arch/x86/kernel/acpi/realmode/wakeup.elf
OBJCOPY arch/x86/kernel/acpi/realmode/wakeup.bin...
2010 Jun 01
1
strange pvops problem
...lude/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
Using /home/onkar/xen/xen-4.0.0/linux-2.6-pvops.git as source for kernel
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
CALL
/home/onkar/xen/xen-4.0.0/linux-2.6-pvops.git/scripts/checksyscalls.sh
CHK include/linux/compile.h
LDS arch/x86/kernel/acpi/realmode/wakeup.lds
LD arch/x86/kernel/acpi/realmode/wakeup.elf
OBJCOPY arch/x86/kernel/acpi/realmode/wakeup.bin...
2008 Jun 26
5
DO NOT REPLY [Bug 5567] New: REGRESSION: 3.0.3pre3 dies with "failed to open XXX, continuing: Too many open files"
https://bugzilla.samba.org/show_bug.cgi?id=5567
Summary: REGRESSION: 3.0.3pre3 dies with "failed to open XXX,
continuing: Too many open files"
Product: rsync
Version: 3.0.3
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
2018 Dec 16
1
[PATCH v2] x86, kbuild: revert macrofying inline assembly code
...akefile
index a5b4af4..42c5d50 100644
--- a/scripts/mod/Makefile
+++ b/scripts/mod/Makefile
@@ -4,8 +4,6 @@ OBJECT_FILES_NON_STANDARD := y
hostprogs-y := modpost mk_elfconfig
always := $(hostprogs-y) empty.o
-CFLAGS_REMOVE_empty.o := $(ASM_MACRO_FLAGS)
-
modpost-objs := modpost.o file2alias.o sumversion.o
devicetable-offsets-file := devicetable-offsets.h
--
2.7.4
2018 Dec 13
2
[PATCH] kbuild, x86: revert macros in extended asm workarounds
...akefile
index a5b4af4..42c5d50 100644
--- a/scripts/mod/Makefile
+++ b/scripts/mod/Makefile
@@ -4,8 +4,6 @@ OBJECT_FILES_NON_STANDARD := y
hostprogs-y := modpost mk_elfconfig
always := $(hostprogs-y) empty.o
-CFLAGS_REMOVE_empty.o := $(ASM_MACRO_FLAGS)
-
modpost-objs := modpost.o file2alias.o sumversion.o
devicetable-offsets-file := devicetable-offsets.h
--
2.7.4
2018 Dec 13
2
[PATCH] kbuild, x86: revert macros in extended asm workarounds
...akefile
index a5b4af4..42c5d50 100644
--- a/scripts/mod/Makefile
+++ b/scripts/mod/Makefile
@@ -4,8 +4,6 @@ OBJECT_FILES_NON_STANDARD := y
hostprogs-y := modpost mk_elfconfig
always := $(hostprogs-y) empty.o
-CFLAGS_REMOVE_empty.o := $(ASM_MACRO_FLAGS)
-
modpost-objs := modpost.o file2alias.o sumversion.o
devicetable-offsets-file := devicetable-offsets.h
--
2.7.4