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

Steps to build and install BOSSA #144

Open
rod6214 opened this issue Sep 27, 2020 · 6 comments
Open

Steps to build and install BOSSA #144

rod6214 opened this issue Sep 27, 2020 · 6 comments

Comments

@rod6214
Copy link

rod6214 commented Sep 27, 2020

Hi everyone, where do i find the instructions to build BOSSA repository in Linux and Windows?

These steps works fine for me:
Distro: Linux ubuntu 20.04 lts.

Dependencies:

  1. sudo apt-get install build-essential
  2. sudo apt-get install libwxbase3.0-dev
  3. sudo apt-get install libwxgtk3.0-gtk3-dev
  4. sudo apt-get install libwxgtk3.0-dev
  5. sudo apt-get install libreadline-dev

Go to BOSSA directory and use the following commands:

  • make install
@rod6214 rod6214 changed the title Steps to install BOSSA Steps to build and install BOSSA Sep 27, 2020
@beikeland
Copy link

there is also a make target for just the command line version that has less dependencies
make bossac

@milesfrankland
Copy link

I couldnt get this setup to work.
This is the error:
APPLET WordCopyArm
make: ./appletgen: Command not found
make: *** [Makefile:252: src/WordCopyArm.cpp] Error 127

@milesfrankland
Copy link

I couldnt get this setup to work.
This is the error:
APPLET WordCopyArm
make: ./appletgen: Command not found
make: *** [Makefile:252: src/WordCopyArm.cpp] Error 127

I edited the files in windows and transferred to linux causing issues. When I git cloned from linux all worked well.

@haata
Copy link
Contributor

haata commented Jan 5, 2021

https://github.com/kiibohd/BOSSA/blob/master/.github/workflows/build.yml#L51

This is how I build it on Windows.

@marts20
Copy link

marts20 commented Jan 6, 2023

I can't seem to compile for Windows. Can anyone compile with added support for D21G17D variant?

@PeakeElectronicInnovation
Copy link

PeakeElectronicInnovation commented Mar 9, 2023

A couple of us managed to compile this in Windows and have documented the process on the Arduino forum in case it is helpful: https://forum.arduino.cc/t/creating-a-custom-samd-bootloader-and-arduino-board/1094588/6

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

6 participants