Generate .hex file in 32k144

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Generate .hex file in 32k144

1,520 Views
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?

Labels (2)
Tags (2)
2 Replies

1,017 Views
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,017 Views
lohrsistemas
Contributor IV

Hi,

Thank you Stan.

That solved my problem.

0 Kudos