Leonardo Gomes
08/17/2022, 8:42 PMMitch Bailey
08/17/2022, 10:18 PMwhich volare?
How about ls -l ~/.local/bin/volare?
Is ~/.local/bin in your PATH?
Also, quoting your logs like below will make them more readable. (use the code block icon at the top far right of the edit box).
export CARAVEL_ROOT=/home/leonardo/sky130_projects/SSCS_PICO/caravel_user_project_analog/caravel && make -f /home/leonardo/sky130_projects/SSCS_PICO/caravel_user_project_analog/caravel/Makefile pdk-with-volare
make[1]: Entering directory '/home/leonardo/sky130_projects/SSCS_PICO/caravel_user_project_analog'Leonardo Gomes
08/17/2022, 11:13 PMMitch Bailey
08/17/2022, 11:31 PMecho $PATH
If you don't have the code block icon, try 3 backquotes before and after.
```
If ~/.local/bin is not in your PATH, you can add it with export PATH=$HOME/.local/bin:$PATHLeonardo Gomes
08/18/2022, 8:27 PMwhich volare doesn't return anything
2. ls -l ~/.local/bin/volare returns -rwxrwxr-x 1 leonardo leonardo 212 ago 16 18:38 /home/leonardo/.local/bin/volare
3. echo $PATH returns /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/binLeonardo Gomes
08/18/2022, 8:32 PMMitch Bailey
08/18/2022, 10:16 PM~/.local/bin is not in your PATH, you can add it with export PATH=$HOME/.local/bin:$PATHLeonardo Gomes
08/18/2022, 10:57 PMMitch Bailey
08/18/2022, 11:53 PM/usr/local/bin is not ~/.local/bin/