Build Errors
8 Technical Documents| ID | Subject | Product | Version |
| 8 | When trying to install WinDriver v5.2.0 on my PC, using the Linux RedHat 7.2 distribution, I got "unresolved symbol" errors pertaining to alloc_kiovec and free_kiovec. How can I resolve these errors? | WinDriver | 5.2.X |
| 25 | I am trying to install WinDriver v5.0.5 on a machine running Linux SuSE 8.0, which uses the 2.4.18-4 Linux kernel. But the 'make install' command fails with this error: unresolved symbol kmap_pagetable |
WinDriver | 5.2.0 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 | When compiling the WinDriver module on Linux machine, I get the following error: usr/include/linux/modversions.h:1:2: #error Modules should never use kernel-headers system headers, but headers from an appropriate kernel-source |
WinDriver | 6.2.2 and below |
| 110 | When installing WinDriver v5.0.5 on my Linux machine, I get the following warning: Warning:loading /lib/modules/misc/windriver.o will taint the kernel: no license |
WinDriver | 5.0.5 and below |
| 118 | I tried to generate Delphi code for my USB device with the DriverWizard from version 6.0.0 of WinDriver, but it seems that not all the relevant files are generated? | WinDriver | 6.0.0-6.0.1 |
Back to Top
All Troubleshooting
25 Technical Documents| ID | Subject | Product | Version |
| 8 | When trying to install WinDriver v5.2.0 on my PC, using the Linux RedHat 7.2 distribution, I got "unresolved symbol" errors pertaining to alloc_kiovec and free_kiovec. How can I resolve these errors? | WinDriver | 5.2.X |
| 19 | Debugging your driver code with WinDriver | WinDriver | — |
| 25 | I am trying to install WinDriver v5.0.5 on a machine running Linux SuSE 8.0, which uses the 2.4.18-4 Linux kernel. But the 'make install' command fails with this error: unresolved symbol kmap_pagetable |
WinDriver | 5.2.0 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 | When compiling the WinDriver module on Linux machine, I get the following error: usr/include/linux/modversions.h:1:2: #error Modules should never use kernel-headers system headers, but headers from an appropriate kernel-source |
WinDriver | 6.2.2 and below |
| 64 | Linux Contiguous Buffer DMA allocations — 128KB limitation | WinDriver | 8.0.1 and below |
| 65 | WinDriver For Solaris — 32-bit Architecture Support | WinDriver | 9.0.1 and below |
| 66 | WinDriver for Solaris SPARC — 33Mhz * 33MB PCI Bus Support | WinDriver | 9.0.1 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 | 5.4 and below |
| 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 | 5.4 and below |
| 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 | 5.4 and below |
| 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 messages 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 get the following error when trying to install WinDriver on a Linux machine with kernel version 2.4.18-4 from the RedHat 7.3 distribution. How can I resolve this? linux_wrappers.c:405: too few arguments to function 'do_munmap_Rd007fc14' make:*** [LINUX.2.4.18-3/linux_wrappers.o] |
WinDriver | 5.2.1 and below |
| 108 | Using WinDriver with Windows 2000 Service Pack 3 | WinDriver | 5.0.5 and below |
| 109 | I created a USB driver with WinDriver v5.0.5. The driver works well on
Windows 98 using windrvr.sys, but when I try to use
windrvr.vxd, WinDriver's API no longer works, and I
see the following message in the Debug Monitor: USB is not implemented on this OS |
WinDriver | 6.0.3 and below |
| 110 | When installing WinDriver v5.0.5 on my Linux machine, I get the following warning: Warning:loading /lib/modules/misc/windriver.o will taint the kernel: no license |
WinDriver | 5.0.5 and below |
| 118 | I tried to generate Delphi code for my USB device with the DriverWizard from version 6.0.0 of WinDriver, but it seems that not all the relevant files are generated? | WinDriver | 6.0.0-6.0.1 |
| 124 | When trying to intsall WinDriver on my Windows 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. |
WinDriver | 6.2.3 and below |
Back to Top
Technical Documents
(WinDriver related)
WinDriver: Support Center
WinDriver: Product Page
Can't find what you need?
(WinDriver related)
Documents Navigator:
WinDriver: Support Center
WinDriver: Product Page
Can't find what you need?