Mikeul's blog

Aller au contenu | Aller au menu | Aller à la recherche

Friday 17 June 2005

Building a Linux cross toolchain

A very common need during an embedded projet development is to have the set of tools required to compile program for a platform different from the one used for the development itself.

This tool set is known as a cross development toolchain.

Of course, you can use both the available commercial/free pre-compiled toolchains, but you may choose to roll your own...

Lire la suite

Sunday 12 June 2005

Linux Ports

On BSD systems, ports offer a standard way of compiling software packages from source tarballs.

Lire la suite

Saturday 11 June 2005

Linux Device Drivers

This book is an absolute must-have for anyone serious about developping a Linux driver.

Lire la suite

Sunday 5 June 2005

Qt C++ GUI programming

Qt is a robust, multi-patform (Linux, Windows, Mac) framework that enables rapid developments in C++ using the most advanced features available (multi-threading, async I/O, ...).

One very good book on the subject is "C++ GUI Programming with Qt 3", by Jasmin Blanchette and Mark Summerfield (ISBN 0-13-124072-2).

A PDF version of this book is available here.

Lire la suite

Friday 3 June 2005

Video for Linux ressources

A very good page containing lost of video for Linux (V4L in short) ressources.

I even discovered some things there!

VIA 8233 flooding errors

A patch by Alan Cox himself!

Lire la suite