This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error L210 when trying to alter SiLabs kernel

I attempting to add some code to the main.c file of the kernel provided with the Si8250x Development Kit. When I compile the project in the SiLabs IDE using the Keil C51 tools without my additional code it works. However, when I add my code to the main.c file, a main.obj file is not created when I build the project. This prompts a Fatal Error L210 because there is no main.obj file. When I try to manually add the file to project and then build it, the file is renamed during the process and the same error occurs. Any ideas on how to fix this problem? Thanks

0