2012-07-20 48 views
0

我热情地提出尝试在运行Ubuntu的BeagleBone上安装cloud9 ide。我遵循这个博客的步骤:http://ubuntuforums.org/showthread.php?t = 1813076。然而,当它来到了安装O3我的体型保持失败在beaglebone ubuntu上使用cloud9

Build failed: -> task failed (err #1): 
     {task: cxx sh_node.cc -> sh_node_1.o} 
    File "/home/ubuntu/local/bin/node-waf", line 16, in <module> 
     Scripting.prepare(t, os.getcwd(), VERSION, wafdir) 
    File "/home/ubuntu/local/bin/../lib/node/wafadmin/Scripting.py", line 147, in prepare 
     error(str(e)) 

所以我想知道是否有人已经拿到了CLOUD9和运行Ubuntu一个beaglebone运行?

+0

我遇到同样的问题。我已经想出了如何让o3自行编译,但不知道如何将它整合到cloud9安装过程中。 看到这个问题:https://github.com/ajaxorg/o3/issues/19 kiilo的有关删除引用-msse2并设置节点路径的评论是什么让这一种编译我。我只是不知道下一步该做什么:P – eterps 2012-10-05 20:54:34

回答

-1

确保迷你SD卡位于bBone *(随附骨头附带的那个)中 - 它已经安装了Cloud9。一旦你通过集线器连上以太网电缆,你只需要指挥你的网页浏览器

beaglebone.local:3000 
+1

正如我在我的问题中提到的,我正在使用一个新的sd卡,它具有ubuntu。 – user1179510 2012-08-02 08:57:17

0

你有Ubuntu的下安装的node.js 0.6.19?

由于libxml不在那里,可能会失败。尝试运行sudo apt-get install libxml2-dev