I am getting post build error 258 on trying to build

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

While I am trying to build a firmware, I am getting an error mentioned as "cs-make[1]: [post-build] Error 258 (ignored)". The elf file is getting updated after the build but the .img file isn't updated.

0 Likes
1 Solution
Anonymous
Not applicable

Hi,

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.

pastedImage_0.png

Rgards,

Savan

View solution in original post

2 Replies
Anonymous
Not applicable

Hi,

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.

pastedImage_0.png

Rgards,

Savan

Anonymous
Not applicable

Thank you very much. That fixed my problem

0 Likes