This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to tell timake.exe to look for alternate path

Other Parts Discussed in Thread: CCSTUDIO

Hi,

What server does the timake.exe want to access if I don't have the CCstudio install on my pc?

We copied the required files for building our dsp code to the Clearcase server. Now we want to created project files run timake.exe to build them since it will be invoked by the build script. The installation on clearcase is very minimal

Thanks

Thang.

O:\BedrockDsp\Rtc\proto\apollo\src>\OTS_CCS_Compiler\cc\bin\timake.exe rtcApolloPrototype.pjt Debug
Fatal Error: Cannot access server -2147221164

  • timake.exe is dependent on the project manager that comes with CCS. At the very minimum it would rely on the project server dll and a few others. I doubt you can get away with trying to just pick a choose a few files from the CCS install. You will need a proper CCS installation.

    If you want the bare minimum files to do a build, I suggest you export your pjt to a makefile and then use gmake to build it. That is a much more lightweight solution.

    Thanks

    ki

  • I am able to use nmake.exe from visual studio to build the dsp code

    thanks

    Thang Tran