3 Build Sora sample user mode applications
Qi Luo редактировал(а) эту страницу 2015-03-16 11:34:28 +08:00
Этот файл содержит неоднозначные символы Юникода!

Этот файл содержит неоднозначные символы Юникода, которые могут быть перепутаны с другими в текущей локали. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы подсветить эти символы.

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. Heres 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