Install elf2tab in its own directory.

This commit is contained in:
Guillaume Endignoux
2020-09-29 12:42:48 +02:00
parent af4d554d01
commit 70482a2f21
4 changed files with 14 additions and 11 deletions

View File

@@ -42,4 +42,5 @@ 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 --root .
mkdir -p elf2tab
cargo install elf2tab --version 0.6.0 --root elf2tab/