On 24/10/17 08:54, gro...@chichak.ca wrote:
I was hoping to go there later but, this is the script that I am using to build the BSP for 4.12:

cd
cd development/rtems
mkdir kernel
cd kernel
git clone git://git.rtems.org/rtems.git rtems
cd rtems
./bootstrap -c && ./bootstrap -p && $HOME/development/rtems/rsb/source-builder/sb-bootstrap
cd ..
mkdir stm32f4
cd stm32f4
$HOME/development/rtems/kernel/rtems/configure --prefix=$HOME/development/rtems/4.12 --target=arm-rtems4.12 --enable-rtemsbsp=stm32f4 --enable-posix
make RTEMS_BSP="stm32f4"
make install

and when I get to the `make RTEMS_BSP=“stm32f4”’ make bitches that there is no target for ‘all’.

Your sequence of commands works on my Linux machine. I guess there is a problem with the bootstrap of the RTEMS sources. Do you get some warnings/errors?

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

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

Reply via email to