2024-10-14 11:03:07 -07:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
# this script installs tools needed to compile ECU firmware, simulator and unit tests
|
|
|
|
#
|
|
|
|
# out of scope: JDK, ARM GCC compiler
|
|
|
|
|
2024-11-02 16:52:25 -07:00
|
|
|
apt-get install make
|
2024-10-14 11:03:07 -07:00
|
|
|
apt-get install gcc-multilib g++-multilib g++-mingw-w64 gcc-mingw-w64 sshpass mtools zip dosfstools
|