I'm using Kinetis Design Suite and a FRDM-KL272Z dev board and am trying to run my first program on the KL27, which is "Hello World" from the examples folder of the SDK.
When I hit "Build All" I get this error:
Description Resource Path Location Type make: *** No rule to make target 'C:/Freescale/KSDK_1.3.0/examples/frdmkl27z/demo_apps/hello_world/kds/../../../../../lib/ksdk_platform_lib/kds/KL27Z644/debug/libksdk_platform.a', needed by 'hello_world_frdmkl27z.elf'. hello_world_frdmkl27z C/C++ Problem
There are actually two make errors, the second one is:
Description Resource Path Location Type
make: Target 'all' not remade because of errors. hello_world_frdmkl27z C/C++ Problem
but I assume that it is related to the first. Please help, I am clueless here and do not know where to start. I am a noob at programming embedded firmware and the documentation to me seems a bit sparse.
Thanks!