All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] unsupported arm machine
@ 2011-06-21  8:05 suresh reddy
  2011-06-21  8:25 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: suresh reddy @ 2011-06-21  8:05 UTC (permalink / raw)
  To: Xenomai help

[-- Attachment #1: Type: text/plain, Size: 900 bytes --]

Dear all,

Iam compiling the patched kernel that i got from the xenomai git repository.

during configuration i did not done any changes. Removing all other boards
from TI except Pandaboard .

during building uImage iam getting error as below

In file included from
/home/balijepalli/omap4/ipipe-gch/kernel/xenomai/arch/generic/hal.c:47:
/home/balijepalli/omap4/ipipe-gch/arch/arm/include/asm/xenomai/hal.h:77:
error: #error "Unsupported ARM machine"
make[5]: *** [kernel/xenomai/arch/generic/hal.o] Error 1
make[4]: *** [kernel/xenomai/arch/generic] Error 2
make[3]: *** [kernel/xenomai/arch] Error 2
make[2]: *** [kernel/xenomai] Error 2
make[1]: *** [kernel] Error 2
make: *** [sub-make] Error 2


There is an hal file from xenomai git ,  Last time i replaced the errored
hal file with the file from git . Is it the way i should follow for this
kernel?

-- 

Suresh balijepalli
Rosenehim,Baveria.

[-- Attachment #2: Type: text/html, Size: 1174 bytes --]

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

* Re: [Xenomai-help] unsupported arm machine
  2011-06-21  8:05 [Xenomai-help] unsupported arm machine suresh reddy
@ 2011-06-21  8:25 ` Gilles Chanteperdrix
  2011-06-21  9:14   ` suresh reddy
  0 siblings, 1 reply; 4+ messages in thread
From: Gilles Chanteperdrix @ 2011-06-21  8:25 UTC (permalink / raw)
  To: suresh reddy; +Cc: Xenomai help

On 06/21/2011 10:05 AM, suresh reddy wrote:
> Dear all,
> 
> Iam compiling the patched kernel that i got from the xenomai git repository.
> 
> during configuration i did not done any changes. Removing all other boards
> from TI except Pandaboard .
> 
> during building uImage iam getting error as below
> 
> In file included from
> /home/balijepalli/omap4/ipipe-gch/kernel/xenomai/arch/generic/hal.c:47:
> /home/balijepalli/omap4/ipipe-gch/arch/arm/include/asm/xenomai/hal.h:77:
> error: #error "Unsupported ARM machine"
> make[5]: *** [kernel/xenomai/arch/generic/hal.o] Error 1
> make[4]: *** [kernel/xenomai/arch/generic] Error 2
> make[3]: *** [kernel/xenomai/arch] Error 2
> make[2]: *** [kernel/xenomai] Error 2
> make[1]: *** [kernel] Error 2
> make: *** [sub-make] Error 2
> 
> 
> There is an hal file from xenomai git ,  Last time i replaced the errored
> hal file with the file from git . Is it the way i should follow for this
> kernel?

You will need more than that. The best thing to do is to checkout
Xenomai git.

-- 
					    Gilles.


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

* Re: [Xenomai-help] unsupported arm machine
  2011-06-21  8:25 ` Gilles Chanteperdrix
@ 2011-06-21  9:14   ` suresh reddy
  2011-06-21 10:35     ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: suresh reddy @ 2011-06-21  9:14 UTC (permalink / raw)
  To: Xenomai help

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

Dear Giles,

As far as i seen in the git  it seems that i have to patch all the files in
xenomai-head  with my xenomai sources.

Wil this fix all my issues that im facing now and in next steps




Thanks

[-- Attachment #2: Type: text/html, Size: 1222 bytes --]

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

* Re: [Xenomai-help] unsupported arm machine
  2011-06-21  9:14   ` suresh reddy
@ 2011-06-21 10:35     ` Gilles Chanteperdrix
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2011-06-21 10:35 UTC (permalink / raw)
  To: suresh reddy; +Cc: Xenomai help

On 06/21/2011 11:14 AM, suresh reddy wrote:
> Dear Giles,
> 
> As far as i seen in the git  it seems that i have to patch all the files in
> xenomai-head  with my xenomai sources.

I do not understand your question. If you clone xenomai git repository, 
first, I would suggest cloning 2.5.x repository, then you have to 
follow the same installation instructions as the one you followed for 
the tarball.

If you prefer to patch xenomai 2.5.6 sources, the patches you need to 
apply are:
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=3893f285f2dc4a8e877d23920788793a2fa317e4
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=65cede2c06cd04673c72253e72611a36f6e2be80
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=b694685509aba3df9f26d62115d90831d71bb859
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=aeb9fe9169a378c1e586ca326d1f7071f9631880

> 
> Wil this fix all my issues that im facing now and in next steps

It will get the pandaboard running with CONFIG_SMP enabled. If you have
other issues, no, it will not do anything for them.

-- 
                                                                Gilles.


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

end of thread, other threads:[~2011-06-21 10:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21  8:05 [Xenomai-help] unsupported arm machine suresh reddy
2011-06-21  8:25 ` Gilles Chanteperdrix
2011-06-21  9:14   ` suresh reddy
2011-06-21 10:35     ` Gilles Chanteperdrix

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.