This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reg:Assembly code generation

I am using µVision3 V3.62a keil.How can i generate assembly file.I tried -S ,--asm options..i got Unrecognized option -S or --asm error..I
want to view aeembly file of my c file....please help me..

For generating .o file i am using,

main.o:main. c
$(ARMCC) --thumb -S --device DARMP -g -O0 --apcs=interwork -I
"C:\Keil\ARM\ INC\Philips" -J "C:\Keil\ARM\ RV31\INC" -o "main.o" --omf_browse "main.crf" --depend "main.d" "main.c"

0