-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello,
I tried to build Fluidsynth with aarch64-w64-mingw32 cross compiler but it fails with this error message:
aarch64-w64-mingw32-gcc: error: unrecognized command-line option '-municode'; did you mean '-Wunicode'?
It seems that it does not support -municode
option.
This option exists for i386 and x86_64 targets, but it seems to be not recognized by Aarch64.
See also:
Thank you very much for your time.
EDIT:
you can test this issue very easily, by compiling this tiny test program:
int wmain(int argc, char *argv[])
{
return 0;
}
This program uses wmain()
, so GCC must use -municode
, otherwise it will always print the above error message.
Metadata
Metadata
Assignees
Labels
No labels