RTEMS Bootstrap fails

Vijay Kumar Banerjee vijay at rtems.org
Fri Apr 23 15:33:44 UTC 2021


Hi Richi,


On Fri, Apr 23, 2021 at 9:22 AM Richi Dubey <richidubey at 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 at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list