<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 9, 2020, 5:07 PM Chris Johns <<a href="mailto:chrisj@rtems.org" target="_blank" rel="noreferrer">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">On 10/2/20 9:40 am, Chris Johns wrote:<br>
> On 10/2/20 8:25 am, Chris Johns wrote:<br>
>> On 9/2/20 2:18 pm, jameszxj wrote:<br>
>>> Hi,<br>
>>>    RSB failed when build gdb on MINGW64.<br>
>>><br>
>>> error messages:<br>
>>><br>
>>> D:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:<br>
>>> ada-tasks.o: in function `memcpy':<br>
>>> D:/msys64/mingw64/x86_64-w64-mingw32/include/string.h:202: undefined reference<br>
>>> to `__memcpy_chk'<br>
>>> D:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:<br>
>>> arm-tdep.o: in function `memcpy':<br>
>>> D:/msys64/mingw64/x86_64-w64-mingw32/include/string.h:202: undefined reference<br>
>>> to `__memcpy_chk'<br>
>>> D:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:<br>
>>> breakpoint.o: in function `strcpy':<br>
>>> D:/msys64/mingw64/x86_64-w64-mingw32/include/string.h:228: undefined reference<br>
>>> to `__strcpy_chk'<br>
>><br>
>> I see this as well. I do not know what the cause it. It is documented in the LSB<br>
>> code specification so am wondering if something has changed to trigger this.<br>
> <br>
> Building gdb-9.1 works for ARM. I will post a patch to move RTEMS 5 to gdb-9.1<br>
> once I have built arm, powerpc and sparc tool sets.<br>
<br>
It looks like mingw is broken ....<br>
<br>
x lrwxrwxrwx  0 root   root        0 Nov 08 20:34<br>
sourceware-mirror-newlib-cygwin-d14714c69/newlib/libm/machine/x86_64/feclearexcept.c<br>
-> ../../fenv/fenv_stub.c: Can't create<br>
'\\\\?\\D:\\opt\\rtems\\rsb.git\\rtems\\build\\arg7ndxwm1\\sourceware-mirror-newlib-cygwin-d14714c69\\newlib\\libm\\machine\\x86_64\\feclearexcept.c'<br>
<br>
This is due to this change from Joel in newlib around 4 months ago...<br>
<br>
<a href="https://github.com/RTEMS/sourceware-mirror-newlib-cygwin/blob/master/newlib/libm/machine/x86_64/fesetenv.c" rel="noreferrer noreferrer noreferrer" target="_blank">https://github.com/RTEMS/sourceware-mirror-newlib-cygwin/blob/master/newlib/libm/machine/x86_64/fesetenv.c</a><br>
<br>
I though I added logic to the RSB to handle these cases but it looks like we<br>
have another case that needs handling.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Weird that a link from a tar isn't working.</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">
<br>
The reason the failure happens is the destination directory for the link does<br>
not exist and so the file copy fails. On Unix system the link is a path attached<br>
to the node and so does not need to exist until you access it. The order in the<br>
tar file means the link appears before the destination directory.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Are there contents in the directory besides links? It no, adding a readme may help.</div><div dir="auto"><br></div><div dir="auto">Otherwise, these may need to be created at configure time.</div><div dir="auto"><br></div><div dir="auto">I honestly don't know the answer. We will have to discuss this on the newlib mailing list. There are multiple solutions and they have to buy one </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">
<br>
Chris<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" rel="noreferrer noreferrer" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a></blockquote></div></div></div>