Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GNU Toolchain link in Makefile broken #73

Open
modularev opened this issue Nov 11, 2022 · 5 comments
Open

GNU Toolchain link in Makefile broken #73

modularev opened this issue Nov 11, 2022 · 5 comments

Comments

@modularev
Copy link

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
Copy link
Member

tehn commented Nov 11, 2022

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

@scanner-darkly
Copy link
Member

scanner-darkly commented Nov 11, 2022

@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
Copy link
Author

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

@modularev
Copy link
Author

modularev commented Nov 11, 2022

@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
Copy link
Member

scanner-darkly commented Nov 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants