libksdk_platform.lib: No such file or directory

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

libksdk_platform.lib: No such file or directory

598 Views
tilakmarupilla
Contributor II

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 

Tags (1)
0 Kudos
1 Reply

452 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi Tilak:

I would suggest you build libsdk_platform.lib first, make sure the build target is release, not debug,   then check whether the library is present.

If it is present, then build the hello world, release target. 

Regards

Daniel

0 Kudos