Hello! I'm new to open source development and am exploring the domain. I am trying to learn the internals of gcc and the first project that I've chosen for myself is to rename gcc to 'myCompiler' from the source and build it so that gcc is renamed in the system, and commands such as *myCompiler --version* are recognized by my linux system. I know there is an alternate way of using symbolic links but I am specifically interested in altering the source code.
I've downloaded the source code for gcc but I'm uncertain how to proceed. I'm unable to locate main files such as gcc.c or main.c that I could play around with. Any guidance on how to begin and what files to check out would be greatly appreciated. Thanks in advance.