Software Archive
Read-only legacy content
17060 Discussions

Eclipse toolchain integration guide

Jitendra_S_Intel
Employee
1,945 Views

Hello,

    I have been able to boot the live CD as a VirtualBox VM, connect to target, use Eclipse to cross compile and run output on target, etc. However, what are the steps if one wants to setup an Eclipse dev environment from scratch? I haven't found Galileo documents covering this from start to finish. There are hints here and there but haven't a found a guide that steps through setup of Eclipse dev environment specifically. 

Thanks,

Jay

0 Kudos
4 Replies
Matthias_H_Intel
Employee
1,945 Views

jay07920 (Intel) wrote:

[...] what are the steps if one wants to setup an Eclipse dev environment from scratch? I haven't found Galileo documents covering this from start to finish. [...]

Hi Jay,

I doubt there is any such documentation available. Pls use the provided Eclipse environment.

Cheers,
Matthias

0 Kudos
Abhishek81
Novice
1,945 Views

Hello Jay,

 Can you share how did you manage to boot  the live CD to VirtualBox ? Just steps you can mention it will be very helpful.Thanks

0 Kudos
Matthias_H_Intel
Employee
1,945 Views

Abhishek 81 wrote:

Hello Jay,

 Can you share how did you manage to boot  the live CD to VirtualBox ? Just steps you can mention it will be very helpful.Thanks

@live CD: I guess you mean the LiveImage?

On which OS do you run the VirtualBox?

0 Kudos
Matthias_H_Intel
Employee
1,945 Views

Abhishek 81 wrote:

 Can you share how did you manage to boot  the live CD to VirtualBox ? Just steps you can mention it will be very helpful.Thanks

I guess you have checked the descriptions on http://software.intel.com/en-us/forums/topic/506757 ?
I.E. at least on a Linux box you can easily convert by e.g. either using

[bash]

vboxmanage convertfromraw

[/bash]

or

[bash]

qemu-img convert

[/bash]

Alternative to what is described in the other thread:
If you want a VirtualBox image you could also convert directly to VDI rather than VMDK

In addition: after converting to a virtual format you could e.g. resize the virtual disk
[bash]
vboxmanage modifyhd <virtual image file> --resize <new size in MB>
[/bash]

If you do so you'd have to afterwards resize the 2nd partition of the virtual disk. I tested this for VirtualBox on Windows host:

  1. add a Linux live image iso file in the virtual CD drive (I used knoppix - but take whatever flavor you prefer)
  2. boot from that live image in your VM
  3. resize 2nd partition (I used gparted - alternatively use resize2fs on console)
     
0 Kudos
Reply