Page 1 of 1

About program compilation error

Posted: Wed Jan 10, 2018 10:07 am
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

Re: About program compilation error

Posted: Thu Jan 11, 2018 2:17 pm
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

Re: About program compilation error

Posted: Sat Jan 13, 2018 10:47 am
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.