Compiler options

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Compiler options

1,939 次查看
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
标签 (1)
0 项奖励
回复
1 回复

494 次查看
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 项奖励
回复