Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

This example relies on:
  - wxWidgets (libwx_*) and its dependencies
  - the C++ runtime libraries (libstdc++)

Installation:
  ./autogen.sh
  ./configure --prefix=/some/prefix --with-wx-prefix=/opt/wxw
  make
  make install
Cleanup:
  make distclean
  ./autoclean.sh