* [Xenomai-help] xenomai on blackfin/uclinux does not compile
@ 2007-01-08 16:22 Kai Timmer
2007-01-08 18:20 ` Philippe Gerum
0 siblings, 1 reply; 2+ messages in thread
From: Kai Timmer @ 2007-01-08 16:22 UTC (permalink / raw)
To: xenomai
[-- Attachment #1: Type: text/plain, Size: 2174 bytes --]
Hello,
it tried to compile xenomai 2.3.0 with the uClinux 2006R1 RC2 Release
for a Blackfin (BF537). The kernel patch i used was the
adeos-ipipe-R06R1RC2-bf53x-1.4-03.patch file. It applied fine to the
source tree.
But now if i´going to compile the uClinux distribution i always get this
error:
/------------------------------------------------------------------------
kernel/built-in.o: In function `xntimer_do_tick_aperiodic':
kernel/xenomai/nucleus/timer.c:(.text+0x24244): undefined reference to
`bfin_write_TCOUNT'
kernel/xenomai/nucleus/timer.c:(.text+0x2424c): undefined reference to
`bfin_write_TCNTL'
kernel/built-in.o: In function `xntimer_do_start_aperiodic':
kernel/xenomai/nucleus/timer.c:(.text+0x24a42): undefined reference to
`bfin_write_TCOUNT'
kernel/xenomai/nucleus/timer.c:(.text+0x24a4a): undefined reference to
`bfin_write_TCNTL'
kernel/built-in.o: In function `xntimer_do_stop_aperiodic':
kernel/xenomai/nucleus/timer.c:(.text+0x24dde): undefined reference to
`bfin_write_TCOUNT'
kernel/xenomai/nucleus/timer.c:(.text+0x24de6): undefined reference to
`bfin_write_TCNTL'
arch/blackfin/xenomai/built-in.o: In function `rthal_timer_release':
(.text+0x2b4): undefined reference to `bfin_write_TCNTL'
arch/blackfin/xenomai/built-in.o: In function `rthal_timer_request':
(.text+0x2ee): undefined reference to `bfin_write_TCNTL'
arch/blackfin/xenomai/built-in.o: In function `rthal_timer_request':
(.text+0x2f6): undefined reference to `bfin_write_TSCALE'
make[1]: *** [.tmp_vmlinux1] Error 1
make[1]: Leaving directory
`/home/kai/workspace/studium/praktika/dspschool/uClinux-dist/linux-2.6.x'
make: *** [linux] Error 1
/------------------------------------------------------------------------
I also tried to apply the xenomai patches to uClinux 2006R2 RC2. But
all of the included patchfiles failed to apply.
I would be very pleased if someone can tell me whats going wrong.
Greets,
--
Kai Timmer | Jabber-ID: kait@domain.hid
PGP-Key ID: 0x8295374E | Blog: http://www.kaitimmer.de
------------------------------------------------------
http://chemnitzer.linux-tage.de (3.-4. März 2007)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Xenomai-help] xenomai on blackfin/uclinux does not compile
2007-01-08 16:22 [Xenomai-help] xenomai on blackfin/uclinux does not compile Kai Timmer
@ 2007-01-08 18:20 ` Philippe Gerum
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2007-01-08 18:20 UTC (permalink / raw)
To: Kai Timmer; +Cc: xenomai
On Mon, 2007-01-08 at 17:22 +0100, Kai Timmer wrote:
> Hello,
> it tried to compile xenomai 2.3.0 with the uClinux 2006R1 RC2 Release
> for a Blackfin (BF537). The kernel patch i used was the
> adeos-ipipe-R06R1RC2-bf53x-1.4-03.patch file. It applied fine to the
> source tree.
> But now if i´going to compile the uClinux distribution i always get this
> error:
We are still tracking a moving target on Blackfin, and 2.3 has been
ported to the project's CVS head which defines the missing symbols.
Please use ksrc/arch/blackfin/ipipe-bf53x-CVS-20061215-1.6-00 over a
kernel extracted from the Blackfin CVS/SVN as of this date instead.
Actually, 1.4-03 should have been removed from the patch series.
>
> /------------------------------------------------------------------------
> kernel/built-in.o: In function `xntimer_do_tick_aperiodic':
> kernel/xenomai/nucleus/timer.c:(.text+0x24244): undefined reference to
> `bfin_write_TCOUNT'
> kernel/xenomai/nucleus/timer.c:(.text+0x2424c): undefined reference to
> `bfin_write_TCNTL'
> kernel/built-in.o: In function `xntimer_do_start_aperiodic':
> kernel/xenomai/nucleus/timer.c:(.text+0x24a42): undefined reference to
> `bfin_write_TCOUNT'
> kernel/xenomai/nucleus/timer.c:(.text+0x24a4a): undefined reference to
> `bfin_write_TCNTL'
> kernel/built-in.o: In function `xntimer_do_stop_aperiodic':
> kernel/xenomai/nucleus/timer.c:(.text+0x24dde): undefined reference to
> `bfin_write_TCOUNT'
> kernel/xenomai/nucleus/timer.c:(.text+0x24de6): undefined reference to
> `bfin_write_TCNTL'
> arch/blackfin/xenomai/built-in.o: In function `rthal_timer_release':
> (.text+0x2b4): undefined reference to `bfin_write_TCNTL'
> arch/blackfin/xenomai/built-in.o: In function `rthal_timer_request':
> (.text+0x2ee): undefined reference to `bfin_write_TCNTL'
> arch/blackfin/xenomai/built-in.o: In function `rthal_timer_request':
> (.text+0x2f6): undefined reference to `bfin_write_TSCALE'
> make[1]: *** [.tmp_vmlinux1] Error 1
> make[1]: Leaving directory
> `/home/kai/workspace/studium/praktika/dspschool/uClinux-dist/linux-2.6.x'
> make: *** [linux] Error 1
> /------------------------------------------------------------------------
>
> I also tried to apply the xenomai patches to uClinux 2006R2 RC2. But
> all of the included patchfiles failed to apply.
>
> I would be very pleased if someone can tell me whats going wrong.
>
> Greets,
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help
--
Philippe.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-08 18:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-08 16:22 [Xenomai-help] xenomai on blackfin/uclinux does not compile Kai Timmer
2007-01-08 18:20 ` 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.