How to generate build report in xTIMEcomposer?

If you have a simple question and just want an answer.
jigneshprajapati
Member
Posts: 10
Joined: Tue May 13, 2014 12:54 pm

How to generate build report in xTIMEcomposer?

Post by jigneshprajapati »

How to generate build report or constraint report during build xmos project in xtime composer 13.0.2. (build 11621, Jan-16-2014).I have not found below option in xtime composer."Go to the menu item [Project > Properties]. From there, choose "C/XC Build", then "Settings". Under "Mapper/Linker" go to "Tool Settings", then "Reports", and choose "Show Constraint Report". Also the flag " BUILD_FLAGS = -report" does not works.


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

Post by sethu_jangala »

By adding -report to the build flags, you shoulder able to see the report. Have you tried this in the latest version of the tools? 

After adding that should look something like this,

XCC_FLAGS = -O0 -g -report