libksdk_platform.lib: No such file or directory

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

libksdk_platform.lib: No such file or directory

1,411 次查看
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 

标记 (1)
0 项奖励
回复
1 回复

1,265 次查看
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 项奖励
回复