Hello.
I´m working with CW10.5 and MQX4.2. When i build the project, I can not get the .s19 file.
I have tried to mark in Additional tools, Create flash Image, but when finish the build, it says:
mingw32-make: ***[myfile.hex] Error1
I have tried to write in post-build steps - Command:
arm-none-eabi-objcopy -O srec C:\Proyectos_Freescale_MQX4\AE9712\debug\ae9712.elf ae9712.s19
The folder and the file .elf exist.
and it says: mingw32-make[1]: [post-build] Error 2 (ignored)
Can someone tell me what I should do to be able to create the .s19 file?
Thanks.
解決済! 解決策の投稿を見る。
Hello. Thank you very much for your help.
I have solved it by installing the MQX4.2 plug-ins in CW and re-creating the project.
Best regards.
Hello ,
Does your chip is kinetis ? If yes, please refer to this DOC :
S-Record Generation with gcc for ARM/Kinetis | MCU on Eclipse
Hope it helps
ALice
Hello. Thank you very much for your help.
I have solved it by installing the MQX4.2 plug-ins in CW and re-creating the project.
Best regards.