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

1
2
3
4
5
6
#include <sys/cdefs.h>

__warn_references(alloca,
    "Warning: reference to the libc supplied alloca(3); this most likely will "
    "not work. Please use the compiler provided version of alloca(3), by "
    "supplying the appropriate compiler flags (e.g. -std=gnu99).")