All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Xenomai on ARM integrator platform
@ 2009-05-21 21:40 Gildas Bayard
  2009-05-22  8:15 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 3+ messages in thread
From: Gildas Bayard @ 2009-05-21 21:40 UTC (permalink / raw)
  To: xenomai

Hello,

I've got problems compiling a xenomai kernel for the arm integrator platform.
I've tried linux 2.6.26, 2.6.27 and 2.6.28. The kernel patches are  
applied smoothly but compilation gives me undefined references kind of  
errors.

For the 2.6.28 it says:
arch/arm/kernel/built-in.o: In function `__ipipe_grab_irq':
io.c:(.text+0x5840): undefined reference to `__ipipe_mach_demux_irq'
arch/arm/kernel/built-in.o: In function `ipipe_get_sysinfo':
io.c:(.text+0x5b14): undefined reference to `__ipipe_mach_ticks_per_jiffy'
arch/arm/mach-integrator/built-in.o: In function `__ipipe_mach_release_timer':
pci.c:(.text+0x580): undefined reference to `__ipipe_mach_ticks_per_jiffy'
arch/arm/xenomai/built-in.o: In function `rthal_timer_release':
hal.c:(.text+0x46c): undefined reference to `__ipipe_mach_ticks_per_jiffy'
arch/arm/xenomai/built-in.o: In function `rthal_timer_request':
hal.c:(.text+0x534): undefined reference to `__ipipe_mach_ticks_per_jiffy'

Searching on the net I've found someone with a similar problem and the  
answer for him was that it's board was not supported.
But it seemed to me that ARM integrator was advertised as fully supported.
Could someone give me versions for xenomai/linux that compile well for  
the integrator board?

Sincerely,
Gildas


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

* Re: [Xenomai-help] Xenomai on ARM integrator platform
  2009-05-21 21:40 [Xenomai-help] Xenomai on ARM integrator platform Gildas Bayard
@ 2009-05-22  8:15 ` Gilles Chanteperdrix
  2009-05-23 17:52   ` Gildas Bayard
  0 siblings, 1 reply; 3+ messages in thread
From: Gilles Chanteperdrix @ 2009-05-22  8:15 UTC (permalink / raw)
  To: Gildas Bayard; +Cc: xenomai

Gildas Bayard wrote:
> Hello,
> 
> I've got problems compiling a xenomai kernel for the arm integrator platform.
> I've tried linux 2.6.26, 2.6.27 and 2.6.28. The kernel patches are  
> applied smoothly but compilation gives me undefined references kind of  
> errors.
> 
> For the 2.6.28 it says:
> arch/arm/kernel/built-in.o: In function `__ipipe_grab_irq':
> io.c:(.text+0x5840): undefined reference to `__ipipe_mach_demux_irq'
> arch/arm/kernel/built-in.o: In function `ipipe_get_sysinfo':
> io.c:(.text+0x5b14): undefined reference to `__ipipe_mach_ticks_per_jiffy'
> arch/arm/mach-integrator/built-in.o: In function `__ipipe_mach_release_timer':
> pci.c:(.text+0x580): undefined reference to `__ipipe_mach_ticks_per_jiffy'
> arch/arm/xenomai/built-in.o: In function `rthal_timer_release':
> hal.c:(.text+0x46c): undefined reference to `__ipipe_mach_ticks_per_jiffy'
> arch/arm/xenomai/built-in.o: In function `rthal_timer_request':
> hal.c:(.text+0x534): undefined reference to `__ipipe_mach_ticks_per_jiffy'
> 
> Searching on the net I've found someone with a similar problem and the  
> answer for him was that it's board was not supported.
> But it seemed to me that ARM integrator was advertised as fully supported.
> Could someone give me versions for xenomai/linux that compile well for  
> the integrator board?

Only integrator cp is supported, are you sure you are not trying to
select integrator ap ?

-- 
					    Gilles.


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

* Re: [Xenomai-help] Xenomai on ARM integrator platform
  2009-05-22  8:15 ` Gilles Chanteperdrix
@ 2009-05-23 17:52   ` Gildas Bayard
  0 siblings, 0 replies; 3+ messages in thread
From: Gildas Bayard @ 2009-05-23 17:52 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

Oops! My fault, I was using integrator ap which is the default in the kernel

Thank you
Gildas

Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> a écrit :

> Gildas Bayard wrote:
>> Hello,
>>
>> I've got problems compiling a xenomai kernel for the arm integrator  
>> platform.
>> I've tried linux 2.6.26, 2.6.27 and 2.6.28. The kernel patches are
>> applied smoothly but compilation gives me undefined references kind of
>> errors.
>>
>> For the 2.6.28 it says:
>> arch/arm/kernel/built-in.o: In function `__ipipe_grab_irq':
>> io.c:(.text+0x5840): undefined reference to `__ipipe_mach_demux_irq'
>> arch/arm/kernel/built-in.o: In function `ipipe_get_sysinfo':
>> io.c:(.text+0x5b14): undefined reference to `__ipipe_mach_ticks_per_jiffy'
>> arch/arm/mach-integrator/built-in.o: In function  
>> `__ipipe_mach_release_timer':
>> pci.c:(.text+0x580): undefined reference to `__ipipe_mach_ticks_per_jiffy'
>> arch/arm/xenomai/built-in.o: In function `rthal_timer_release':
>> hal.c:(.text+0x46c): undefined reference to `__ipipe_mach_ticks_per_jiffy'
>> arch/arm/xenomai/built-in.o: In function `rthal_timer_request':
>> hal.c:(.text+0x534): undefined reference to `__ipipe_mach_ticks_per_jiffy'
>>
>> Searching on the net I've found someone with a similar problem and the
>> answer for him was that it's board was not supported.
>> But it seemed to me that ARM integrator was advertised as fully supported.
>> Could someone give me versions for xenomai/linux that compile well for
>> the integrator board?
>
> Only integrator cp is supported, are you sure you are not trying to
> select integrator ap ?
>
> --
> 					    Gilles.
>


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

end of thread, other threads:[~2009-05-23 17:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-21 21:40 [Xenomai-help] Xenomai on ARM integrator platform Gildas Bayard
2009-05-22  8:15 ` Gilles Chanteperdrix
2009-05-23 17:52   ` Gildas Bayard

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.