Compiler options

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Compiler options

1,937 Views
Buerger
Contributor I
Hello,
 
for a student research project, I should write a time optimised code for a 5282 with the NetBurner IDE (GCC). Concerning that I would like to have a look at the assembly file, but my problem is that I dont really know how (or better where) to generate that. I cant choose the compiler options menu, so maybe I have to change something in a make file, but I dont know.
 
So if you know a little bit more than me, please let me know.
 
Best regards
Jens Buerger
Labels (1)
0 Kudos
Reply
1 Reply

492 Views
mnorman
NXP Employee
NXP Employee
It sounds like you want to generate assembly listing files.  You will need to add something like this to your compilation rules:
 
gcc -Wa,-ahlns=name.lst ...
 
You'll have to google for more details :smileyhappy:
0 Kudos
Reply