Hello, Can anyone tell me how to automate build system for the KEIL? Is there any tools readily available for automatic build? Regards Prasad
I build everything from .bat files
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.
Automatic how? The tools supports command-line builds, which means that anything that trigs the execution of a batch file can perform a build.
View all questions in Keil forum