Hello, Can anyone tell me how to automate build system for the KEIL? Is there any tools readily available for automatic build? Regards Prasad
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