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"
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...
You will have to run the simulator/debugger and look at the disassembled code.
Thanks.Is it possible to generate assembly code using Eval MDK keil??
-S is blocked in the MDK-Eval version.
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.
you must choose from project option for target menu and then click to output tab and click hex output option as seen picture below.
earth.prohosting.com/.../sn.jpg
Note: to see picture pls copy link and paste to a new explorer adress otherwise sometimes keil forum page gives linking error.
View all questions in Keil forum