monome / libavr32

GNU General Public License v2.0
15 stars 27 forks source link

GNU Toolchain link in Makefile broken #73

Open modularev opened 1 year ago

modularev commented 1 year ago

seems like the link for the avr32 toolchain is broken.

Running the command PREFIX=$HOME/avr32-tools make install-cross (on mac OS) results in

cd downloads && curl -LO http://distribute.atmel.no/tools/opensource/Atmel-AVR32-GNU-Toolchain/3.4.2/avr32-patches.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: distribute.atmel.no
make: *** [downloads/avr32-patches.tar.gz] Error 6
tehn commented 1 year ago

any chance you can take a minute to locate a new url?

scanner-darkly commented 1 year ago

@modularev where are you seeing a reference to it? the readme suggest using https://github.com/monome/avr32-toolchain.git:

https://github.com/monome/libavr32#osx

it's possible some docs are out of sync.

modularev commented 1 year ago

@scanner-darkly I was just following the instructions in https://github.com/monome/libavr32/blob/main/README.md#osx

modularev commented 1 year ago

@tehn only found their updated toolchains on https://www.microchip.com/en-us/tools-resources/develop/microchip-studio/gcc-compilers# but I'll look again later.

scanner-darkly commented 1 year ago

ah i see, it's referenced in https://github.com/monome/avr32-toolchain/blob/master/Makefile