We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I create a new project from Keil C51 IDE and then add my source code into it. When invoked linker links my project, the error occurs as follows: *****FTAA ERROR L210:I/O ERROR ON INPUT FILE EXCEPTION 0021H: PATH OR FILE NOT FOUND FILE CCAPI.OBJ I searched my folder for the file ccapi.obj and really did not found it. I know the file ccapi.obj can not be generated by compiler. But I do pnot set the directive SRC in my code or project setting. Any one can give me a hand ? What does caused the result? Thanks any help in advance!
You're talking in riddles. You really will have be more specific about what you did, and how, exactly, the results did fail to meet your expectations. The fact that you don't find that file ccapi.obj does not by itself mean that it can not be generated --- only what is was not generated. From what you wrote, it's not clear that the compiler ever got instructed to try to generate that file. So: is there a file called ccapi.c in your project? Or maybe a ccapi.asm? Do you see a line in the build window saying it's compiling any such file? If so: are there any suspicious messages following that line?