New package

From TUDOS-Wiki
Revision as of 14:23, 23 July 2012 by BjoernD (talk | contribs) (Created page with "=== Creating a new L4Re Package === L4Re software components are organized in packages, which reside in the '''l4/pkg''' directory. * Before you start creating a new package...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.