Hello,
I've done several projects using Keil uVision 5, and I noticed in the project folders there is no main.c file. The only reference to main is in the Objects folder where I can see the main.o, main.d and main.crf. If I open the project file XYZ.uvprojx as an example, the project opens up and I can see the main file. Is there a way I can make the main.c file visible or is it already located somewhere?
Sorry, if I wasn't clear enough, but you've answered my question with your image. I guess my main files were being referenced in another location when checking the options. Thank you.
JSCBLOG said:I guess my main files were being referenced in another location
Yes - the "Groups" in the uVision 'Project' view don't necessarily correspond to Windows filesystem folders
I think this is not uncommon with IDEs ... ?