02-27-2023 12:33 AM
When i try to run a C code it gives me an error: Unable to find object file "main_0.obj".
The code is just blinking a LED and it compiled successfully.
03-01-2023 08:11 AM
Hello apchixba,
Considering to the error description there is something wrong with your object. Here are some possible reasons which may cause this error,
1. The Incorrect and irrelevant name of the object for the path.
2. The object isn't in the same path as the main project.
3. You should check the compatibilities as well.
Regards)
________
Best way to thank is to give Kudos / Mark as a solution.