I am looking for possibilities of generating ASM file or instruction trace from Wind River workbench.
Asked
Active
Viewed 321 times
0
-
2You didn't say what version but in 5.9.3 you can pass in the `-S` to stop compilation and produce an assembly file. This is a command line option at least, you will need to check the workbench guides to determine how to do that in the workbench. – Frank C. Dec 14 '16 at 11:02
-
Got it, thanks @FrankC. – RogerAKL Dec 14 '16 at 11:04