I tried to install Simulavr as it was said in this page - https://ccrma.stanford.edu/cours...<https://ccrma.stanford.edu/courses/250a-fall-2005/docs/avr-libc-user-manual-1.2.5/install_tools.html#install_gdb>
I ran in these steps: $ gunzip -c simulavr-<version>.tar.gz | tar xf - $ cd simulavr-<version> $ mkdir obj-avr $ cd obj-avr $ ../configure --prefix=$PREFIX $ make $ make install but, after I ran "../configure --prefix=$PREFIX", the Windows PowerShell ISE always asked me which tool I want to open this file, I don't know why.