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.

QualiTI: offending symbols _llshr, _llshl, ...

Hello,

I ran QualiTI on my XDAIS algorithm. The following message was output:

Test failed. Problem: Not all external symbols declared by the module have the "<MODULE>_XXX_" prefix (i.e. module_vendor_).

The following is the list of offending symbols:
_llshr
_llshru
_llshl
_llshru

Nowhere in the algorithm source code is a reference to any of these symbols/functions, but I do use the C bit shift operators ('<<' and '>>') on various integer types including 'long long'. How can I get the algorithm XDAIS compliant (without QualiTI complaining)?

The algorithm was created with the GenAlg wizard included in XDAIS. The following is installed on my system (Windows XP Pro SP3):

Code Composer Studio v4.2.1.00004
xdais_7_20_00_07
C6000 Code Generation Tools 7.0.4
xdctools_3_21_00_27_eng

Thank you for your support.