New package: Difference between revisions

From TUDOS-Wiki
Jump to navigationJump to search
(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...")
 
(No difference)

Latest revision as of 14:23, 23 July 2012

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.