Home > Home > User Support > CoverageMaster winAMS FAQ

CoverageMaster winAMS FAQ

Object File, OMF Conversion

115_02: How to test a function using #pragma inline_asm with the Renesas HEW compiler?

Question:

With the Renesas HEW compiler, when defining a function using #pragma inline_asm, symbol information for that function is not generated. How can I test such a function?

Answer:

When #pragma inline_asm is used, the debug information output by the compiler is output in assembly format, so it cannot be handled as a function in CoverageMaster. The only workaround is to disable the #pragma inline_asm and the assembly code portion such as by commenting out using #ifdef and recompiling.



Related Technical Tips Search

Other technical tips in GAIO's web site can be searched for using the links below.

Search key word link: #pragma inline asm | Inline Assembly
Technical Tips Google Search


Information Links