Discussion:
unknown
1970-01-01 00:00:00 UTC
Permalink
--bcaec51a7d6040197804ca2509b7
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Thanks, that was it. Should have caught that on my own.<br><br><div class="gmail_quote">On Thu, Sep 20, 2012 at 3:18 AM, mike healy <span dir="ltr">&lt;<a href="mailto:***@gmail.com" target="_blank">***@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Scott,<br><br>As Eric mentioned you don&#39;t have HelloWorldC.nc attached, so it&#39;s difficult to tell what exactly is going wrong.<br>
<br>As a sanity check i tried running the HelloWorld app as in the manual (copied and pasted, so it&#39;s word for word). I did find two typos, but both are easily fixed. In HelloWorldC.nc, line 14 is:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">boot ready;<br></blockquote>but  it should be:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">

bool ready;<br></blockquote><div>And in the Makefile the first line is:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">COMPONENT=TestBluetoothAppC<br>

</blockquote><div>but it shoudl be:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">COMPONENT=HelloWorldAppC</blockquote><div>(I see you&#39;ve fixed this second error in your attached Makefile).<br>

<br>

Loading...