Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to develop with Eclipse IDE under IGEP Technology

783 bytes added, 15:24, 21 August 2012
m
Create and Build projects
== Create and Build projects ==
 
You can create two types of projects on Yocto Eclipse IDE Plug-in: Autotools-based, or Makefile-based. The IGEP SDK Virtual Machine provides already some examples that can be used as a template for your project. The examples are:
 
*'''C_example''', autotools-based “Hello World” program written in C.
*'''Cairo_example''', generates a png file named hello.png.
*'''Cpp_example''', autotools-based “Hello World” program written in C++
*'''Dbus_example''', sends "Hello Wolrd!" using D-Bus message system.
*'''Glib_example''', simple “Hello World" written using Glib library.
*'''Gstreamer_example''', ogg audio player using Gstreamer.
*'''Gtk_example''', Hello World in GTK.
*'''C_example_without_autotools''', makefile-base “Hello World” program written in C.
=== Build an autotools-based project ===
4,199
edits