I found settings of librarian, print format and scan format can not be saved.
I changed the setting 'int' to 'int_FP' and that worked.
But after I restarted CodeWarrior the setting are reset to 'int'.
I tried on CW 10.4 and 10.5 and got the same result.
Any idea or points to preserve changed setting of print and scan formats?
Thanks,
--Katsumi Kimoto
Sorry, I am using Kinetis K60 with floating point K60FN1M0.
--Katsumi
i couldn't reproduce your problem.
please try to remove .metadata folder in your current workapce then restart CW and test it again.
if the problem persists,
can you please send us your project so that we can test the problem on our side?
I tested on newly created, almost empty project from commander window
and it preserved my settings of int_FP of print format.
I found the problem is not in CodeWarrior, but in my project.
I use FNET TCP/IP 2.5.0 library which causes this problem in any way.
Sample project twrk60n512_shell of FNET also did not preserve the settings.
I have checked the latest version of FNET, 2.6.2, and its demo project preserved
the settings.
I will upgrade FNET library in my project.
Thank you for your help.
Katsumi