contiki - Unreadable output results when typing "make login" -


i want test hello world application in z1 mote. unfortunately, when try visualize results in terminal using command: make z1-reset & make login, unreadable result:

������������������������󠰮����à������������������������������頲��

i run test in ubuntu 12.04 using contiki 2.7 , msp430-gcc 4.6.3 there necessary drivers zolertia z1 motes forgot install? in advance.

best regards.

i faced same problem few weeks ago working on z1 ...what u should update gcc-version 4.7.0

you can follow these steps upgrade msp430-gcc:

  1. update msp430 version 4.7.0 follow http://wiki.contiki-os.org/doku.php?id=msp430x
  2. after finish install msp430 version 4.7.0, move folder mspgccx /opt/tmp/ /opt/
  3. run export path=/opt/mspgccx/bin:$path on terminal temporary, permanent need put in bash_rc or bash_profile.
  4. then can compile contiki code.

someone shared me , did work me..hope works =) read steps carefully, little tricky. luck.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -