All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] Error compiling on P4 machine
@ 2014-09-04 17:58 Yogi A. Patel
  2014-09-04 18:21 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 9+ messages in thread
From: Yogi A. Patel @ 2014-09-04 17:58 UTC (permalink / raw)
  To: xenomai

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-09-07 18:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04 17:58 [Xenomai] Error compiling on P4 machine Yogi A. Patel
2014-09-04 18:21 ` 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

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.