Kernel SDK Developer's Guide > Getting Started Using Kernel SDK > Using Kernel Sample Applications > Compiling Sample Applications > Compiling Sample Applications on Non-Windows Platforms
Compiling Sample Applications on Non-Windows Platforms

To build Kernel sample applications on non-Windows platforms, CMake tool version 3.6 or higher must be installed. It can be downloaded from http://www.cmake.org/cmake/help/install.html.

Once CMake is installed, follow the steps below to configure and build sample applications:

  1. Run './configure' in the root of the unpacked archive.
  2. After configuring is done, run 'make' in the unpacked archive root folder for all examples.
  3. For compiling any particular example, go to that sample folder under Platforms, where the makefile is placed, for example, Platforms/lnxX86_4.1/Kernel/Examples/Ex_Alloc, and then run 'make' there. Or go to the Platforms folder and run make <ExampleName>, for example:
    make Ex_Alloc
    
  4. Find compiled examples in the bin directory.

See also

Compiling Sample Applications

Compiling Sample Applications on Non-Windows Platforms

Building Applications

Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.