small_printf.h: No such file or directory LPCxpresso 5.2.6

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

small_printf.h: No such file or directory LPCxpresso 5.2.6

181 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mira67 on Sun Aug 25 16:18:35 MST 2013
I installed the latest version, say LPCepresso 5.2.6 to the local disk,
when I create the workspace to local disk, there is no problem with small_printf,
but when I change the workspace to network location, there is problem:

small_printf.h: No such file or directory

Is LPCxpresso engineer know how to solve this issue?

Thanks.
0 项奖励
1 回复

156 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Mon Aug 26 02:26:24 MST 2013
I am sorry, but you have not provided enough information to be able to understand the problem.

If I was to guess, it would be a filename case problem. Normally Windows filenames are case insensitive, but if your network drive is (for example) on Linux, then case is important. So check that the filename on disk is exactly the same as the filename you are #including (i.e small_printf.h and Small_Printf.h may refer to different files)

If this is not your problem, please provide more details.
0 项奖励