No RTEMS 4.11 in RSB?

Needell, Jerry Jerry.Needell at unh.edu
Fri May 13 11:55:11 UTC 2016


Chris,
That was all it took:
4.10   and 4.9 build fine as long as 2 changes are made:

1)
As Jan suggested:
delete the line
%include rtems-version.bset
from rtems/config/rtems-base.bset

2)
as you suggested:
In config/tools/rtems-kernel-4.10.2.cfg oyu change:
%define rtems_kernel_version     4.10.2
to:
%define rsb_version 4.10.2
Note, the hash rtems_kernel_version also needs to change to rsb_version.


I made the same charge for 4.9 but I did not test it without the change - may not have mattered.

Note: for 4.9 it is also necessary to install texinfo-4.13 as described in the wiki.


But - change #1  now causes 4.12 to fail since items-version is not defined.

I’m trying to find a way to keep them all happy!


What  is the status of returning 4.11 to the RSB bsets list?

Jerry

> On May 11, 2016, at 11:24 PM, Chris Johns <chrisj at rtems.org> wrote:
> 
> On 11/05/2016 21:14, Needell, Jerry wrote:
>> Thanks for all you do to support this.
> 
> No problem.
> 
>> I’m slowly unraveling how it works and it been educational to work through it.  If I figure out how to fix it, I’ll send you the patches.
> 
> Awesome. In that case lets see what happens if in config/tools/rtems-kernel-4.10.2.cfg oyu change:
> 
> %define rtems_kernel_version     4.10.2
> 
> to:
> 
> %define rsb_version 4.10.2
> 
> Note, the hash rtems_kernel_version also needs to change to rsb_version.
> 
> Chris




More information about the users mailing list