Difference between revisions of "Eclipse Stand Alone Linux"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "== Stand alone Eclipse Configuration == This is a short document explains how to configure eclipse on top of the virtual build machine. {| style="border-spacing:0;" | styl...")
 
m (Miborich moved page Axystems:Eclipse Stand Alone Linux to Eclipse Stand Alone Linux: Global renaming of Axystems: namespace into (Main):)
 
(No difference)

Latest revision as of 08:34, 22 May 2014

Stand alone Eclipse Configuration

This is a short document explains how to configure eclipse on top of the virtual build machine.


Step
Description
VBOX (linux)
Host (windows)
Note
0
Open shell sh
1
Create a user adduser build Linux will ask for password, type “qwerty” for example
2
Create rsa keys ssh-keygen Passphrase must be empty
3
Copy key to VBOX ssh-copy-id build@192.168.56.101 SSH will ask for password, type “qwerty”
4
Check connection ssh build@192.168.56.101 Ssh shall not ask for password!

Builds commands in eclipse are depicted bellow.

sh -c "ssh build@192.168.56.101 'make -C /media -j2'"

eclipse build command