Windows installer

Hi
I have used the widows installer. I installed ChipWhisperer 5.3 and Ununtu 20.04 LTS (Our IT department has blocked acces to Microsoft store). I have followed all the instructions, but it do not work! In the Chipwhisper setup tutorial, everything works fine until !make --v command. I get the following error :
‘make’ is not recognized as an internal or external command,
operable program or batch file
Likwise I get error with the !arm-none-eabi-gcc -v and !avr-gcc -v.
Running these 3 commands in the ubuntu terminal works fine.
My machine is using Windows 10.

Hi,

Try changing !make --v to:

%%bash
make -- v

As far as I can tell, ! will use your system shell, which is cmd on Windows, whereas everything is installed for bash.

Alex