I don't really see how it matters what my batch file is doing as my test.bat that did nothing other than "dir" had the same results. But the details are I put my post-build batch file in the project "script" folder as that seemed as good a place as any to put it. The batch file merely combines 2 different .srec files (one from another project and the output of the build of this project) and then manipulates this new srec file by adding some stuff to it. The exact batch file is: ..\..\utils\srec_cat\srec_cat ..\..\take_charge_bootloader\Debug\take_charge_bootloader.srec take_charge.srec -o temp.srec ..\..\utils\srec_cat\srec_cat -generate 0x003FFFFC 0x00400000 -constant-l-e 0x21494450 4 temp.srec -exclude 0x003FFFFC 0x00400000 -o take_charge_final.srec I also included screen shots below of the script folder and the Debug folder if that helps: Thanks, Jeff
↧