mcuxpressoide 11.9.4 Fails to build with unicode characters in user directory

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

mcuxpressoide 11.9.4 Fails to build with unicode characters in user directory

822 次查看
mibli
Contributor II

For Example my user directory is named "Miłosz" and in the build path, it is converted to Milosz, build fails with "C:/User/Milosz/AppData/Local/Temp no such directory."

0 项奖励
回复
2 回复数

795 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

It's something that needs some testing/analysis. We'll look into this and get back with conclusions. Not sure about build tools support when it comes to Unicode chars inside paths. Some parts of Eclipse might also not work as expected with such paths.

Meanwhile, please attach support information (Help => MCUXpresso Save Info for Support) after trying to build a project that eventually fails.

Regards,
MCUXpresso IDE Support

796 次查看
ErichStyger
Specialist I

I think you mean 11.9.0 and not 11.9.4?

Anyway: I'm avoiding non-7-bit-ASCII characters in paths or file names, as it only causes troubles with the GNU toolchain, e.g. include paths and other path or file related things.

What you could use instead on windows: use the 'subst' command to create a virtual drive letter to your projects, e.g.

subst p: C:\User\Milosz\myProjects

and then use the P:\ driver for  it.

0 项奖励
回复