xC: handling server interface array

Technical questions regarding the XTC tools and programming with XMOS.
robertxmos
XCore Addict
Posts: 169
Joined: Fri Oct 23, 2015 10:23 am

Post by robertxmos »

or add an explicit cast:
case tmr when __builtin_timer_after(now + (int)(100e6/100000)) :> now:


Endre
Active Member
Posts: 38
Joined: Fri Jan 01, 2016 10:13 am

Post by Endre »

robertxmos wrote:or add an explicit cast:
case tmr when __builtin_timer_after(now + (int)(100e6/100000)) :> now:
Thanks! With this cast the project compiles.
Are these bugs tracked by XMOS? Would they be fixed in new releases?
robertxmos
XCore Addict
Posts: 169
Joined: Fri Oct 23, 2015 10:23 am

Post by robertxmos »

Hi,
Yes, it has been logged and will be fixed.
robert
robertxmos
XCore Addict
Posts: 169
Joined: Fri Oct 23, 2015 10:23 am

Post by robertxmos »

...has been fixed.