This content has been marked as final.
Show 1 reply
-
1. Re: Compiling examples in Linux with Cypress EZ USB Suit.
oscargomezf_2018731 Nov 22, 2016 11:38 PM (in response to oscargomezf_2018731)Hi everyone,
I've solved the problem. The example I was trying to compile was built in windows 10 platform. si I had to change some properties of the project:
1º.- Porperties Project -> C/C++ Build -> Builder Settings -> Builder Type: Internal Builder.
2º.- Porperties Project -> C/C++ Build -> Settings -> Build Steps -> Command: change from:
'${FX3_INSTALL_PATH}/util/elf2img/elf2img.exe' -i ${ProjName}.elf -o ${ProjName}.img -v
To:
'${FX3_INSTALL_PATH}/util/elf2img/elf2img' -i ${ProjName}.elf -o ${ProjName}.img -v
And now everything works fine.
Best regards.