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.
Hi. I want to write my own code on a7672 module and want to compile and build my code on keil.
a7672 buiding tool is working in CMD. In CMD I change my directory to thel tools directory and run a .bat file.
In keil I add this .bat file in 'option for target file->user-> before compile'. the first .bat file run and when call another .bat file it return error : 'The system cannot find the path specified. 'build.bat' is not recognized as an internal or external command, operable program or batch file.'
how can I fix it and build my code by keil?
thanks
I suggest using a opening a sample keil project, and “Create Batch File” in the Output tab of the Options for Target dialog box. See:developer.arm.com/.../
Then you can see the ideal way to setup a batch file.
Note: the options for target -> User tab can use relative paths, relative to the .uvprojx file