From: "Yogi A. Patel" <yapatel@gatech.edu>
To: xenomai@xenomai.org
Subject: [Xenomai] Error compiling on P4 machine
Date: Thu, 04 Sep 2014 13:58:56 -0400 [thread overview]
Message-ID: <5408A860.3020002@gatech.edu> (raw)
Hi -
Compiling 32 bit machine with Ubuntu 14.04 and getting the following
error during the kernel compile - can't seem to make sense of it:
CC kernel/trace/trace_event_perf.o
CC kernel/trace/trace_events_filter.o
CC kernel/trace/trace_kprobe.o
CC kernel/trace/power-traces.o
CC kernel/trace/rpm-traces.o
CC kernel/trace/trace_probe.o
CC kernel/trace/trace_uprobe.o
LD kernel/trace/built-in.o
CC kernel/xenomai/arch/generic/hal.o
In file included from kernel/xenomai/arch/generic/hal.c:44:0:
/opt/linux-3.8.13/arch/x86/include/asm/xenomai/hal.h:69:13: warning: ‘struct ipipe_tick_device’ declared inside parameter list [enabled by default]
struct ipipe_tick_device *tdev);
^
/opt/linux-3.8.13/arch/x86/include/asm/xenomai/hal.h:69:13: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
/opt/linux-3.8.13/arch/x86/include/asm/xenomai/hal.h:71:12: warning: ‘struct ipipe_tick_device’ declared inside parameter list [enabled by default]
struct ipipe_tick_device *tdev);
^
In file included from /opt/linux-3.8.13/arch/x86/include/asm/xenomai/hal_32.h:58:0,
from /opt/linux-3.8.13/arch/x86/include/asm/xenomai/hal.h:79,
from kernel/xenomai/arch/generic/hal.c:44:
include/asm-generic/xenomai/hal.h: In function ‘rthal_get_cpufreq’:
include/asm-generic/xenomai/hal.h:234:23: error: storage size of ‘sysinfo’ isn’t known
struct ipipe_sysinfo sysinfo;
^
include/asm-generic/xenomai/hal.h:235:2: error: implicit declaration of function ‘ipipe_get_sysinfo’ [-Werror=implicit-function-declaration]
rthal_get_sysinfo(&sysinfo);
^
include/asm-generic/xenomai/hal.h:234:23: warning: unused variable ‘sysinfo’ [-Wunused-variable]
struct ipipe_sysinfo sysinfo;
^
include/asm-generic/xenomai/hal.h: In function ‘rthal_get_timerfreq’:
include/asm-generic/xenomai/hal.h:241:23: error: storage size of ‘sysinfo’ isn’t known
struct ipipe_sysinfo sysinfo;
^
include/asm-generic/xenomai/hal.h:241:23: warning: unused variable ‘sysinfo’ [-Wunused-variable]
In file included from /opt/linux-3.8.13/arch/x86/include/asm/atomic.h:8:0,
from include/linux/atomic.h:4,
from /opt/linux-3.8.13/arch/x86/include/asm/thread_info.h:24,
from include/linux/thread_info.h:54,
--
Yogi
next reply other threads:[~2014-09-04 17:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-04 17:58 Yogi A. Patel [this message]
2014-09-04 18:21 ` [Xenomai] Error compiling on P4 machine Gilles Chanteperdrix
2014-09-04 20:01 ` Yogi A. Patel
2014-09-04 20:10 ` Gilles Chanteperdrix
2014-09-07 16:59 ` Gilles Chanteperdrix
2014-09-07 17:08 ` Yogi A. Patel
2014-09-07 18:29 ` Gilles Chanteperdrix
2014-09-07 18:43 ` Gilles Chanteperdrix
2014-09-07 17:17 ` Philippe Gerum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5408A860.3020002@gatech.edu \
--to=yapatel@gatech.edu \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.