This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Won't compile files with spaces in name under Windows 8

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.

Parents
  • Get rid of the spaces. They're bad news anyway.

    That would be a tremendous effort. I have about 50 files with spaces in each of the 12 branches and there are hundreds of subversions. And this would be only one project out of many.

    There must be a solution which allows to use the project as it did run on Win7.

Reply
  • Get rid of the spaces. They're bad news anyway.

    That would be a tremendous effort. I have about 50 files with spaces in each of the 12 branches and there are hundreds of subversions. And this would be only one project out of many.

    There must be a solution which allows to use the project as it did run on Win7.

Children