Hi,
I use LPC3131 common driver library (CDL) from Windows XP without any problems. However under Vista I cannot use the command line compilation process.
In fact the command line compilation process, in the CDL, uses some programs based on cygwin1.dll (make.exe, sh.exe, cp.exe ...) in the folder software/tools.
Some of this programs (make.exe is a good example) does not work under Vista. I have the error : c:\[...]\Temp\make38126.sh: fork failed: no such file or directory
So I think that the version of cygwin.dll is not supported by Vista (or something like that). How can I fix it ?