Difference between revisions of "IGEP SDK Virtual Machine"

From IGEP - ISEE Wiki

Jump to: navigation, search
m
m (Download the IGEP SDK Virtual Machine)
 
(30 intermediate revisions by 3 users not shown)
Line 12: Line 12:
  
 
*VirtualBox: An Oracle product that lets you run multiple operating systems at the same time on your PC. It allows you to create isolated virtual machines to try things out. See [https://www.virtualbox.org https://www.virtualbox.org] for more information.  
 
*VirtualBox: An Oracle product that lets you run multiple operating systems at the same time on your PC. It allows you to create isolated virtual machines to try things out. See [https://www.virtualbox.org https://www.virtualbox.org] for more information.  
*VMware Player: A VMware product that lets you run multiple operating systems at the same time on your PC. It allows you to create isolated virtual machines to try things out. See [http://www.vmware.com/products/player http://www.vmware.com/products/player] for more information.
+
*VMware Player: A VMware product that lets you run multiple operating systems at the same time on your PC. It allows you to create isolated virtual machines to try things out. See [https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/5_0|PLAYER-502|product_downloads VMware player version 5] for more information.
  
 
'''OVA File:''' Is a TAR file with the OVF directory inside. The Open Virtual Machine Format file defines the Virtual Machine, including which disk image (vmdk) to use. The disk image contains a Linux distribution build by ISEE. For information on the Open Virtual Machine Format file, see [http://en.wikipedia.org/wiki/Open_Virtualization_Format this page].
 
'''OVA File:''' Is a TAR file with the OVF directory inside. The Open Virtual Machine Format file defines the Virtual Machine, including which disk image (vmdk) to use. The disk image contains a Linux distribution build by ISEE. For information on the Open Virtual Machine Format file, see [http://en.wikipedia.org/wiki/Open_Virtualization_Format this page].
 +
 +
 +
{| width="97%" cellspacing="4" cellpadding="4" border="0" align="center"
 +
|-
 +
| bgcolor="#0000ff" |
 +
[[Image:Warning_icon.png|left|52x47px]]<span style="color: rgb(255, 255, 255);">'''VMware player version 6 contains a bug importing OVA files, we suggest to use VMware player version 5 instead.'''</span>
 +
 +
|}
 +
 +
= General information about software used  =
 +
 +
=== Linux  ===
 +
 +
IGEP SDK and IGEP firmware runs Linux kernel. Linux is a clone of the operating system UNIX, written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. It aims towards POSIX and Single UNIX Specification compliance.
 +
 +
It has all the features you would expect in a modern fully-fledged UNIX, including true multitasking, virtual memory, shared libraries, demand loading, shared copy-on-write executables, proper memory management, and multistack networking including IPv4 and IPv6.
 +
 +
Although originally developed first for 32-bit x86-based PCs (386 or higher), today Linux also runs on (at least) the Alpha AXP, Sun SPARC, Motorola 68000, PowerPC, ARM, Hitachi SuperH, IBM S/390, MIPS, HP PA-RISC, Intel IA-64, AMD x86-64, AXIS CRIS, Renesas M32R, Atmel AVR32, Renesas H8/300, NEC V850, Tensilica Xtensa, and Analog Devices Blackfin architectures; for many of these architectures in both 32- and 64-bit variants.
 +
 +
=== Distribution  ===
 +
 +
A Linux distribution is a member of the family of Unix-like operating systems built on top of the Linux kernel. Such distributions (often called distros for short) are operating systems including a large collection of software applications such as word processors, spreadsheets, media players, and database applications. These operating systems consist of the Linux kernel and, usually, a set of libraries and utilities from the GNU Project, with graphics support from the X Window System. Distributions optimized for size may not contain X and tend to use more compact alternatives to the GNU utilities, such as BusyBox, uClibc, or dietlibc. There are currently over six hundred Linux distributions. Over three hundred of those are in active development, constantly being revised and improved.
 +
 +
Because most of the kernel and supporting packages are free and open source software, Linux distributions have taken a wide variety of forms—from fully featured desktop, server, laptop, netbook, mobile phone, and tablet operating systems as well as minimal environments (typically for use in embedded systems or for booting from a floppy disk). Aside from certain custom software (such as installers and configuration tools), a distribution is most simply described as a particular assortment of applications installed on top of a set of libraries married with a version of the kernel, such that its "out-of-the-box" capabilities meet most of the needs of its particular end-user base.
 +
 +
=== IGEP SDK  ===
 +
 +
IGEP SDK Virtual Machine provides IGEP SDK. IGEP SDK is located into the /opt/poky directory and contains a setup script, which can be sourced to initialize a suitable environment. After sourcing this, the compiler, a special version of pkgconfig and other useful utilities are added to the PATH. Variables to assist pkgconfig and autotools are also set. IGEP SDK can compile programs for Gnome mobile environment (GMAE) and Qt Embedded environment (Qte).
 +
 +
{| cellspacing="1" cellpadding="1" border="1" width="200"
 +
|-
 +
| [[Image:IGEPSDKgnomemobile.PNG|400px]]
 +
| [[Image:IGEPSDKqte.PNG|400px]]
 +
|-
 +
| GMAE architecture
 +
| Qte architecture
 +
|}
  
 
= Features  =
 
= Features  =
Line 42: Line 79:
 
*usb0 − assigned via dhcp.
 
*usb0 − assigned via dhcp.
  
= Install Virtual Machine<br>  =
+
= Install the IGEP SDK Virtual Machine =
  
 
This tutorial guide shows the steps for setup the IGEP SDK Virtual Machine (VM) in your computer, which includes a software development kit with all its software completely installed and ready to use.  
 
This tutorial guide shows the steps for setup the IGEP SDK Virtual Machine (VM) in your computer, which includes a software development kit with all its software completely installed and ready to use.  
Line 50: Line 87:
 
<br>  
 
<br>  
 
<div style="text-align: center;">
 
<div style="text-align: center;">
{{#ev:youtube|LFoNT5XHHug|500}}  
+
{{#ev:youtube|ltblNWrfaa0|500}}  
 
</div>  
 
</div>  
 
=== Requirements  ===
 
=== Requirements  ===
Line 60: Line 97:
 
First of all, download the Virtual Machine:  
 
First of all, download the Virtual Machine:  
  
  http://isee.biz/component/zoo/item/igep-virtual-machine-sdk-yocto
+
  https://www.isee.biz/support/downloads/item/igep-virtual-machine-sdk
  
 
You can also download the Virtual Machine manual:  
 
You can also download the Virtual Machine manual:  
Line 68: Line 105:
 
.. or you can:  
 
.. or you can:  
  
#Open a web browser and go to www.isee.biz, the main page from ISEE.  
+
#Open a web browser and go to [http://www.isee.biz/ www.isee.biz], the main page from ISEE.  
 
#In the product section, go to the page of the product you have, for example, IGEPv2.  
 
#In the product section, go to the page of the product you have, for example, IGEPv2.  
 
#Select the "IGEP SDK Virtual Machine" and downloaded it into your PC.
 
#Select the "IGEP SDK Virtual Machine" and downloaded it into your PC.
Line 78: Line 115:
 
#''Virtualbox'' [http://www.virtualbox.org], a multiplatorm application for Linux, Mac or Windows  
 
#''Virtualbox'' [http://www.virtualbox.org], a multiplatorm application for Linux, Mac or Windows  
 
#''VMWare Player'' [http://www.vmware.com/products/player/], which can be downloaded for Windows or Linux.
 
#''VMWare Player'' [http://www.vmware.com/products/player/], which can be downloaded for Windows or Linux.
 +
 +
'''NOTE:'''  Old virtualization software maybe has problems with IGEP SDK VM ova file. Upgrade it to solve this problem.
 +
  
 
==== '''VirtualBox '''  ====
 
==== '''VirtualBox '''  ====
Line 87: Line 127:
 
If you edit the default configuration, ensure to set bridge mode to the network adapter
 
If you edit the default configuration, ensure to set bridge mode to the network adapter
  
==== <br> '''VMWare '''  ====
+
==== '''VMWare '''  ====
  
Open a new virtual machine and select the .ova downloaded file.  
+
Open a new virtual machine and select the .ova downloaded file.
  
 
=== Install additional features to the VM  ===
 
=== Install additional features to the VM  ===
Line 112: Line 152:
 
When finnishing the installation, restart the VM and you will be able to switch to full screen, copy/paste between OS's, etc.<br>
 
When finnishing the installation, restart the VM and you will be able to switch to full screen, copy/paste between OS's, etc.<br>
  
= Using Virtual Machine =
+
= Using Virtual Machine =
 +
 
 +
=== Customize your Virtual Machine ===
 +
 
 +
Maybe you need more software to develop your applications or do your task.
 +
 
 +
==== Graphical procedure  ====
 +
 
 +
Use “Synaptic Package Manager”, this application is a graphical package management program for apt. It provides the same features as the apt-get command line utility with a GUI front-end based on Gtk+.
 +
 
 +
Features: [[Image:IGEPSDKsynaptic.PNG|right]]
 +
 
 +
*Install, remove and upgrade any packages or whole system.
 +
*Manage package repositories (sources, list).
 +
*Find packages by name, description and several other attributes.
 +
*Browse all available online documentation related to a package.
 +
*Download the latest changelog of a package.
 +
*Lock packages to the current version.
 +
*Force the installation of a specific package version.
 +
*Undo/Redo of selections.
 +
*Built-in terminal emulator for the package manager.
 +
*And select the packages you wish to install.<br><br><br><br>
 +
 
 +
==== Command line text procedure  ====
 +
 
 +
You can also use the “apt” command line program to install and remove software packages from your system (one at a time or many at once), as well as update your system's internal listing of what packages are available from your currently selected list or repositories. Use a terminal to execute apt-get:
 +
*Install a “NameOfPackage” package:
 +
<pre>apt-get install NameOfPackage</pre>
 +
*Remove a package:
 +
<pre>apt-get remove NameOfPackage</pre>
 +
*Search for a package:
 +
<pre>apt-cache search NameOfPackage</pre>
 +
*Update the repository (list of available .deb's):
 +
<pre>apt-get update</pre>
 +
*Upgrade your system (can be useful in maintaining an up-to-date system):
 +
<pre>apt-get upgrade</pre>
 +
*To see a short list of common commands:
 +
<pre>apt-get --help</pre>
 +
 
 +
=== Attach removable devices to Virtual Machine  ===
 +
 
 +
Sometimes you will need to connect some external peripherals to your Virtual Machine like: USB serial converters, SD Card readers, USB Ethernet Gadget, etc. These peripherals can be connected in your native operating system or in your guest operating system.
 +
 
 +
==== Connect external peripherals in Virtual Box<br>  ====
 +
 
 +
{| cellspacing="1" cellpadding="1" border="1" width="200"
 +
|-
 +
| [[Image:Addperipheralvirtualbox1.PNG]]
 +
| [[Image:Addperipheralvirtualbox2.PNG]]
 +
|}
 +
 
 +
Disconnect from Virtual Machine unsetting your peripheral
 +
 
 +
==== Connect external peripherals in VMware Player<br>  ====
 +
 
 +
{| cellspacing="1" cellpadding="1" border="1" width="200"
 +
|-
 +
| [[Image:AddperipheralVMware1.PNG]]
 +
| [[Image:AddperipheralVMware2.PNG]]
 +
|}
 +
 
 +
Disconnect from Virtual Machine unsetting your peripheral
  
 
=== Connect your board to the Virtual Machine  ===
 
=== Connect your board to the Virtual Machine  ===
Line 124: Line 225:
 
In the Virtual Machine, open a terminal session and check that appears a network interface called eth0:0  
 
In the Virtual Machine, open a terminal session and check that appears a network interface called eth0:0  
  
If it does not mount it, check the connections and reconnect the wired connection of the Virtual machine.
+
If it does not mount it, check the connections and reconnect the wired connection of the Virtual machine.  
  
 
=== Compile an run and debug a 'C' application using Eclipse IDE  ===
 
=== Compile an run and debug a 'C' application using Eclipse IDE  ===
Line 148: Line 249:
 
#Close the communication with the stop button.
 
#Close the communication with the stop button.
  
 +
= Other uses: =
  
 +
=== Set up a Network file system  ===
  
= Other uses: =
+
''(from [[Set up a Network File System between IGEP Board and IGEP Virtual Machine]])''
 +
 
 +
{{#lst:Set up a Network File System between IGEP Board and IGEP Virtual Machine|overview}}
 +
 
 +
=== Develop with Qt under IGEP Technology ===
 +
 
 +
''(from [[How to develop with Qt under IGEP Technology]])''
  
=== Set up a Network file system ===
+
{{#lst:How to develop with Qt under IGEP Technology|overview}}
  
''(from [[Set up a Network File System between IGEP Board and IGEP Virtual Machine]])''{{#lst:Set up a Network File System between IGEP Board and IGEP Virtual Machine|overview}}
+
=== Develop with Codeblocks  ===
  
 +
''(from [[Install and configure Codeblocks for IGEP devices]])''
  
 +
{{#lst:Install and configure Codeblocks for IGEP devices|overview}}
  
  
 +
{{Message/Forum}}
  
[[Category:Development_tools]]
+
[[Category:Development_tools]]
 +
[[Category:How_to_forge|Development virtual machine]]
 +
[[Category:Software applications]]
 +
[[Category:Work_in_progress]]

Latest revision as of 09:22, 13 December 2013

Overview

The IGEP SDK Virtual Machine allows you to boot a custom Linux distribution image using a non-Linux development system. We don't recommend that you use the virtual machine as a day-to-day production development environment. You should limit the virtual machine to testing out and experiencing with the IGEP Technology.

We use a virtual machine (VM) to make an easy way to introduce quickly to a complete development environment for IGEP Technology based devices.

To understand the virtual machine, you need to be familiar with some terms and concepts:

Host Computer: The system on which you are running the virtual machine. For example, the host computer could be your laptop computer running the Windows operating system.

Virtualization infrastructure:

  • VirtualBox: An Oracle product that lets you run multiple operating systems at the same time on your PC. It allows you to create isolated virtual machines to try things out. See https://www.virtualbox.org for more information.
  • VMware Player: A VMware product that lets you run multiple operating systems at the same time on your PC. It allows you to create isolated virtual machines to try things out. See VMware player version 5 for more information.

OVA File: Is a TAR file with the OVF directory inside. The Open Virtual Machine Format file defines the Virtual Machine, including which disk image (vmdk) to use. The disk image contains a Linux distribution build by ISEE. For information on the Open Virtual Machine Format file, see this page.


Warning icon.png
VMware player version 6 contains a bug importing OVA files, we suggest to use VMware player version 5 instead.

General information about software used

Linux

IGEP SDK and IGEP firmware runs Linux kernel. Linux is a clone of the operating system UNIX, written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. It aims towards POSIX and Single UNIX Specification compliance.

It has all the features you would expect in a modern fully-fledged UNIX, including true multitasking, virtual memory, shared libraries, demand loading, shared copy-on-write executables, proper memory management, and multistack networking including IPv4 and IPv6.

Although originally developed first for 32-bit x86-based PCs (386 or higher), today Linux also runs on (at least) the Alpha AXP, Sun SPARC, Motorola 68000, PowerPC, ARM, Hitachi SuperH, IBM S/390, MIPS, HP PA-RISC, Intel IA-64, AMD x86-64, AXIS CRIS, Renesas M32R, Atmel AVR32, Renesas H8/300, NEC V850, Tensilica Xtensa, and Analog Devices Blackfin architectures; for many of these architectures in both 32- and 64-bit variants.

Distribution

A Linux distribution is a member of the family of Unix-like operating systems built on top of the Linux kernel. Such distributions (often called distros for short) are operating systems including a large collection of software applications such as word processors, spreadsheets, media players, and database applications. These operating systems consist of the Linux kernel and, usually, a set of libraries and utilities from the GNU Project, with graphics support from the X Window System. Distributions optimized for size may not contain X and tend to use more compact alternatives to the GNU utilities, such as BusyBox, uClibc, or dietlibc. There are currently over six hundred Linux distributions. Over three hundred of those are in active development, constantly being revised and improved.

Because most of the kernel and supporting packages are free and open source software, Linux distributions have taken a wide variety of forms—from fully featured desktop, server, laptop, netbook, mobile phone, and tablet operating systems as well as minimal environments (typically for use in embedded systems or for booting from a floppy disk). Aside from certain custom software (such as installers and configuration tools), a distribution is most simply described as a particular assortment of applications installed on top of a set of libraries married with a version of the kernel, such that its "out-of-the-box" capabilities meet most of the needs of its particular end-user base.

IGEP SDK

IGEP SDK Virtual Machine provides IGEP SDK. IGEP SDK is located into the /opt/poky directory and contains a setup script, which can be sourced to initialize a suitable environment. After sourcing this, the compiler, a special version of pkgconfig and other useful utilities are added to the PATH. Variables to assist pkgconfig and autotools are also set. IGEP SDK can compile programs for Gnome mobile environment (GMAE) and Qt Embedded environment (Qte).

IGEPSDKgnomemobile.PNG IGEPSDKqte.PNG
GMAE architecture Qte architecture

Features

IGEP SDK Virtual Machine includes Software Development Kit (SDK) from ISEE. All components are installed and configured to speed up getting started with IGEP Technology. It is based in Linux Mint distribution (Ubuntu/Debian variant) with the following features:

Distribution based on:

  • Release: Linux Mint 12 (Lisa)
  • Edition: Gnome Desktop, x86

Software included:

  • IGEP SDK Yocto Toolchain
  • Eclipse IDE with Yocto Plug-in and Linux Tools.
  • Qt creator IDE

Account information:

  • Username: jdoe
  • Password: letmein

Network configuration (IP addresses):

  • eth0 − assigned via dhcp.
  • eth0:0 − static ip address 192.168.5.10
  • usb0 − assigned via dhcp.

Install the IGEP SDK Virtual Machine

This tutorial guide shows the steps for setup the IGEP SDK Virtual Machine (VM) in your computer, which includes a software development kit with all its software completely installed and ready to use.

It also shows how to connect the VM to an IGEP Processor Board, to test your applications directly into your board.


Requirements

  • a computer with Linux, Mac or Windows

Download the IGEP SDK Virtual Machine

First of all, download the Virtual Machine:

https://www.isee.biz/support/downloads/item/igep-virtual-machine-sdk

You can also download the Virtual Machine manual:

http://isee.biz/component/zoo/item/igep-sdk-software-user-manual

.. or you can:

  1. Open a web browser and go to www.isee.biz, the main page from ISEE.
  2. In the product section, go to the page of the product you have, for example, IGEPv2.
  3. Select the "IGEP SDK Virtual Machine" and downloaded it into your PC.

Install and configure the Virtual Machine

The IGEP SDK Virtual Machine can be used with:

  1. Virtualbox [1], a multiplatorm application for Linux, Mac or Windows
  2. VMWare Player [2], which can be downloaded for Windows or Linux.

NOTE: Old virtualization software maybe has problems with IGEP SDK VM ova file. Upgrade it to solve this problem.


VirtualBox

Go to file / import ampliance, select the downloaded .ova file and click next.

Continue with the installation, leave the default configuration of the Virtual Machine and finally click to import.

If you edit the default configuration, ensure to set bridge mode to the network adapter

VMWare

Open a new virtual machine and select the .ova downloaded file.

Install additional features to the VM

VirtualBox

If you want to add some functionalities to the virtual machine install the guest additions.

  1. Select guest additions.
  2. Run the autorun application.
  3. Remember that the root user has the password: letmein

VMWare

  1. At the top of the application, go to Virtual Machine menu and select "Install VMWare tools"
  2. Select "Download and install"
  3. Extract the downloaded file
  4. Open a terminal session and go to the extracted folder.
  5. Run the vmware-install.pl
  6. Press return key and continue with the installation at all the installation prompts

When finnishing the installation, restart the VM and you will be able to switch to full screen, copy/paste between OS's, etc.

Using Virtual Machine

Customize your Virtual Machine

Maybe you need more software to develop your applications or do your task.

Graphical procedure

Use “Synaptic Package Manager”, this application is a graphical package management program for apt. It provides the same features as the apt-get command line utility with a GUI front-end based on Gtk+.

Features:
IGEPSDKsynaptic.PNG
  • Install, remove and upgrade any packages or whole system.
  • Manage package repositories (sources, list).
  • Find packages by name, description and several other attributes.
  • Browse all available online documentation related to a package.
  • Download the latest changelog of a package.
  • Lock packages to the current version.
  • Force the installation of a specific package version.
  • Undo/Redo of selections.
  • Built-in terminal emulator for the package manager.
  • And select the packages you wish to install.



Command line text procedure

You can also use the “apt” command line program to install and remove software packages from your system (one at a time or many at once), as well as update your system's internal listing of what packages are available from your currently selected list or repositories. Use a terminal to execute apt-get:

  • Install a “NameOfPackage” package:
apt-get install NameOfPackage
  • Remove a package:
apt-get remove NameOfPackage
  • Search for a package:
apt-cache search NameOfPackage
  • Update the repository (list of available .deb's):
apt-get update
  • Upgrade your system (can be useful in maintaining an up-to-date system):
apt-get upgrade
  • To see a short list of common commands:
apt-get --help

Attach removable devices to Virtual Machine

Sometimes you will need to connect some external peripherals to your Virtual Machine like: USB serial converters, SD Card readers, USB Ethernet Gadget, etc. These peripherals can be connected in your native operating system or in your guest operating system.

Connect external peripherals in Virtual Box

Addperipheralvirtualbox1.PNG Addperipheralvirtualbox2.PNG

Disconnect from Virtual Machine unsetting your peripheral

Connect external peripherals in VMware Player

AddperipheralVMware1.PNG AddperipheralVMware2.PNG

Disconnect from Virtual Machine unsetting your peripheral

Connect your board to the Virtual Machine

In this tutorial we are going to connect IGEPv2 via ethernet to your computer, but you can use other boards and interfaces, such USB-Ethernet Gadget.


First of all, connect IGEPv2 to your computer via the Ethernet interface and power it up.

ASSUMING THE DEFAULT CONFIGURATION of the pre-installed software

In the Virtual Machine, open a terminal session and check that appears a network interface called eth0:0

If it does not mount it, check the connections and reconnect the wired connection of the Virtual machine.

Compile an run and debug a 'C' application using Eclipse IDE

You can use any of the preinstalled IDE's in the IGEP SDK Virtual Machine. The VM has many installed and configured IDE's such Eclipse and Qt creator ready to develop your applications.

In this tutorial, let's try Eclipse IDE and compile one of the available examples.

  1. Start Eclipse from the Desktop of the VM and open a C application example, such C_Example.
  2. If you right click the project and select "build project", it will cross compile your project for ARM architecture, suitable to run in your IGEP Processor Board.
  3. Go to the Run menu and select Run Configurations.
  4. Select your project and click RUN.
  5. When the system prompts for a user, use: root and empty password and click OK

At the console tab you will see the remote program execution.

Debugging your applications

You can also debug your applications:

  1. At the Ecplise menu, select the debug configurations and click Debug.
  2. Click the Step Over option to debug your source code.
  3. Close the communication with the stop button.

Other uses:

Set up a Network file system

(from Set up a Network File System between IGEP Board and IGEP Virtual Machine)

Network File System (NFS) is a Distributed file system protocol originally developed by Sun Microsystems in 1984, allowing a user on a client Computer to access files over a network in a manner similar to how local storage is accessed. NFS, like many other protocols, builds on the Open Network Computing Remote Procedure Call (ONC RPC) system. The Network File System is an open standard defined in RFCs, allowing anyone to implement the protocol. More information here.

In IGEP Boards, NFS protocol can be used to mount a whole rootfs partition located in a remote disk like Virtual Machine, this method can be useful for:

  • Your remote rootfs will not be limited by flash or MicroSD storage.
  • You can transfer binaries without using remote connections.
  • You can test other rootfs only editing igep.ini configuration file.

Work under NFS environment has its limitation too:

  • Remote system is a bit slower than a Micro SD or Flash system
  • IGEP X-loader and Kernel will be hosted in Micro SD or Flash


Nfs1 filesystem.png Nfs2 filesystem.png

Click to enlarge image

Develop with Qt under IGEP Technology

(from How to develop with Qt under IGEP Technology)

This guide can be helpful to learnt to develop Qt applications under IGEP Boards. Qt is a cross-platform application framework that is widely used for developing application software with a graphical user interface, and also used for developing non-GUI programs such as command-line tools and consoles for servers. You can get more information here.

Develop with Codeblocks

(from Install and configure Codeblocks for IGEP devices)

Codeblocks is a free and open source, cross-platform IDE which supports multiple compilers including GCC and MSVC. It is developed in C++ using wxWidgets as the GUI toolkit. Using a plugin architecture, its capabilities and features are defined by the provided plugins. Currently, Codeblocks is oriented towards C and C++. It can also be used for creating ARM, AVR, D, DirectX, FLTK, Fortran, GLFW, GLUT, GTK+, Irrlicht, Lightfeather, MATLAB, OGRE, OpenGL, Qt, SDL, SFML, STL, SmartWin and wx programs and applications, although in some cases installing third-party SDKs or frameworks is necessary. More information here.

Codeblocks is not installed by default in IGEP SDK VM, because Eclipse IDE is full integrated with IGEP Firmware. If you don't like Eclipse IDE or you want to use Codeblocks anyway this How-to can be helpful to install, set up and use it.


Igep forum.png If you have any question, don't ask to ask at the IGEP Community Forum or the IGEP Community Chat Irc.png