1. 首页 > 科技

KEIL5编译时出现C4065E: type of input file c99 unknown 怎么解决?(keil 编译时 type of input fi

KEIL5编译时出现C4065E: type of input file c99 unknown 怎么解决?(keil 编译时 type of input file unknown)

keil 编译时 type of input file unknown

检查一下你的头文件路径名,看是否有非法的字符,比如空格之类的

用Keil软件出现问题了

type of input file 'D:\Keil\MyProject\two'unknown

翻译一下,就是你工程中所用的文件"two"的类型未知。

意思是说,你的two是什么类型的文件呢?不知道,因为你的文件没有扩展名。

Keil能使用的文件类型有.txt的文本文件,.c的C语言文件,.h的头文件,再有就是其他的汇编,C++等文件,而你的two这个文件是什么类型的呢?因为你没有扩展名,所以,Keil无法识别。

你把two那个文件加一个正确的扩展名就行了。

用Keil软件时出现问题

null

没定义吧

使用keil编译c程序时出现“I/O ERROR ON INPUT FILE”,如何解决?谢谢!

输入的文件可能无法读取导致了以上的错误。

尝试改变原文件的读取权限。