This devcontainer is based on StaflSystems/stafl-devcontainer but adds IAR Build Tools for ARM.
- Place the
.debfile(s) for IAR Build Tools for ARM instafl-devcontainer/iar - Run
docker build stafl-devcontainer-iar -t stafl-devcontainer-iar:latest- Add
--build-arg BXARM=fsto build the container with the FuSa version of IAR Build Tools for ARM.
- Add
Run the following commands inside the container to set up the IAR license:
PACKAGE_DIR=$(find /opt/iarsystems -type l)
LICENSE_SERVER="<some hostname or IP address>"
${PACKAGE_DIR}/common/bin/lightlicensemanager setup -s ${LICENSE_SERVER}- Follow comments in
.devcontainer/devcontainer.jsonto make required customizations. - Follow comments in
docker-compose.ymlto make required customizations. - Follow instructions on https://code.visualstudio.com/docs/devcontainers/containers to setup the container.
- Run the license setup inside the container.