<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">On Mon, Oct 22, 2018, 6:37 PM Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I should have added ..<br>
<br>
On 23/10/2018 10:35, Chris Johns wrote:<br>
> On 23/10/2018 09:45, Joel Sherrill wrote:<br>
>> Hi<br>
>><br>
>> Nice to see the --source-only-download try to help. Just needs to find this:<br>
>><br>
>> config: tools/rtems-gdb-8.0.1-1.cfg<br>
>> error: config error: gdb-common-1.cfg:87: "gdb: python: header file not found:<br>
>> python2.7/Python.h, please install"<br>
>> Build FAILED<br>
>> Build Set: Time 0:00:19.550279<br>
>> Build FAILED<br>
>><br>
>> jrs007@JRS-OAR-Laptop MINGW64 ~/rtems/rtems-source-builder/rtems<br>
>> $ ls /usr/include/*/P*<br>
>> /usr/include/python2.7/Python.h  /usr/include/python2.7/Python-ast.h<br>
>><br>
>> Any idea why it can't find it? Looks like it is exactly where it should be. :)<br>
> <br>
> On Windows you need a MinGW64 python. We build native Windows tools so we cannot<br>
> link to the MSYS2 (Cygwin) DLL. I suspect those headers on MSYS2 are the MSYS2<br>
> python's headers. I do not have an MSYS2 python2.7 installed only python3 ...<br>
> <br>
>  $ pacman -Qo /usr/include/python3.6m/Python.h<br>
>  /usr/include/python3.6m/Python.h is owned by python 3.6.6-1<br>
<br>
$ pacman -Qo /mingw64/include/python2.7/Python.h<br>
/mingw64/include/python2.7/Python.h is owned by mingw-w64-x86_64-python2 2.7.15-3<br>
<br>
> <br>
> I just build a new windows box (root disk died) last week and ran the pacman<br>
> command in the User Manual and it worked. Sure I then made the latest RSB patch<br>
> work with that install. I followed this procedure ...<br>
> <br>
>  <a href="https://docs.rtems.org/branches/master/user/hosts/windows.html#msys2" rel="noreferrer noreferrer" target="_blank">https://docs.rtems.org/branches/master/user/hosts/windows.html#msys2</a><br>
> <br>
> that is the command ...<br>
> <br>
>   pacman -S python mingw-w64-x86_64-python2 ....<br>
>                      ^^?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Hmm ... I installed msys2 from scratch in the last couple of weeks. I used the Pacman command in the hosts section (formerly in the RSB). Are there two Pacman command examples? </div><div dir="auto"><br></div><div dir="auto">I will scratch my msys2 and try again tomorrow but please check if there are two separate sections with Pacman command advice. </div><div dir="auto"><br></div><div dir="auto">--joel</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> Chris<br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org" target="_blank" rel="noreferrer">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
> <br>
</blockquote></div></div></div>