Hi there,
I'm using a FRDM KL82Z board was just trying a hello world program in Keil from the package downloaded and encountered the following error.
release\hello_world.out: error: L6002U: Could not open file ../../../../../lib/ksdk_platform_lib/mdk/KL82Z7/release/libksdk_platform.lib: No such file or directory
I followed the same path specified above and saw that libksdk_platform.lib isn't present.
from a similar question posted in forum, I made sure to build the platform package before building the main project files.
Please advise me where this is going wrong