Re: RTEMS Bootstrap fails

2021-04-25 Thread Richi Dubey
> > > *From:* devel *On Behalf Of *Richi Dubey > *Sent:* Sunday, April 25, 2021 01:05 > *To:* Vijay Kumar Banerjee > *Cc:* rtems-de...@rtems.org > *Subject:* Re: RTEMS Bootstrap fails > > > > Hi, > > > > The docs > <https://docs.rtems.org/branches

RE: RTEMS Bootstrap fails

2021-04-25 Thread Kinsey Moore
Subject: Re: RTEMS Bootstrap fails Hi, The docs<https://docs.rtems.org/branches/master/user/bld/#migration-from-autoconf-automake> says RTEMS_SMP = True should work, but I get a warning: rdubey@hpc1:~/quick-start/src/rtems$ echo "RTEMS_SMP = True">>config.ini rdubey@

Re: RTEMS Bootstrap fails

2021-04-24 Thread Richi Dubey
Hi, The docs says RTEMS_SMP = True should work, but I get a warning: rdubey@hpc1:~/quick-start/src/rtems$ echo "RTEMS_SMP = True">>config.ini rdubey@hpc1:~/quick-start/src/rtems$ ./waf configure --prefix=/home/rdu

Re: RTEMS Bootstrap fails

2021-04-24 Thread Richi Dubey
Cool, Thanks! On Sun, Apr 25, 2021 at 10:40 AM Vijay Kumar Banerjee wrote: > On Sat, Apr 24, 2021 at 11:08 PM Richi Dubey 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 > R

Re: RTEMS Bootstrap fails

2021-04-24 Thread Vijay Kumar Banerjee
On Sat, Apr 24, 2021 at 11:08 PM Richi Dubey 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. > > O

Re: RTEMS Bootstrap fails

2021-04-24 Thread Richi Dubey
It does. Thanks for your prompt response! Also, how do I enable SMP tests and rtems-debug? On Fri, Apr 23, 2021 at 9:03 PM Vijay Kumar Banerjee wrote: > Hi Richi, > > > On Fri, Apr 23, 2021 at 9:22 AM Richi Dubey wrote: > > > > Hi, > > > > I am building a new RTEMS from master source (to build

Re: RTEMS Bootstrap fails

2021-04-23 Thread Vijay Kumar Banerjee
Hi Richi, On Fri, Apr 23, 2021 at 9:22 AM Richi Dubey 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 http

RTEMS Bootstrap fails

2021-04-23 Thread Richi Dubey
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/RT