Compiler options

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Compiler options

1,940件の閲覧回数
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 返信

495件の閲覧回数
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 件の賞賛
返信