Not to be fixed
Created: Feb 21, 2013
Updated: Apr 19, 2018
Resolved Date: Apr 17, 2018
Previous ID: LIN5-1026, LIN6-3109
Found In Version: 6.0
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Docs
root@qemu0:~# export LC_CTYPE=en_US.UTF-8
-sh: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8)
exist
Add the following line to local.conf:
GLIBC_GENERATE_LOCALES += "en_US.utf8"
IMAGE_LINGUAS = "en-us.utf8"
then run make fs.
1 wrlinux 5.0
2 create a project like:
/wrlinux-5/wrlinux/configure --enable-board=qemux86-64 --enable-build=debug --enable-kernel=standard --enable-rootfs=glibc_std+debug --with-rcpl-version=auto
3 make all
4 make start-target
5 run export LC_CTYPE=en_US.UTF-8