On Sun, Jan 12, 2020, 10:22 AM Niteesh <gsnb...@gmail.com> wrote: > > Maybe, because you don't have the necessary packages installed. > Go through this > https://docs.rtems.org/branches/master/user/hosts/posix.html#linux > and make sure you have installed the required packages. >
This is definitely the right answer but sed is a very basic utility. I'm not sure how you would get any Linux installation without it. Check you PATH to make sure /bin and /use/bin are in it. A typo prepending the RTEMS tools to your PATH could have messed it up. Try a new shell and do "which sed" or "type sed". I expect it is there. If not, you have found a way to get an OS install with less installed than we have seen. :) --joel > > > On Sun, Jan 12, 2020 at 9:31 PM Prithvi Chakravarthy < > prithvichakravar...@gmail.com> wrote: > >> Hi, >> I've been trying to set up RTEMS. So far I have been following the >> documentation and i when i building BSP. >> >> When I entered the following command: >> >> HOME/quick-start/src/rtems/configure \ >> > --prefix=$HOME/quick-start/rtems/5 \ >> > --enable-maintainer-mode \ >> > --target=sparc-rtems5 \ >> > --enable-rtemsbsp=erc32 \ >> > --enable-tests >> >> I had the following code as output: >> >> /home/prithvi/quick-start/src/rtems/configure: line 472: sed: command not >> found >> /home/prithvi/quick-start/src/rtems/configure: line 471: expr: command >> not found >> /home/prithvi/quick-start/src/rtems/configure: line 472: sed: command not >> found >> /home/prithvi/quick-start/src/rtems/configure: line 486: sed: command not >> found >> : error: cannot create .lineno; rerun with a POSIX shell >> >> Any help would be highly appreciated. >> >> Regards, >> Prithvi Chakravarthy >> _______________________________________________ >> users mailing list >> users@rtems.org >> http://lists.rtems.org/mailman/listinfo/users > > _______________________________________________ > users mailing list > users@rtems.org > http://lists.rtems.org/mailman/listinfo/users
_______________________________________________ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users