Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| embedded_testing [2018/09/20 16:07] – [Docker] admin | embedded_testing [2026/06/08 20:14] (current) – admin | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| * Do not use SSH (if you need to step into container, you can use the docker exec command). | * Do not use SSH (if you need to step into container, you can use the docker exec command). | ||
| * Avoid manual configurations (or actions) inside container. | * Avoid manual configurations (or actions) inside container. | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | # install colorgcc | ||
| + | export PATH=/ | ||
| + | wget https:// | ||
| + | wget https:// | ||
| + | sudo apt-get install perl-modules-5.26 | ||
| + | ln -s colorgcc.pl arm-none-eabi-gcc | ||
| + | ln -s colorgcc.pl arm-none-eabi-ld | ||
| + | |||
| + | |||
| Line 21: | Line 38: | ||
| <color /# | <color /# | ||
| + | |||
| + | http:// | ||
| + | |||
| + | <color /# | ||
| + | |||
| + | https:// | ||
| framekworks: | framekworks: | ||
| Line 33: | Line 56: | ||
| https:// | https:// | ||
| + | https:// | ||
| + | https:// | ||