Home   |   Jungo Corporate Web Site   |   Connectivity Software Store   |   Contact us   |   Search:
Home Connectivity Software Support WinDriver Support Technical Documents

Technical Documents - Troubleshooting




Build Errors

8 Technical Documents

ID Subject Product Version
8 When trying to install WinDriver v5.20 on my PC, using the Linux RedHat 7.2 distribution, I got the following build errors:
    Unresolved symbol alloc_kiovec
    Unresolved symbol free_kiovec
How can I resolve these errors?
WinDriver & KernelDriver 5.2X
25 I am trying to install WinDriver (v5.05) on a machine running Linux SuSE 8.0, which uses the 2.4.18-4 Linux kernel.
But the 'make install' command failed with the following error:
        unresolved symbol kmap_pagetable
WinDriver & KernelDriver 5.20 and below
31 When trying to build my Kernel PlugIn project I get the following error:
kptest.obj : error LNK2001: unresolved external symbol __chkstk
How can I resolve this?
WinDriver --
35 When trying to build my WinDriver application from MSDEV I get the following error:
int_io.obj : error LNK2001: unresolved external symbol __beginthreadex
How can I resolve this?
WinDriver --
61 I am trying to install WinDriver on my Linux machine, but when I insert the WinDriver module (windrvr6.o) into the kernel I get errors regarding kernel version mismatch or unresolved symbols. How can I resolve this? WinDriver --
63 While compiling the WinDriver module (windrvr.o for my version) under Linux ('make install' in the WinDriver directory) I receive the following error messages:
usr/include/linux/modversions.h:1:2: #error
Modules should never use kernel-headers system headers,
/usr/include/linux/modversions.h:2:2: #error
but headers from an appropriate kernel-source
.
What am I doing wrong?
WinDriver 6.22 and below
110 When installing WinDriver version 5.05 on my Linux machine, I get the following warning:
  Warning:loading /lib/modules/misc/windriver.o
  will taint the kernel: no license
WinDriver & KernelDriver 5.05 and below
118 I tried to generate Delphi code for my USB device with the DriverWizard from version 6.00 of WinDriver, but it seems that not all the relevant files are generated? WinDriver 6.00-6.01

Back to Top

All Troubleshooting

25 Technical Documents

ID Subject Product Version
8 When trying to install WinDriver v5.20 on my PC, using the Linux RedHat 7.2 distribution, I got the following build errors:
    Unresolved symbol alloc_kiovec
    Unresolved symbol free_kiovec
How can I resolve these errors?
WinDriver & KernelDriver 5.2X
19 Debugging your driver code with WinDriver and KernelDriver WinDriver & KernelDriver --
25 I am trying to install WinDriver (v5.05) on a machine running Linux SuSE 8.0, which uses the 2.4.18-4 Linux kernel.
But the 'make install' command failed with the following error:
        unresolved symbol kmap_pagetable
WinDriver & KernelDriver 5.20 and below
31 When trying to build my Kernel PlugIn project I get the following error:
kptest.obj : error LNK2001: unresolved external symbol __chkstk
How can I resolve this?
WinDriver --
35 When trying to build my WinDriver application from MSDEV I get the following error:
int_io.obj : error LNK2001: unresolved external symbol __beginthreadex
How can I resolve this?
WinDriver --
46 Why does my WD_KernelPlugInOpen() call fail? Isn't it the most basic thing for a Kernel PlugIn? WinDriver --
58 My call to WD_DMALock() fails to allocate a 1GB DMA buffer on Windows 2000. Is this a limitation of the operating system? WinDriver --
59 I have run into a problem accessing 32MB of memory on a PCI card. WD_CardRegister() fails to map the memory.
The problem does not occur if I try to access 16MB of memory on my card.
WinDriver --
61 I am trying to install WinDriver on my Linux machine, but when I insert the WinDriver module (windrvr6.o) into the kernel I get errors regarding kernel version mismatch or unresolved symbols. How can I resolve this? WinDriver --
63 While compiling the WinDriver module (windrvr.o for my version) under Linux ('make install' in the WinDriver directory) I receive the following error messages:
usr/include/linux/modversions.h:1:2: #error
Modules should never use kernel-headers system headers,
/usr/include/linux/modversions.h:2:2: #error
but headers from an appropriate kernel-source
.
What am I doing wrong?
WinDriver 6.22 and below
64 Linux Contiguous Buffer DMA allocations - 128KB limitation WinDriver 8.01 and below
65 WinDriver For Solaris - 32-bit Architecture Support WinDriver 9.01 and below
66 WinDriver for Solaris SPARC - 33Mhz * 33MB PCI Bus Support WinDriver 9.01 and below
68 I am trying to use DriveBuilder for VxWorks, but I fail downloading windrvr.o to the target. I get a message that the following symbols were unresolved: pciConfigInlong, pciConfigOutLong. DriverBuilder --
69 I am using DriverBuilder for VxWorks. I loaded pci_diag.out and ran pci_diag_main, but if failed with the following error message: Error loading driver DriverBuilder --
71 When running the PCI diagnostics application on a VxWorks machine, I get the following error message when trying to open the board: "Card does not have all items expected for MyDriver". DriverBuilder --
72 I run pci_dump.out on a VxWorks machine and it shows my card having all zeros in the BARs. But when I plug the card into a Windows PC, the BARs have values. DriverBuilder --
73 WD_CardRegister() failed to lock a 32MB memory range on my PCI card. The following message appeared in the Debug Monitor log:
  Map_physical_mem_krnl: MmMapIoSpace failed ...
  Map_physical_mem_krnl: Try increasing the value of
  SystemPages . . .
WinDriver --
92 I used the DriverWizard to listen to the floppy disk interrupt (IRQ 6) successfully on my Windows 2000 machine. But when I try to listen to the mouse interrupt (IRQ 12) or to the keyboard interrupt (IRQ 1), I get the following error message:
Cannot enable interrupt - might be in use by another device
WinDriver --
93 I am trying to install WinDriver on a Linux machine, but when I run 'make install' I get the following error:
 linux_wrappers.c:405: too few arguments to
  function 'do_munmap_Rd007fc14'
  make:*** [LINUX.2.4.18-3/linux_wrappers.o]
  Error 1

I am using Linux kernel version 2.4.18-4 from the RedHat 7.3 distribution. How can I resolve this?
WinDriver & KernelDriver 5.21 and below
108 Using WinDriver with Windows 2000 Service Pack 3 WinDriver 5.05 and below
109 I have developed a USB driver with version 5.05 of WinDriver. The driver works successfully on Windows 98 using windrvr.sys, but when I try to use the windrvr.vxd driver, WinDriver's API no longer functions and I see the following message in the Debug Monitor:
  USB is not implemented on this OS
What is the problem?
WinDriver & KernelDriver 6.03 and below
110 When installing WinDriver version 5.05 on my Linux machine, I get the following warning:
  Warning:loading /lib/modules/misc/windriver.o
  will taint the kernel: no license
WinDriver & KernelDriver 5.05 and below
118 I tried to generate Delphi code for my USB device with the DriverWizard from version 6.00 of WinDriver, but it seems that not all the relevant files are generated? WinDriver 6.00-6.01
124 When trying to intsall WinDriver on my PC I got the following error:
16-bit MS-DOS Subsystem path to the program that you are trying to start or install C:\Winnt\System32\autoexec.nt
The system file is not suitable for running MS-DOS and Microsoft Windows applications.
Choose 'Close' to terminate the application.
WinDriver 6.23 and below

Back to Top

driver development tools technical documents, Troubleshooting