Page 1 of 1

Hello && a timing analysis problem

Posted: Tue Jun 01, 2021 3:20 pm
by billaj
Hi,i am new guy here ,i'd confused about the example AN00192. i download and build,that was successful, but ,when i double click on the binary "***.xe",the question come:
"Binary compiled without debug information.
Source annotations will not work.
enable Debugging (-g) for your project."
How can i fit this problem, thanks for answering !!!

Re: Hello && a timing analysis problem

Posted: Tue Jun 01, 2021 5:02 pm
by CousinItt
You are being prompted to add the -g option to the XCC_FLAGS options in the makefile for the project.

See the xTIMEcomposer documentation and AN00193 for using the debugger.

Re: Hello && a timing analysis problem

Posted: Wed Jun 02, 2021 7:34 am
by billaj
CousinItt wrote: Tue Jun 01, 2021 5:02 pm You are being prompted to add the -g option to the XCC_FLAGS options in the makefile for the project.

See the xTIMEcomposer documentation and AN00193 for using the debugger.

Thank you very much CousinItt. i will never know that should take the AN00193 first without you, thank you!!

By the way,AN00192 and AN00193, have not mention about "add the -g option to the XCC_FLAGS options in the makefile" in the documentation, i feel that not so friendly for new user.

Re: Hello && a timing analysis problem

Posted: Wed Jun 02, 2021 9:12 pm
by akp
To be fair, it's not unusual for XMOS to be not so friendly for the new user.

Re: Hello && a timing analysis problem

Posted: Tue Nov 02, 2021 11:56 am
by FillipSmith
Thx a lot, i was searching similar information!

Re: Hello && a timing analysis problem

Posted: Thu Jun 02, 2022 12:59 pm
by nathanfauvey
Hi all,
I am currently trying to run the HID mouse demo (extended for XCORE-200 explorer kit), but ever since I run the example .xe file, I get this message too (see attached the screenshot of the error message).
Thank you for answering.