Hello, Can anyone tell me how to automate build system for the KEIL? Is there any tools readily available for automatic build? Regards Prasad
Automatic how? The tools supports command-line builds, which means that anything that trigs the execution of a batch file can perform a build.
uVision's build system is adequate for most tasks. For more advanced build requirements, you can always use programs like make since the compiler and the linker have proper command line interfaces.
I build everything from .bat files