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

Next revision
Previous revision
using:howto:compiling_twister_on_debian_7_arm [2014/02/06 12:03]
natir created
using:howto:compiling_twister_on_debian_7_arm [2014/02/07 11:56] (current)
natir Add know issue for fresh raspbian install
Line 3: Line 3:
 ===== Raspbian ===== ===== Raspbian =====
  
-This process ​isn't opitimized but he run.+Same process ​of [[compiling_twister_on_debian_7]],​ one change ​run :
  
-Same operation of [[using:​howto:​compiling_twister_on_debian_7]] but after ./​configure ​you need change line+<​code>​ 
 +./​configure ​--enable-sse2=no 
 +</​code>​ 
 + 
 +in place of 
  
 <​code>​ <​code>​
-CXXFLAGS = -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2 -msse+./configure
 </​code>​ </​code>​
  
-by this line+==== Know Issue ==== 
 + 
 +If is a fresh install maybe you can get this error : 
  
 <​code>​ <​code>​
-CXXFLAGS = -g -O2 -fvisibility-inlines-hidden -DUSE_SSE2+terminate called after throwing an instance of '​std::​runtime_error'​ 
 +  what(): ​ locale::​facet::​_S_create_c_locale name not valid 
 +Aborted
 </​code>​ </​code>​
  
 +For solved this you need reconfigure your locales with :
 +
 +<​code>​
 +sudo dpkg-reconfigure locales
 +</​code>​
using/howto/compiling_twister_on_debian_7_arm.1391684608.txt.gz · Last modified: 2014/02/06 12:03 by natir