* [Buildroot] why there are errors compiling the kernel, 3.16.7
@ 2015-04-06 13:57 ` ali hagigat
0 siblings, 0 replies; 4+ messages in thread
From: ali hagigat @ 2015-04-06 13:57 UTC (permalink / raw)
To: buildroot
linux-3.16.7.tar.xz
ipipe-core-3.16.7-arm-5.patch + xenomai user space applications and libraries
target-board: wandboard-quad
CHK include/generated/compile.h
CC arch/arm/xenomai/hal.o
CC net/socket.o
AS arch/arm/xenomai/switch.o
arch/arm/xenomai/hal.c:47:24: fatal error: asm/system.h: No such file
or directory
#include <asm/system.h>
^
compilation terminated.
make[2]: *** [arch/arm/xenomai/hal.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [arch/arm/xenomai] Error 2
make[1]: *** Waiting for unfinished jobs....
LD net/802/built-in.o
CC net/core/sock.o
CC net/dns_resolver/dns_key.o
CC net/dns_resolver/dns_query.o
LD net/dns_resolver/dns_resolver.o
LD net/dns_resolver/built-in
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Xenomai] why there are errors compiling the kernel, 3.16.7
@ 2015-04-06 13:57 ` ali hagigat
0 siblings, 0 replies; 4+ messages in thread
From: ali hagigat @ 2015-04-06 13:57 UTC (permalink / raw)
To: buildroot; +Cc: xenomai
linux-3.16.7.tar.xz
ipipe-core-3.16.7-arm-5.patch + xenomai user space applications and libraries
target-board: wandboard-quad
CHK include/generated/compile.h
CC arch/arm/xenomai/hal.o
CC net/socket.o
AS arch/arm/xenomai/switch.o
arch/arm/xenomai/hal.c:47:24: fatal error: asm/system.h: No such file
or directory
#include <asm/system.h>
^
compilation terminated.
make[2]: *** [arch/arm/xenomai/hal.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [arch/arm/xenomai] Error 2
make[1]: *** Waiting for unfinished jobs....
LD net/802/built-in.o
CC net/core/sock.o
CC net/dns_resolver/dns_key.o
CC net/dns_resolver/dns_query.o
LD net/dns_resolver/dns_resolver.o
LD net/dns_resolver/built-in
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Xenomai] why there are errors compiling the kernel, 3.16.7
2015-04-06 13:57 ` [Xenomai] " ali hagigat
(?)
@ 2015-04-06 14:14 ` Gilles Chanteperdrix
-1 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2015-04-06 14:14 UTC (permalink / raw)
To: ali hagigat; +Cc: buildroot, xenomai
On Mon, Apr 06, 2015 at 06:27:39PM +0430, ali hagigat wrote:
> linux-3.16.7.tar.xz
> ipipe-core-3.16.7-arm-5.patch + xenomai user space applications and libraries
> target-board: wandboard-quad
>
>
> CHK include/generated/compile.h
> CC arch/arm/xenomai/hal.o
> CC net/socket.o
> AS arch/arm/xenomai/switch.o
> arch/arm/xenomai/hal.c:47:24: fatal error: asm/system.h: No such file
> or directory
> #include <asm/system.h>
See this thread from last month:
https://xenomai.org/pipermail/xenomai/2015-March/033641.html
One way to learn about a free software project is to not only
subscribe to the project mailing list to send questions, but to also
actually read the messages you receive.
--
Gilles.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] why there are errors compiling the kernel, 3.16.7
2015-04-06 13:57 ` [Xenomai] " ali hagigat
(?)
(?)
@ 2015-04-06 14:22 ` Arnout Vandecappelle
-1 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2015-04-06 14:22 UTC (permalink / raw)
To: buildroot
On 06/04/15 15:57, ali hagigat wrote:
> linux-3.16.7.tar.xz
> ipipe-core-3.16.7-arm-5.patch + xenomai user space applications and libraries
> target-board: wandboard-quad
>
>
> CHK include/generated/compile.h
> CC arch/arm/xenomai/hal.o
> CC net/socket.o
> AS arch/arm/xenomai/switch.o
> arch/arm/xenomai/hal.c:47:24: fatal error: asm/system.h: No such file
> or directory
> #include <asm/system.h>
That file has been deleted in 3.15, so I guess Xenomai is not compatible with
3.16 kernels, or you need a different xenomai version.
Regards,
Arnout
> ^
> compilation terminated.
> make[2]: *** [arch/arm/xenomai/hal.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [arch/arm/xenomai] Error 2
> make[1]: *** Waiting for unfinished jobs....
> LD net/802/built-in.o
> CC net/core/sock.o
> CC net/dns_resolver/dns_key.o
> CC net/dns_resolver/dns_query.o
> LD net/dns_resolver/dns_resolver.o
> LD net/dns_resolver/built-in
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-04-06 14:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-06 13:57 [Buildroot] why there are errors compiling the kernel, 3.16.7 ali hagigat
2015-04-06 13:57 ` [Xenomai] " ali hagigat
2015-04-06 14:14 ` Gilles Chanteperdrix
2015-04-06 14:22 ` [Buildroot] " Arnout Vandecappelle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.