Displaying 5 results from an estimated 5 matches for "archheaders".
2019 Oct 01
1
VirtualBox extensions and the new kernel
...e
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration written to .config
#
scripts/kconfig/conf --silentoldconfig Kconfig
make[1]: *** No rule to make target `arch/x86/syscalls/syscall_32.tbl',
needed by `arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h'.
Stop.
make: *** [archheaders] Error 2
Probably it is something that I misses, but what, I cannot figure out.
I see the problem both in Centos 7.7 and 8
|<
--
Med venlig hilsen
Klaus Kolle
Teknikumingeni?r, B.Sc.EE., e-mail : klaus at kolle.dk
Master of IT www : www.kolle.dk
Asger Jorns...
2018 Dec 05
1
Problems compiling kernel module
...s/kconfig/conf --oldconfig Kconfig
#
# configuration written to .config
#
scripts/kconfig/conf --silentoldconfig Kconfig
make[1]: *** No rule to make target `arch/x86/syscalls/syscall_32.tbl',
needed by
`arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h'. Stop.
make: *** [archheaders] Error 2
What could be wrong?
|<
--
Med venlig hilsen
Klaus Kolle
Teknikumingeni?r, B.Sc.EE., e-mail : klaus at kolle.dk
Master of IT www : www.kolle.dk
Kollundvej 5 Telephone : +4586829682 / +4522216044
DK-8600 Silkeborg, Denmark
"...
2018 Dec 16
1
[PATCH v2] x86, kbuild: revert macrofying inline assembly code
...d to check if we are building in a separate output directory,
# and if so do:
@@ -1104,9 +1104,7 @@ prepare2: prepare3 outputmakefile asm-generic
prepare1: prepare2 $(version_h) $(autoksyms_h) include/generated/utsrelease.h
$(cmd_crmodverdir)
-macroprepare: prepare1 archmacros
-
-archprepare: archheaders archscripts macroprepare scripts_basic
+archprepare: archheaders archscripts prepare1 scripts_basic
prepare0: archprepare gcc-plugins
$(Q)$(MAKE) $(build)=.
@@ -1174,9 +1172,6 @@ archheaders:
PHONY += archscripts
archscripts:
-PHONY += archmacros
-archmacros:
-
PHONY += __headers
__heade...
2018 Dec 13
2
[PATCH] kbuild, x86: revert macros in extended asm workarounds
...d to check if we are building in a separate output directory,
# and if so do:
@@ -1104,9 +1104,7 @@ prepare2: prepare3 outputmakefile asm-generic
prepare1: prepare2 $(version_h) $(autoksyms_h) include/generated/utsrelease.h
$(cmd_crmodverdir)
-macroprepare: prepare1 archmacros
-
-archprepare: archheaders archscripts macroprepare scripts_basic
+archprepare: archheaders archscripts prepare1 scripts_basic
prepare0: archprepare gcc-plugins
$(Q)$(MAKE) $(build)=.
@@ -1174,9 +1172,6 @@ archheaders:
PHONY += archscripts
archscripts:
-PHONY += archmacros
-archmacros:
-
PHONY += __headers
__heade...
2018 Dec 13
2
[PATCH] kbuild, x86: revert macros in extended asm workarounds
...d to check if we are building in a separate output directory,
# and if so do:
@@ -1104,9 +1104,7 @@ prepare2: prepare3 outputmakefile asm-generic
prepare1: prepare2 $(version_h) $(autoksyms_h) include/generated/utsrelease.h
$(cmd_crmodverdir)
-macroprepare: prepare1 archmacros
-
-archprepare: archheaders archscripts macroprepare scripts_basic
+archprepare: archheaders archscripts prepare1 scripts_basic
prepare0: archprepare gcc-plugins
$(Q)$(MAKE) $(build)=.
@@ -1174,9 +1172,6 @@ archheaders:
PHONY += archscripts
archscripts:
-PHONY += archmacros
-archmacros:
-
PHONY += __headers
__heade...