The DDL to C compiler ddl2c

The DDL to C compiler provided with LDDK takes a driver description file and generates a whole kernel driver module sourcetree including Makefiles and installation scripts.

Syntax:

Commandline Options:

Example:

will generate the sourcetree according to the module name set in Simple.ddl and will exececute a make in this directory. (You'll find this example in the ./examples/basics directory of LDDK).