grisp2-rtems-toolchain with erlang and rebar3
231
This software bundles our grisp2-rtems-toolchain with rebar3 and Erlang on its side.
You can effectively use this even without having any particular software other then docker.
These are the limitations to take into account when setting up your rebar.config file:
/grisp2-rtems-toolchain/rtems/5{deploy, [ {destination, "_deploy"} ]} undre grisp configuration in rebar3.configdocker run --volume "/path/to/current/project:/mnt/project" grisp/grisp-devkit:25.3 sh -c "cd /mnt/project && rebar3 grisp deploy"Note: the image will not cache any grisp package. We suggest to leave the docker container shell opened during development.
docker run -ti --volume "/path/to/current/project:/mnt/project" grisp/grisp-devkit:25.3 sh
To build OTP just make sure you set the toolchain directory precisely as /grisp2-rtems-toolchain/rtems/5.
In future versions this info should be already set as ENV inside the image.
docker run --volume "/path/to/current/project:/mnt/project" grisp/grisp-devkit:25.3 sh -c "cd /mnt/project && rebar3 grisp build"
Content type
Image
Digest
sha256:5f92354be…
Size
2.9 GB
Last updated
over 3 years ago
docker pull grisp/grisp-devkit