addition of RTEMS configure options
Joel Sherrill
joel.sherrill at OARcorp.com
Tue Feb 11 15:31:40 UTC 2003
Salman wrote:
>
> May I know how do the developers keep their working rtems platform
> up-to-date with other developers?
> do you use patches to update your snapshots? or is there an rtems CVS
> server around?
:pserver:anonymous at www.oarcorp.com:/usr1/CVS
Password --> anonymous
you can see the modules available at
http://www.oarcorp.com/cgi-bin/cvsweb.cgi/
But the key module is "rtems".
After you check out, you will have to run ./bootstrap from the top
of the source tree.
> I'm coding on rtems-4.5.0 using CVS, considering the major changes made
> to rtems since then, whats the easiest way for me to migrate my platform
> to latest rtems snapshot?
When given a submission that is from an old release, I generally take
the
code and ignore the configurery and Makefiles. I copy comparable
Makefiles
and configurery from other places in the tree. Then I use the old ones
as reference material to fix the new versions.
If there are changes such as more shared code across BSPs, then this
might require some tinkering in your BSP.
I would also HIGHLY recommend a careful review of the linker script and
bsp_specs as part of the migration process.
In general, this doesn't take me too long.
> Salman
--
Joel Sherrill, Ph.D. Director of Research & Development
joel at OARcorp.com On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985
More information about the users
mailing list