Troubleshooting

From Contiki
Revision as of 14:14, 9 February 2014 by Pedro (Talk | contribs) (Created page with "* If you are trying to execute the serial-dump application (contiki/tools/sky/serialdump-linux) and are see the message "No such file or directory" it means that you are runni...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • If you are trying to execute the serial-dump application (contiki/tools/sky/serialdump-linux) and are see the message "No such file or directory" it means that you are running in a 64-bit operating system that does not have proper 32-bit libraries installed. Since serialdump-linux is a pre-compiled 32-bit tool you need to execute the following command to install the necessary libraries:

sudo apt-get install ia32-libs