twister

Peer-to-peer microblogging

User Tools

Site Tools


using:howto:compiling_twister_on_debian_7_arm

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
using:howto:compiling_twister_on_debian_7_arm [2014/02/07 08:28]
natir Twister can't run on armv6.
using:howto:compiling_twister_on_debian_7_arm [2014/02/07 11:56] (current)
natir Add know issue for fresh raspbian install
Line 1: Line 1:
 ====== Compiling twister on Debian 7 Arm ====== ====== Compiling twister on Debian 7 Arm ======
  
-===== Raspbery pi =====+===== Raspbian ​=====
  
-Twister acctualy can't run on Armv6 proccesortwister required ​sse2 instruction and isn't avaible ​in this type of processor.+Same process of [[compiling_twister_on_debian_7]]one change run : 
 + 
 +<​code>​ 
 +./configure --enable-sse2=no 
 +</​code>​ 
 + 
 +in place of  
 + 
 +<​code>​ 
 +./​configure 
 +</​code>​ 
 + 
 +==== Know Issue ==== 
 + 
 +If is a fresh install maybe you can get this error :  
 + 
 +<​code>​ 
 +terminate called after throwing an instance of '​std::​runtime_error'​ 
 +  what(): ​ locale::​facet::​_S_create_c_locale name not valid 
 +Aborted 
 +</​code>​ 
 + 
 +For solved this you need reconfigure your locales with : 
 + 
 +<​code>​ 
 +sudo dpkg-reconfigure locales 
 +</​code>​
using/howto/compiling_twister_on_debian_7_arm.1391758114.txt.gz · Last modified: 2014/02/07 08:28 by natir