Hi all,
in order of a Hardware-Update I just got a new computer, Windows 8 is running on it.
I was able to install the Keil IDE for SiLabs controllers without any problems. It works just fine with one small difference:
Any file which has a space in its name (file-title) can't be compiled. Here is the Build Output:
Build target 'FSI2007' compiling GBC Auto.c... Target not created
However files with a space in the path (not filename) are compiled without a problem.
So far I've tried to run the application in several compatibility-modes without any success. I also tried to set the compatibility-mode for the CX51.exe, no success.
The project I try to compile is for a C8051F042 from SiLabs. With the exact same setup (installation of Keil-uVision, enter licence, open project, compile) on Windows 7 the project will compile.
Any ideas for a workaround?
Thanks.