ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] First steps LTIB, programming for Linux


From: Stuart Hughes
Subject: Re: [Ltib] First steps LTIB, programming for Linux
Date: Wed, 07 Apr 2010 09:05:47 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

Hi Lukasz,

I can't answer specifically about the LPC3250, but here are some general
pointers.

LTIB will build your operating system and you can configure it to
include the libraries you need including GTK.

These libraries exist on the target machine when you deploy for runtime
support and also on the host where you run LTIB.

On the host where you run LTIB you can use whichever IDE you find best.
 The important thing you must do though is set it up to:

* use the same cross compiler suite for your target that LTIB did

* make sure it uses the rootfs/usr/{include,lib} area built by LTIB for
linking (to GTK libraries etc).

Everyone has a different view/preference for development environments.
One options would be not to use an IDE and to create an LTIB package for
your application.  This is really no more than writing a .spec file
which includes the build rules.  There are examples/templates in LTIB
that show how to do this.  Doing this has a number of advantages including:

* the cross build environment is setup for you (gcc is the cross
compiler, the -I/-L pkg-config paths are setup for you)

* your package is managed and you can control dependencies etc

* your builds will be repeatable

* you can make an integrated release when you're done

Regards, Stuart


?ukasz Ge;sieniec wrote:
> Hi,
>  
> This is my first post on this mailing list. I'm new to LTIB and I have a
> few basic questions.
> I know that LTIB is used to build and compile system. I plan to buy
> LPC3250 Kit from Embedded Artists.
> My goal is to quickly write applications with graphical user interface
> and access to the LPC3250
> peripherals (eg UART, GPIO, SDCard, Ethernet etc.). Important for me is
> easy and quick creation of the GUI.
> From what I have to start? What IDE and graphis libraries (GTK?) can I use?
> Can I write "normal GUI" programs for Linux and upload to the LPC3250?
> Sorry for my English.
>  
> Best Regards,
> Lukasz Gesieniec
>  
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> LTIB home page: http://ltib.org
> 
> Ltib mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/ltib




reply via email to

[Prev in Thread] Current Thread [Next in Thread]