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

extra build dependencies #71

Closed
incanus opened this issue Dec 14, 2022 · 0 comments · Fixed by #74
Closed

extra build dependencies #71

incanus opened this issue Dec 14, 2022 · 0 comments · Fixed by #74

Comments

@incanus
Copy link

incanus commented Dec 14, 2022

I wanted to build all the platforms, but I'm on a Mac so I just used Docker to spin up a debian:unstable image to simplify things since you call it out specifically.

The docs say:

On Debian unstable, you can get everything from the main archive:

        # apt install lola gcc-avr avr-libc python3-serial gawk \
          gcc-arm-none-eabi gcc-riscv64-unknown-elf libreadline-dev \
          picolibc-arm-none-eabi picolibc-riscv64-unknown-elf

Aside from make also being needed (rather obvious), I had to install the following on a fresh system as well:

  • asciidoctor
  • ruby-asciidoctor-pdf
  • gcc-arm-linux-gnueabi
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

Successfully merging a pull request may close this issue.

1 participant