Generating an Assembly Language Listing File
To create an assembly listing file do the following in your project.
- Right click on your project name in the Project Explorer View and select properties
- Expand out the C/C++ Build Section and select the settings option.
- Now select the tab "Tool Settings". Under the section "Cross ARM GNU Assembler" select Miscellaneous.
- Click the checkbox that says "Generate assembler listings (-Wa,-adhlns="$@.lst").
- Now click apply and then OK.
- Under project menu item select clean and then click OK. This will remove all temporary files.
- Then rebuild your project. This will create a file of main.o.lst in the Debug\src directory.
- If the listing file does not appear in the Project Explorer View then Right click on your project name in the Project Explorer View and select refresh. The file should now be displayed.