Do XMOS have a C compiler? Topic is solved

If you have a simple question and just want an answer.
Post Reply
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Do XMOS have a C compiler?

Post by sethu_jangala »



View Solution
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post 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.

Post Reply