{}

Our Brands

Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric Website

Welcome to our website.
Search FAQs
Unity Pro : Use of operation on index in INC or DEC function causes a Build error
Goals and Symptoms

When building an application using operation on index in INC or DEC function the build fails with following error message : error during the ARM assembler phase
Code generation failure

Example:  INC(my_array[ind*3+1]);

The problem is in Unity Pro V8.0 to V11.0.

Causes and Fixes:
The workaround consits to program the operation outside the function.

Example :
Ind1 :=ind*3+1 ;INC(my_array[ind1]);

Schneider Electric Hong Kong

Explore more
Range:
Articles that might be helpful Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Explore more
Range: