<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 6, 2020 at 2:30 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
building the old network stack for aarch64 fails with:<br>
<br>
cpukit/librpc/src/xdr/xdr_float.c:121:2: error: #error "xdr_float.c: <br>
unknown CPU"<br>
   121 | #error "xdr_float.c: unknown CPU"<br>
<br>
Should we enable RTEMS_NETWORKING more selectively similar to RTEMS_SMP <br>
and RTEMS_MULTIPROCESSING?<br></blockquote><div><br></div><div>Yes for sure. In the autoconf system, we just excluded a few CPUs.</div><div><br></div><div>But should we go farther in waf? I see two possibilities:</div><div><br></div><div>+ Force legacy stack off for the same CPUs as autoconf build plus<br></div><div>   all the BSPs that have new stack support.</div><div><br></div><div>+ Only enable it for the specific BSPs that have HAS_NETWORKING<br></div><div>   in their Makefile.am?  A quick grep shows 37 of 84 families would be</div><div>   white listed this way. </div><div><br></div><div>The first is very easy. The second is a bit more painful but puts us on</div><div>a path of identifying specifically what has to transition.</div><div><br></div><div>With a bit of discussion on the rules for being white listed to use the</div><div>legacy stack, I would lean to the second solution.</div><div><br></div><div>--joel</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a></blockquote></div></div>