This content has been marked as final.
Show 2 replies
-
1. Re: I am getting post build error 258 on trying to build
savj Dec 22, 2017 4:36 AM (in response to vidyacharan.d_2591841)1 of 1 people found this helpfulHi,
Can you check the post build steps in the Project Properties? It should be: '${FX3_INSTALL_PATH}/util/elf2img/elf2img.exe' -i ${ProjName}.elf -o ${ProjName}.img -v.
With this you will be able to generate the .img file too. Please check it.
Rgards,
Savan
-
2. Re: I am getting post build error 258 on trying to build
vidyacharan.d_2591841 Dec 25, 2017 8:48 PM (in response to savj)Thank you very much. That fixed my problem