arm-none-eabi-gcc error: no iconv implementation on MSYS2
Posted: Tue Apr 30, 2024 5:02 pm
What's the issue you encountered?
arm-none-eabi-gcc throws no iconv implementation error with -fexec-charset option on MSYS2.
How can the issue be reproduced?
$ cat test.c
const char s[] = "ああ";
$ $DEVKITARM/bin/arm-none-eabi-gcc -S test.c -fexec-charset=sjis
cc1.exe: error: no iconv implementation, cannot convert from UTF-8 to sjis
Copied from https://github.com/devkitPro/buildscripts/issues/60 as requested.
arm-none-eabi-gcc throws no iconv implementation error with -fexec-charset option on MSYS2.
How can the issue be reproduced?
$ cat test.c
const char s[] = "ああ";
$ $DEVKITARM/bin/arm-none-eabi-gcc -S test.c -fexec-charset=sjis
cc1.exe: error: no iconv implementation, cannot convert from UTF-8 to sjis
Copied from https://github.com/devkitPro/buildscripts/issues/60 as requested.