<div dir="ltr">It does. Thanks for your prompt response!<div><br></div><div>Also, how do I enable SMP tests and rtems-debug?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 23, 2021 at 9:03 PM Vijay Kumar Banerjee <<a href="mailto:vijay@rtems.org">vijay@rtems.org</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">Hi Richi,<br>
<br>
<br>
On Fri, Apr 23, 2021 at 9:22 AM Richi Dubey <<a href="mailto:richidubey@gmail.com" target="_blank">richidubey@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I am building a new RTEMS from master source (to build the xilinx_zynqmp_lp64 bsp from the aarch64 arch), and these are the steps I followed:<br>
><br>
> mkdir -p $HOME/quick-start/src<br>
> cd $HOME/quick-start/src<br>
> git clone <a href="https://github.com/RTEMS/rtems-source-builder.git" rel="noreferrer" target="_blank">https://github.com/RTEMS/rtems-source-builder.git</a> rsb<br>
> git clone <a href="https://github.com/RTEMS/rtems.git" rel="noreferrer" target="_blank">https://github.com/RTEMS/rtems.git</a><br>
> cd $HOME/quick-start/src/rsb/rtems<br>
> ../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/6 6/rtems-aarch64<br>
>  export PATH=$HOME/quick-start/rtems/6/bin:"$PATH"<br>
> cd $HOME/quick-start/src/rtems<br>
> ./rtems-bootstrap<br>
><br>
> -And I get this error-:<br>
> 118/119: autoreconf: c/src/make/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a><br>
> 119/119: autoreconf: cpukit/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a><br>
> automake: error: cannot open < libnetworking/<a href="http://headers.am" rel="noreferrer" target="_blank">headers.am</a>: No such file or directory<br>
> autoreconf: automake failed with exit status: 1<br>
> error: error: autoreconf: autoreconf -i --no-recursive<br>
> Bootstrap FAILED.<br>
><br>
<br>
Please try using waf.<br>
<br>
echo "[aarch64/xilinx_zynqmp_lp64]" > config.ini<br>
echo "BUILD_TESTS=True" >> config.ini<br>
./waf configure<br>
./waf<br>
./waf install<br>
<br>
> Can someone please help me with this?<br>
<br>
I hope the above instructions will build it without issues.<br>
<br>
Best regards,<br>
Vijay<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><br>
</blockquote></div>