Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

garbled message

chezkeita
Beginner
789 Views
Hi,

I hope this question is not too stupid to ask but my error description messages after building are garbled like: "error #6333: ZA^7&*/...".
Any idea about what is causing this?
My OS is vista.

Thanks in advance,
Keita Yoshioka
0 Kudos
3 Replies
Ron_Green
Moderator
789 Views
Quoting - chezkeita
Hi,

I hope this question is not too stupid to ask but my error description messages after building are garbled like: "error #6333: ZA^7&*/...".
Any idea about what is causing this?
My OS is vista.

Thanks in advance,
Keita Yoshioka

Those messages come from a "message catalog" that is keyed to the user's Language setting. Are you using a non-English version of Windows? Perhaps your language setting is causing the compiler to pick the wrong message catalog.


0 Kudos
chezkeita
Beginner
788 Views

Those messages come from a "message catalog" that is keyed to the user's Language setting. Are you using a non-English version of Windows? Perhaps your language setting is causing the compiler to pick the wrong message catalog.



Thank you, Ronald. My unicode setting was Japanese and the fix was to switch it over to English.
I appreciate your help.

Regards,
Keita
0 Kudos
Hitoshi
Novice
788 Views
Quoting - chezkeita

Thank you, Ronald. My unicode setting was Japanese and the fix was to switch it over to English.
I appreciate your help.

Regards,
Keita
Even if your Vista setting is Japanese, you can get English messages correctly by adding following compiler switch:

/Qdiag-message-catalog-
0 Kudos
Reply