I use the keil-1.24 version-Eval software. I include several *.c files in one project. Before I finish it,the computer tell me " the porgram is down. " Then the software turn off automaticly. Why ? Thanks
My platform is pc. (windows 98) The error code is below : (1)one computer Fatal Error 210 : I/O error on input file. Exception 0021H:path or file not found. File :E\test\.obj (2)the other computer The conversation block tell me " The problem was down" Then uvision close automatically. What's problem ?
File :E\test\.obj The linker is looking for a file "E\test\.obj" and can't find it, which isn't surprising: it's looking for a file with no name and a ".obj" extension! It's looking in a folder called "E\test" You need to check your option settings! The conversation block tell me " The problem was down" What is a "conversation block?" This message makes no sense! Fix the filename problem first: sometimes you can get nonsensical error messages in response to nonsensical settings!