On Sat, Apr 24, 2021 at 11:08 PM Richi Dubey <richidu...@gmail.com> wrote: > > It does. Thanks for your prompt response! > > Also, how do I enable SMP tests and rtems-debug?
I think the options are these: RTEMS_SMP = True RTEMS_DEBUG = True Add it to the config.ini file and configure it again before building. > > On Fri, Apr 23, 2021 at 9:03 PM Vijay Kumar Banerjee <vi...@rtems.org> wrote: >> >> Hi Richi, >> >> >> On Fri, Apr 23, 2021 at 9:22 AM Richi Dubey <richidu...@gmail.com> wrote: >> > >> > Hi, >> > >> > 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: >> > >> > mkdir -p $HOME/quick-start/src >> > cd $HOME/quick-start/src >> > git clone https://github.com/RTEMS/rtems-source-builder.git rsb >> > git clone https://github.com/RTEMS/rtems.git >> > cd $HOME/quick-start/src/rsb/rtems >> > ../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/6 >> > 6/rtems-aarch64 >> > export PATH=$HOME/quick-start/rtems/6/bin:"$PATH" >> > cd $HOME/quick-start/src/rtems >> > ./rtems-bootstrap >> > >> > -And I get this error-: >> > 118/119: autoreconf: c/src/make/configure.ac >> > 119/119: autoreconf: cpukit/configure.ac >> > automake: error: cannot open < libnetworking/headers.am: No such file or >> > directory >> > autoreconf: automake failed with exit status: 1 >> > error: error: autoreconf: autoreconf -i --no-recursive >> > Bootstrap FAILED. >> > >> >> Please try using waf. >> >> echo "[aarch64/xilinx_zynqmp_lp64]" > config.ini >> echo "BUILD_TESTS=True" >> config.ini >> ./waf configure >> ./waf >> ./waf install >> >> > Can someone please help me with this? >> >> I hope the above instructions will build it without issues. >> >> Best regards, >> Vijay >> > _______________________________________________ >> > devel mailing list >> > devel@rtems.org >> > http://lists.rtems.org/mailman/listinfo/devel _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel