Generate .hex file in 32k144

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Generate .hex file in 32k144

2,444 次查看
lohrsistemas
Contributor IV

I'm using 32k144 Mcu and S32 design studio for ARM, with IAR plugin. When I try generate the .hex file, an error occour (could not open file "config.icf"). Any idea what's happening?

标签 (2)
标记 (2)
2 回复数

1,941 次查看
stanish
NXP Employee
NXP Employee

Hi,

Thanks for the report - I can reproduce the issue.

Seems IAR Plugin doubles the quotation marks the linker configuration file (.icf) path if an additional output file generation is enabled. I'd suggest you to manually delete quotation marks in Linker configuration file edit box as a workaround:

pastedImage_1.png

pastedImage_2.png 

Now the build is successful and there is the binary file generated.

Hope it helps.

Stan

1,941 次查看
lohrsistemas
Contributor IV

Hi,

Thank you Stan.

That solved my problem.

0 项奖励
回复