Page 1 of 1

Do XMOS have a C compiler?

Posted: Wed Sep 18, 2013 4:33 pm
by sethu_jangala

Answer 1841

Posted: Wed Sep 18, 2013 4:33 pm
by sethu_jangala
Yes, XMOS has a C/C++ compiler based on LLVM. XMOS also has a derivative of C called xC, which adds parallelism, events and realtime I/O and removes pointers, floating point and volatile. Semantics of parallelism and events stem from CSP and occam. See also the Programming xC on XMOS Devices book.