install a local elf2tab binary within the repo itself

This commit is contained in:
coelner
2020-08-18 17:01:50 +02:00
parent 55c9053baf
commit ef40657c27
3 changed files with 7 additions and 5 deletions

View File

@@ -42,4 +42,4 @@ pip3 install --user --upgrade 'tockloader==1.5' six intelhex
rustup target add thumbv7em-none-eabi
# Install dependency to create applications.
cargo install elf2tab --version 0.6.0
cargo install elf2tab --version 0.6.0 --root .