I use keil5 to build a project.
Build output follows as:
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.".\Objects\test.axf" - 1 Error(s), 1 Warning(s).Target not created.
I want to konw how to solve this problem.
vettel555 said:1 Error(s), 1 Warning(s).
So read the rest of the output to see what the error was, and what the Warning was!
Pay attention to the Warning - it may give you a clue as to the error.
vettel555 said:I want to konw how to solve this problem
Fix the error!