<div dir="ltr"><div>><font color="#351c75"><span style="font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">I have been testing on a range of MacOS versions over the years and I have not</span><br style="font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><span style="font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">seen any issues report. If you have seen issues or you know of reports please</span><br style="font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><span style="font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">let me know.</span></font><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"> </span></div><div><br></div>I was able to setup the environment successfully yesterday. Though in the process I had another error which I managed to deal with. PFA the attached report. Its about the relocation of the libexpat to github. I manually downloaded the tar file and put it in the required sources folder.<div><br></div><div>><font color="#351c75">I<span style="font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"> have XCode installed with the command line package.</span></font></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">I also have this. I had python packages installed using homebrew too which weren't in the PATH variable. Adding them to the path solved the issue.</span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 18, 2018 at 8:41 AM, Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 17/3/18 9:00 pm, Amaan Cheval wrote:<br>
>> checking for python...<br>
> /Library/Frameworks/Python.<wbr>framework/Versions/2.7/bin/<wbr>python<br>
>> checking for python2.7... no<br>
>> configure: error: python is missing or unusable<br>
><br>
> That looks like the problem (at least on the surface). macOS does come with<br>
> Python built-in, but I don't believe that's good enough for development<br>
<br>
</span>The default Python is fine for use with GDB and the RSB. There is no problem<br>
with the default provided by Apple on MacOS.<br>
<br>
$ uname -a<br>
Darwin huia 17.4.0 Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017;<br>
root:xnu-4570.41.2~1/RELEASE_<wbr>X86_64 x86_64<br>
$ type python<br>
python is /usr/bin/python<br>
$ python --version<br>
Python 2.7.10<br>
$ python<br>
Python 2.7.10 (default, Jul 15 2017, 17:16:57)<br>
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin<br>
Type "help", "copyright", "credits" or "license" for more information.<br>
>>> ^D<br>
<br>
Finally this a recent build result on a Mac Mini I have set up to check RTEMS<br>
builds:<br>
<br>
<a href="https://lists.rtems.org/pipermail/build/2018-February/000521.html" rel="noreferrer" target="_blank">https://lists.rtems.org/<wbr>pipermail/build/2018-February/<wbr>000521.html</a><br>
<br>
I have XCode installed with the command line package.<br>
<span class=""><br>
> (vague memories only of issues)<br>
<br>
</span>I have been testing on a range of MacOS versions over the years and I have not<br>
seen any issues report. If you have seen issues or you know of reports please<br>
let me know.<br>
<span class=""><br>
> - have you installed Python separately too?<br>
<br>
</span>If yo do this or you are using homebrew, mscports or something else then you may<br>
have issues and you will need to look for support with those packaging projects.<br>
<br>
I do not have any packages from homebrew or macports so we know the RSB is working.<br>
<span class="HOEnZb"><font color="#888888"><br>
Chris<br>
</font></span></blockquote></div><br></div>