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.
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