rtems-source-builder on cygwin/64, WAF?

Chris Johns chrisj at rtems.org
Tue Mar 17 20:28:39 UTC 2015


On 18/03/2015 3:37 am, Joel Sherrill wrote:
>
>
> On 3/17/2015 11:30 AM, emanuel stiebler wrote:
>> On 2015-03-17 11:41, Chris Johns wrote:> On 17/03/2015 2:48 am, Joel
>> Sherrill wrote:
>>   >> Hmmm.. copying from the log you attached:
>>   >>
>>   >> This looks like somehow the the contents of
>>   >> ./rtemstoolkit/elftoolchain/libelf/_libelf_config.h are not being
>>   >> tripped by whatever conditionals are set on your host. I see FreeBSD,
>>   >> Apple, and Linux sections of the file.
>>   >>
>>   >> You can build rtems-tools by hand easily and see what's going
>>   >> wrong in that file. It may be as easy as adding "|| defined(__cygwin__)"
>>   >> or similar in the right place.
>>   >>
>>   >
>>   > I have pushed a fix for this. It is building on Cygwin.
>>
>> Which one did you update? I did a "git pull" on rtems-source-builder,
>> and still got the same error ...
>>
> This was an issue in rtems-tools. Can you see if you can update that and
> build it by hand?
>
> RSB may need a hash tag updated and Chris might not have done that.
> *** note sure on this ***
>

It is tracking head. I am wondering if the git sequence being used is 
wrong and should be:

  git://git.rtems.org/rtems-tools.git?fetch?reset=hard?merge

where we fetch, reset to erase any local patches applied and then merge 
any changes fetched. I am testing this now as I needed to add 'merge' to 
the git module.

Chris



More information about the devel mailing list