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. Can someone please help me with this?
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel