[Cryptech-Commits] [user/ln5/jakob] 09/13: Update build instructions to include dependency on avr-libc.
git at cryptech.is
git at cryptech.is
Sat Jul 16 08:28:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
jakob at kirei.se pushed a commit to branch master
in repository user/ln5/jakob.
commit 614f4cf63d794b4349137f58f08baea5c4cedf7d
Author: Linus Nordberg <linus at nordberg.se>
AuthorDate: Mon Jul 4 13:57:07 2016 +0200
Update build instructions to include dependency on avr-libc.
Thanks to Rob Austein.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a36367d..f4a9385 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ To build a .hex file suitible for uploading to a board with a
ATTiny828, a C compiler for AVR is needed, as wells a objcopy. On a
Debian system, the following command can be used for installing both:
- apt-get install gcc-avr binutils-avr
+ apt-get install gcc-avr binutils-avr avr-libc
To build tamper.hex, type 'make' in this directory.
More information about the Commits
mailing list