Created
March 14, 2014 06:22
-
-
Save tejainece/9542949 to your computer and use it in GitHub Desktop.
TinyOS: Build seriallisten15-4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| #build libmote.a | |
| cd ${TOSROOT}/support/sdk/c/sf/ | |
| ./bootstrap | |
| ./configure | |
| make | |
| #build seriallisten15-4.c | |
| cd ${TOSROOT}/apps/BaseStation15.4 | |
| make telosb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment