Difference between revisions of "Troubleshooting"

From Contiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Main_Page | Back to Main Page]]
 
[[Main_Page | Back to Main Page]]
  
 +
Permission denied
  
 +
 +
Issue with make login
 
* If you are trying to execute the serial-dump application (contiki/tools/sky/serialdump-linux) and 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:
 
* If you are trying to execute the serial-dump application (contiki/tools/sky/serialdump-linux) and 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:
  
 
<code><nowiki>sudo apt-get install ia32-libs</nowiki></code>
 
<code><nowiki>sudo apt-get install ia32-libs</nowiki></code>

Revision as of 13:14, 28 February 2014

Back to Main Page

Permission denied


Issue with make login

  • If you are trying to execute the serial-dump application (contiki/tools/sky/serialdump-linux) and 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