Hi,
I'm trying some demo apps on FRDM-KL26Z brd and come up with this error message during build.
"make: Target 'all' not remade because of errors"
I'm using KDS v2.0.0 and KSDK 1.2.0.
Any clue how to resolve this?
Thanks.
DJ
解決済! 解決策の投稿を見る。
Hi Devan,
Is the KDS_2.0 a typo and you really have KDS_3.0?
If not typo, please upgrade to KDS_3.0.
EDITED...
I am using KDS_3.0.0.
I loaded/Imported the rtc_func_frdmk26z rtc_func.wsd. This file neglected to load the ksdk_platform_lib_KL26Z4 library/project that needs to be compiled before compiling the rtc_func project.
Please Import the platform library, then compile the rtc_func application and all should be OK. Yell if not.
Regards,
David
Hi Devan,
Is the KDS_2.0 a typo and you really have KDS_3.0?
If not typo, please upgrade to KDS_3.0.
EDITED...
I am using KDS_3.0.0.
I loaded/Imported the rtc_func_frdmk26z rtc_func.wsd. This file neglected to load the ksdk_platform_lib_KL26Z4 library/project that needs to be compiled before compiling the rtc_func project.
Please Import the platform library, then compile the rtc_func application and all should be OK. Yell if not.
Regards,
David
Hi David,
Yes I was using KDS v2.0.0 and KSDK v1.2.0... no typos!
But now I've upgraded to KDS v3.0.0 and followed your instructions. All works fine!
Thanks for your help.
Cheers!
DJ