I got a lot of errors after upgrade mdk 4.00 to mdk 4.10:
error: #5: cannot open source input file "stdio.h": No such file or directory error: #5: cannot open source input file "cstddef": No such file or directory error: #5: cannot open source input file "string.h": No such file or directory error: #5: cannot open source input file "rt_sys.h": No such file or directory
What's wrong with mdk4.10? I use UV3, I'm not going to use UV4 until I don't know how to disable new awful appearance ;)
Hi sad man,
maybe the same problem as in this thread: http://www.keil.com/forum/docs/thread16545.asp
You can track down the problem by using Process Monitor from sysinternals.
With this tool you can find out the search paths for stdio.h (and other files).
Robert