This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] C89不显示为默认语言

Guru**** 2343770 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1282180/c89-does-not-appear-to-be-the-default-language

您好!

我使用的是 CCS12.4。

编译器手册显示:•ANSI/ISO C89 (--c89、C 文件的默认值)

当我在 CCS GUI 中将语言(-std)设置为空(因此为默认值)进行编译时...

...我的程序构建很好。

但是、当我选择"C89"时、会出现各种错误。

这意味着、尽管手册要求了什么、但 C89不是默认语言。

请确认默认语言是什么。