New package

From TUDOS-Wiki
Jump to navigationJump to search

Creating a new L4Re Package

L4Re software components are organized in packages, which reside in the l4/pkg directory.

 $> cd l4/pkg
 l4/pkg $> mkdir newpkg
 l4/pkg $> cd newpkg
 l4/pkg/newpkg $> ../../mk/tmpl/inst
  • These steps will create default pkg/ subdirectory content, such as lib/, include/ and server/ subdirs as well as the respective Makefiles.