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.

CCS Woes (with OMAP-L137 EVM)

Other Parts Discussed in Thread: OMAP-L137, CCSTUDIO

I am having a number of problems with my CCS installation with OMAP-L137 EVM.

When I run C:\CCStudio_v3.3\cc\bin\cc_app.exe, I never get past the splash screen.  It doesn't seem to matter what my setup is.

I have more success using C:\CCStudio_v3.3\cc\bin\cc_setup.exe -i "C:\CCStudio_v3.3\drivers\import\evmc6747_v1.ccs" -startCCS

However while I can get this to work, any changes I make in Component Manager do not happen.  I can only use the components that come with the original install.  The Component Manager shows the settings I want, but the CCS About shows the install components.  Fortunately using the CCS install from the EVM increased CGTools from 6.0.8 to 6.1.5, fixing a bug I attributed to the compiler.

Also I have other projects I need to maintain, so I'll need more than just the OMAP-L137 EVM setup.

I have uninstalled/reinstalled a couple of times.

I tried running service release 12, and that did not seem to take.

Any suggestions?

Thanks,

Chris

  • Hi Chris,

    hmm... strange. Are you running CCS with admin privileges? It might help explain some of the issues with component manager...

    ki

  • I have a few problems figured out, but CCS still locks up at the splash screen when I start it with cc_app.exe.

    My code does build with the correct Component Manager settings.  For some reason the About dialog only displays the installation settings, but it's not real.

    I had reinstalled CCS from the EVM disc which was an evaluation copy of CCS.  That's why SR12 didn't work.  I went back to my licenced copy of CCS and it's fine.

    I am running with admin priveleges.  I checked the environment variables.

    When I need to maintain a different project, I think my work-around to the splash screen lock-up will be to make a new short-cut along the lines of

    C:\CCStudio_v3.3\cc\bin\cc_setup.exe -i "C:\CCStudio_v3.3\drivers\import\new_board.ccs" -startCCS

    Chris