cancel
Showing results for 
Search instead for 
Did you mean: 

issue in disassembly view

MohitManvar
Associate II

Hi Team,

 

We are facing issue in debugging like dissambly view is not showing correct flow even though we clean build the ws.

 

code:

MohitManvar_0-1750840761908.jpeg

 

 

disassembly view:

MohitManvar_1-1750840761910.jpeg

Tried methods:
- changed workspace

- clean and rebuild

- changed HW

- changed machine




Let me know how it could be resolved ?

 

1 ACCEPTED SOLUTION

Accepted Solutions

In AutoDevKit click on the platform component of your project and set "-00 none" in the optimization parameters:

MaxVIZZINI_0-1750842563803.png

Clear the project and re-generate everything and finally compile.

Best Regards,

AutoDevKit Team

View solution in original post

3 REPLIES 3
Max VIZZINI
ST Employee

Hi Mohit,

The generated code depends upon the compiler and not AutoDevKit.

The compiler normally tries to perform code optimization therefore the resulting assembly flow might not be same.

If you want to remove all compiler optimizations you should remove from the compiling options.

Best Regards,

AutoDevKit Team

can you guide me from where I can do this ?

like reduce optimization ...

In AutoDevKit click on the platform component of your project and set "-00 none" in the optimization parameters:

MaxVIZZINI_0-1750842563803.png

Clear the project and re-generate everything and finally compile.

Best Regards,

AutoDevKit Team