Skip to content

Build Sora sample user mode applications

Qi Luo edited this page Mar 16, 2015 · 3 revisions

The setup package creates 4 shortcuts in [Start\Programs\Microsoft Research Asia\Software Radio Academic Kit 2.0]:

  • x86 Checked Build: points to the command line window for winxp_x86 checked build.
  • x86 Free Build: points to the command line window for winxp_x86 free build.
  • x64 Checked Build: points to the command line window for win7_amd64 checked build.
  • x64 Free Build: points to the command line window for win7_amd64 free build.

To build the SORA sample user mode applications, Windows DDK is required. Please specify a windows environment variable WINDDK_ROOT which points to your Windows DDK installation path. Here’s the screenshot as an example:

When the environment variable WINDDK_ROOT is specified, open the command line window by clicking the shortcut to sora build window.

Please note that the x86 build environment should be used to build sample user mode applications, which works with either x86 or x64 drivers. Before you start building the driver, run

%SORA_ROOT%\build\x86\setenv.bat

to ensure the dirs files point to the correct folder.

In the command line window, type "bcz" to build the whole source tree. All target files (exe, dll, lib, sys, etc) are copied to %SORA_ROOT%\target

Clone this wiki locally