recently i'm working on some project with arm but no OS in it.
Now when i compile it, i must open keil.
but keil is weak in edit, so i'm considering to write a script to execute complier of keil, to build the project.
but i know little about keil, so i want to know if it is possble, for avoiding useless work.
thanks for any help.
As mentioned by artless noise you can call armcc directly on the command line or integrate it into a build system like make, scons, etc . A good starting point is letting Keil uVision create a batch file for you: CREATING A PROJECT BATCH FILE. Another possibility is to call Keil from the command line with the project file as command line parameter with options to build the project.Keil uV4 command line. BTW I use this command line options also for automated unit testing in the simulator and for flash download.