avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to install avr-libc on Windows 10?


From: 绵 旗
Subject: How to install avr-libc on Windows 10?
Date: Wed, 13 Jul 2022 10:14:49 +0000

I tried to install Simulavr as it was said in this page - https://ccrma.stanford.edu/cours...

 

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]