Hi Guys,

I am trying to build and run rtems.
Followed the steps as mentioned at
https://docs.rtems.org/branches/master/user/start/index.html

Getting this error while doing make as mentioned here
https://docs.rtems.org/branches/master/user/start/bsp-build.html

gmake[2]: Entering directory
'/home/user45/quick-start/build/b-erc32/sparc-rtems4.11/c/erc32'
gmake[2]: *** No rule to make target 'all'.  Stop.
gmake[2]: Leaving directory
'/home/user45/quick-start/build/b-erc32/sparc-rtems4.11/c/erc32'
gmake[1]: *** [Makefile:286: all-recursive] Error 1
gmake[1]: Leaving directory
'/home/user45/quick-start/build/b-erc32/sparc-rtems4.11/c'
make: *** [Makefile:410: all-recursive] Error 1

Full logs are at https://justpaste.it/7ao05

This was my configure command:
$HOME/quick-start/src/rtems-4.11.3/configure
--prefix=$HOME/quick-start/rtems/4.11 --enable-maintainer-mode
--target=sparc-rtems4.11 --enable-rtemsbsp=erc32 --enable-tests

My $PATH var includes: /home/user45/quick-start/rtems/4.11/bin

As the error mentions No rull to make target 'all'
I checked the
'/home/user45/quick-start/build/b-erc32/sparc-rtems4.11/c/erc32' directory
and it doesn't contain any Makefile. Although a make directory is present
in there.
Any ideas about what is causing this ?

Thanks
_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to