Chapter 4. Installing WinDriver
This chapter takes you through the process of installing WinDriver on your
development platform, and shows you how to verify that your WinDriver is properly
installed. The last section discusses the uninstall procedure. To find out how
to install the driver you create on target platforms, refer to
Chapter 11.
4.1.1. Windows System Requirements
-
Any x86 32-bit or 64-bit (x64: AMD64 or Intel EM64T) processor
-
Any compiler or development environment supporting C or .NET
-
Windows XP requires at least SP2
4.1.2. Windows CE System Requirements
-
An x86, MIPS, or ARM target platform running Windows CE (a.k.a. Windows Embedded Compact)
4.x–7.x (including Windows Mobile)
-
Windows 8/7/Vista/Server 2008/Server 2003/XP host development platform
-
IDE:
-
For Windows CE 4.x–5.x (including Windows Mobile):
-
Microsoft eMbedded Visual C++ or Microsoft Visual Studio 2005/2008, with a
corresponding target SDK
OR-
Microsoft Platform Builder with a corresponding Board Support Package (BSP) for
the target platform
-
For Windows CE 6.x: Microsoft Visual Studio 2005/2008 with a
corresponding target SDK or with the Windows CE 6.0 plugin
-
For Windows CE 7.x: Microsoft Visual Studio 2008 with the Windows
CE 7 plugin
4.1.3. Linux System Requirements
-
Any of the following processor architectures, with a 2.6.x or higher Linux
kernel:
-
32-bit x86
-
64-bit x86 AMD64 or Intel EM64T (x86_64)
![[Note]](scripts/images/note.png) | |
|---|
Jungo strives to support new Linux kernel versions as close as
possible to their release.
To find out the latest supported kernel version, refer to the WinDriver
release notes (found online at http://www.jungo.com/st/support/windriver/wdver).
|
-
A GCC compiler
![[Note]](scripts/images/note.png) | |
|---|
|
The version of the GCC compiler should match the compiler version used for
building the running Linux kernel.
|
-
Any 32-bit or 64-bit development environment (depending on your target
configuration) supporting C for user mode
-
On your development PC: glibc2.3.x
-
libstdc++.so.5 — required for
running GUI WinDriver applications (e.g., DriverWizard [5]; Debug Monitor [7.2])