c++ std::thread

Chris Johns chrisj at rtems.org
Fri Nov 13 03:11:38 UTC 2015


On 13/11/2015 3:45 AM, Webb, Jeffrey A. wrote:
> On 11/12/2015 12:08 AM, Chris Johns wrote:
>> Thank you for testing this.
> 
> No problem.  I'm glad to help out in a small way.
> 
>>> I first had trouble with the www.mpfr.org site:
>>
>> The site appears to be down.
> 
> It seems to be back up this morning.  I suppose it was just bad luck that it happened to be down when I was working on all this. 
> 

It happens. As a result I considering a mirror on the RTEMS ftp server
and teaching the RSB about it. We are hosted at OSUOSL and they are
awesome and we have fantastic continuous access so why not use it.

>>>> ... but it seems that the 4.12 directory does not exist yet [...]
>>>
>>> Ah yes. I will sort this out now.
>>>
>>
>> Fixed. Please try again.
> 
> Thank you very much. I started from (almost) scratch, and everything built correctly this time. I did copy the tool source archive files that had already been downloaded back into the source directory before building (not the rtems-tools.git repo or the patches, though). I'll repeat the entire process again completely from scratch from home to make sure it all works, and I'll let you know if something fails, but I suspect it will work. I am unable to have the installer download all of the sources at my workplace, because the ftp:// protocol is blocked entirely. It would be easier for me if an http:// source could be used instead of the ftp:// sites (or as a backup alternative), but I understand if that is not possible. I am able to work around this situation, but I wanted you to know about it, in case others run into this as well.
> 

You can download everything where you have accesses using:

 $ ../source-builder/sb-set-builder \
                --dry-run --with-download 4.12/rtems-all

If you need only one target just use that build set file. Then you
*should* be able to:

 $ ../source-builder/sb-set-builder \
             --url=file://a/directory 4.12/rtems-sparc

I have not tested this even though it has been in the RSB for a long time.

> My very simple std::thread example now works. Many thanks to everyone who helped make this possible. I will now proceed with porting some more complex code to RTEMS and see how it goes.

Excellent. Please let know how you go.

Chris



More information about the users mailing list