Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Custom build step using fileInfo

Hi,

I need to invoke a specific tool for a file.
I tried using <fileInfo> . However, the generated makefile does not use this special build rule.
plugin.xml:
<fileInfo
                  exclude="false"
                  rcbsApplicability="override"
                  resourcePath="*/master_jpgdec.c"
                  toolsToInvoke="toolchain.master.c.compiler.nonnative.debug">
            </fileInfo>

I checked .cproject, it contains: toolsToInvoke=""

Appreciate any pointers to what I might be missing.

Thanks,
Delicia.

Back to the top