Home > User Support > CoverageMaster winAMS FAQ

CoverageMaster winAMS FAQ

Test Data Settings

480_01: Even though I have added all arguments as inputs, the warning message "too few argument(s)" is displayed.

Question:

Even though I have added all arguments as inputs, the warning message "too few argument(s)" (like below) is displayed.

%SYSTEMG-I-XIPC, function "(func name)" is called by process "WinAMS"
%SYSTEMG-W-CALL, too few argument(s) [0] to function "(func name)" [1]

Answer:

This warning is output when the compiler generates code where arguments are not generated on the stack, but passed directly to registers. This message is output by the MPU simulator (XAIL) when arguments are not loaded on the stack because it has been detected that the number of arguments and stack generation does not match. It is safe to ignore this warning because it does not affect the test.

Note: all arguments must be added as test inputs.

Related Technical Tips Search

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

Search key word link: Arguments
Technical Tips Google Search


Information Links