About program compilation error

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
mark-jack
Member++
Posts: 28
Joined: Fri Oct 13, 2017 4:11 am

About program compilation error

Post by mark-jack »

The compiler did not give a compilation of the process of error on the tips, but said that there are errors within the compiler. What is the reason for this and how to deal with?Thank you for your help.
Image

Image


robertxmos
XCore Addict
Posts: 169
Joined: Fri Oct 23, 2015 10:23 am

Post by robertxmos »

Hi mark-jack,

It looks like the tools are failing during the analysis phase (very early on).
I expect some files have been changed, but xmake has not spotted this (a bug under windows like this has recently been fixed)
The work around is to do a clean build.

robert
mark-jack
Member++
Posts: 28
Joined: Fri Oct 13, 2017 4:11 am

Post by mark-jack »

robertxmos wrote:Hi mark-jack,

It looks like the tools are failing during the analysis phase (very early on).
I expect some files have been changed, but xmake has not spotted this (a bug under windows like this has recently been fixed)
The work around is to do a clean build.

robert
OK, I'll try your suggestion, and if there are any more questions, I'll ask you again.Thank you very much.
Post Reply