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.

problem with a ccstudio's plugin

Other Parts Discussed in Thread: CCSTUDIO

Hello!


I'm working on a RCP plugin which use some ccstudio's plugins and i don't understand this last error coming from my application. Here an extract:

anaged Build system manifest file error: Option com.ti.ccstudio.buildDefinitions.core.OPT_TAGS.108316756 uses a null category that is invalid in its context. The option was ignored.

Managed Build system manifest file error: Option com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION.1365497743 uses a null category that is invalid in its context. The option was ignored.

Managed Build system manifest file error: Option com.ti.ccstudio.buildDefinitions.core.OPT_TAGS.599425934 uses a null category that is invalid in its context. The option was ignored.

Managed Build system manifest file error: Option com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION.250816928 uses a null category that is invalid in its context. The option was ignored.

Managed Build system manifest file error: Option com.ti.ccstudio.buildDefinitions.core.OPT_TAGS.252069329 uses a null category that is invalid in its context. The option was ignored.

Managed Build system manifest file error: Option com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION.1358878069 uses a null category that is invalid in its context. The option was ignored.

Managed Build system manifest file error: Option com.ti.ccstudio.buildDefinitions.core.OPT_TAGS.390022701 uses a null category that is invalid in its context. The option was ignored.

Managed Build system manifest file error: Option com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION.1897132711 uses a null category that is invalid in its context. The option was ignored.

My plugin work on .cproject from ccstudio project because i need to change some properties.


Someone have an idea to resolve this error?


thanks in advance! ;)

Manuel

  • I might have to get someone else to look at this but maybe this will help.

    The names of the plug-ins being loaded don't look right.  The look like place holders that are supposed to have strings replaced by the real values.  For example a valid plug-in name for our MSP430 compiler definitions would be something like com.ti.ccstudio.buildDefinitions.MSP430_6.0.0.2014071800

    i.e. the OPT should really be the architecture (MSP430, C2000....) and the CODEGEN_VERSION or TAGS should be a version number followed by a timestamp.

  • Thank you for your answer but i'm sure to undertsand what you mean..

    Do you want to said that my plugin (com.ti.buildDefinition...) is a too hold version?