main.plg

来自「8051单片机C语言设计完全手册」· PLG 代码 · 共 56 行

PLG
56
字号
Build target 'Target 1'compiling main.c....\MAIN.C(34): warning C209: '_gets': too few actual parameters.\MAIN.C(35): warning C209: '_gets': too few actual parameters.\MAIN.C(36): warning C206: 'strlen': missing function-prototype.\MAIN.C(36): error C267: 'strlen': requires ANSI-style prototype.\MAIN.C(37): warning C206: 'strcmp': missing function-prototype.\MAIN.C(37): error C267: 'strcmp': requires ANSI-style prototype.\MAIN.C(39): warning C206: 'strcat': missing function-prototype.\MAIN.C(40): error C202: 's': undefined identifier.\MAIN.C(40): error C141: syntax error near '1'.\MAIN.C(42): error C241: 'main': auto segment too largeTarget not createdBuild target 'Target 1'compiling main.c....\MAIN.C(34): warning C209: '_gets': too few actual parameters.\MAIN.C(35): warning C209: '_gets': too few actual parameters.\MAIN.C(36): warning C206: 'strlen': missing function-prototype.\MAIN.C(36): error C267: 'strlen': requires ANSI-style prototype.\MAIN.C(37): warning C206: 'strcmp': missing function-prototype.\MAIN.C(37): error C267: 'strcmp': requires ANSI-style prototype.\MAIN.C(39): warning C206: 'strcat': missing function-prototype.\MAIN.C(40): error C202: 's': undefined identifier.\MAIN.C(40): error C141: syntax error near '1'.\MAIN.C(42): error C241: 'main': auto segment too largeTarget not createdBuild target 'Target 1'compiling main.c....\MAIN.C(36): warning C206: 'strlen': missing function-prototype.\MAIN.C(36): error C267: 'strlen': requires ANSI-style prototype.\MAIN.C(37): warning C206: 'strcmp': missing function-prototype.\MAIN.C(37): error C267: 'strcmp': requires ANSI-style prototype.\MAIN.C(39): warning C206: 'strcat': missing function-prototype.\MAIN.C(40): error C202: 's': undefined identifier.\MAIN.C(40): error C141: syntax error near '1'.\MAIN.C(42): error C241: 'main': auto segment too largeTarget not createdBuild target 'Target 1'compiling main.c....\MAIN.C(40): error C202: 's': undefined identifier.\MAIN.C(40): error C141: syntax error near '1'.\MAIN.C(42): error C241: 'main': auto segment too largeTarget not createdBuild target 'Target 1'compiling main.c....\MAIN.C(42): error C241: 'main': auto segment too largeTarget not createdBuild target 'Target 1'compiling main.c....\MAIN.C(42): error C241: 'main': auto segment too largeTarget not createdBuild target 'Target 1'compiling main.c...linking..."main" - 0 Error(s), 0 Warning(s).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?