Tool/software:
Hi,
When I try to compile an example from F29x_SDK the error below occurs. The IDE compiles F28x examples without errors.
[60]C:/ti/ccs2011/ccs/tools/compiler/ti-cgt-c29_1.0.0LTS/bin/c29objcopy.exe --remove-section=cert -O binary adc_ex2_soc_epwm.out adc_ex2_soc_epwm.bin
[61]py C:/ti/f29h85x-sdk_1_01_00_00/tools/boot/signing/mcu_rom_image_gen.py --image-bin adc_ex2_soc_epwm.bin --core C29 --swrv 1 --loadaddr 0x10001000 --sign-key C:/ti/f29h85x-sdk_1_01_00_00/tools/boot/signing/mcu_gpkey.pem --out-image adc_ex2_soc_epwm_cert.bin --device f29h85x --boot FLASH --img_integ no
[62]makefile:164: recipe for target 'post-build' failed
[63]process_begin: CreateProcess(NULL, py C:/ti/f29h85x-sdk_1_01_00_00/tools/boot/signing/mcu_rom_image_gen.py --image-bin adc_ex2_soc_epwm.bin --core C29 --swrv 1 --loadaddr 0x10001000 --sign-key C:/ti/f29h85x-sdk_1_01_00_00/tools/boot/signing/mcu_gpkey.pem --out-image adc_ex2_soc_epwm_cert.bin --device f29h85x --boot FLASH --img_integ no, ...) failed.
[64]make (e=2): The system cannot find the file specified
[65]gmake[2]: [post-build] Error 2 (ignored)
[66]C:/ti/ccs2011/ccs/tools/compiler/ti-cgt-c29_1.0.0LTS/bin/c29objcopy.exe --update-section cert=C29-cert-pad.bin adc_ex2_soc_epwm.out adc_ex2_soc_epwm_cert.out
[67]makefile:164: recipe for target 'post-build' failed
[68]C:\ti\ccs2011\ccs\tools\compiler\ti-cgt-c29_1.0.0LTS\bin\c29objcopy.exe: error: 'C29-cert-pad.bin': no such file or directory
[69]gmake[2]: [post-build] Error 1 (ignored)
[70]del adc_ex2_soc_epwm.out C29-cert-pad.bin
[71]ren adc_ex2_soc_epwm_cert.out adc_ex2_soc_epwm.out
[72]makefile:164: recipe for target 'post-build' failed
[73]The system cannot find the file specified
[74]gmake[2]: [post-build] Error 1 (ignored)