We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I wish to run the “Makefile” I have,there must be a makefile.exe which is usually provided. The Eval copy does not support that so I was not able to directly run the Makefile as I did with the earlier version of RVDS. Do you have any idea whether MDK ARM supports makefile?
No - uVision manages the Project (including building) itself.
If you want to use a makefile, you will have to provide an external make utility.
Can you please provide an example how to provide external utility.. You mean to say through command line?
http://www.keil.com/support/man/docs/uv4/uv4_utilities.htm
www.keil.com/.../uv4_ca_usecustomtranslator.htm
Thanks..