Pete's Blog
We're full of IT!
2010-03-24
Windows UAC and bash's "Bad File Number" error
›
Today's problem: trying to run a freshly compiled setup_driver.exe from MSYS/MinGW produces the following: sh: ./setup_driver.exe: Bad ...
Dynamically building headers with automake / autotools
›
Say part of your build process is meant to generate a custom include file, eg. resource.h, built from embedded resources and you want to ens...
2010-03-18
Removing trailing whitespaces in Visual Studio
›
The following will remove trailing whitespaces whenever you save a file in Visual Studio 2008. Convenient! Go to Tools -> Macros -> M...
1 comment:
2010-03-08
A service installation section in this inf is invalid
›
If you've been banging your head against the wall on this error, and you are trying to install a 64 bit driver on Windows 7 x64 or Windo...
2010-01-26
ERROR: "usb_mon_register" [drivers/usb/mon/usbmon.ko] undefined!
›
If you are getting this kind error in Linux when recompiling a kernel module, it usually means that your kernel configuration and the actual...
‹
Home
View web version