Skip to content

Instantly share code, notes, and snippets.

@tejainece
Created March 14, 2014 06:22
Show Gist options
  • Select an option

  • Save tejainece/9542949 to your computer and use it in GitHub Desktop.

Select an option

Save tejainece/9542949 to your computer and use it in GitHub Desktop.
TinyOS: Build seriallisten15-4
#!/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