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
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!