Skip to content

Commit

Permalink
configure avr32 dependencies and path to binary
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Nov 5, 2022
1 parent 26bb692 commit 4fa1575
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,19 @@
tags: install_gs_avr_toolchain

tasks:
- name: Install gs avr32 dependencies
apt:
name: libmpfr-dev
update_cache: yes
- name: Create symbolic link for libmpfr.so.4
shell: ln -srv /usr/lib/x86_64-linux-gnu/libmpfr.so.6 /usr/lib/x86_64-linux-gnu/libmpfr.so.4
- name: Install gs-avr-toolchain
shell:
cmd: /home/kasm-default-profile/install_files/avr_toolchain/gs-avr32-toolchain-3.4.2_gs1/install-avr32.sh
chdir: /home/kasm-default-profile/install_files/avr_toolchain/gs-avr32-toolchain-3.4.2_gs1/
executable: /bin/bash
- name: Add /usr/local/avr32/bin to PATH
shell: echo 'export PATH="/usr/local/avr32/bin:$PATH"' >> /home/kasm-default-profile/.bashrc

-
# Install PharoLauncher
Expand Down

0 comments on commit 4fa1575

Please sign in to comment.