How to view compiler output, startup code, etc.

If you have a simple question and just want an answer.
markaren1
Junior Member
Posts: 7
Joined: Tue Jan 21, 2014 7:00 pm

How to view compiler output, startup code, etc.

Post by markaren1 »

Hi All,

How do I display compiler output, such as generated startup code, interrupt code, main code etc. from within xTIMEcomposer ?

Are there any documents on the subject ?

Thanks,

Mark

 



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

Post by sethu_jangala »

You should be able to see all the information when you view the disassembly of your executable file. You can view the disassembly by using the following command:

xobjdump -d <your_xe_file>.xe