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

binary needs to be called main.bin #94

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion content/en/docs/Badges/MCH2022/software-development/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,16 @@ free to provide a PR to the documentation or a link to a sample app ... Make
sure you're using the newest version of everything. Throw away your computer
and by a Windows one ...


## Raw notes

### main.bin

Snippet from `IRC`:
```text
13:32 < p2mate> <p2mate> "i formatted both internal..." <- renamed the image to main.bin and now it works.. maybe something to highlight in the documentation?
13:37 < stappers> p2mate: What is your tool chain?
13:38 < stappers> (What is the reason that you need an additional rename?)
13:39 < p2mate> @stappers: https://badge.team/docs/badges/mch2022/software-development/rust/
13:39 < stappers> :-)
13:39 < p2mate> I have no idea why the binary needs to be called main.bin
```