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"
I have tried this and it didnt work.same srror i got..Iam using evaluation version of keil.I need to see the assembly code of my C function..Please explain breifly...--asm and -S not supported in my keil..
Thanks.
-S is blocked in the MDK-Eval version.
Thanks.Is it possible to generate assembly code using Eval MDK keil??
You will have to run the simulator/debugger and look at the disassembled code.
If this is a bona fide evaluation with a genuine view to purchase (ie, you're not just using it as a freebie), then you should contact Keil direct, or your local distributor, to discuss your requirement...