Generate intermediate files ( assembling, preprocessing) in gcc
Let’s start with some GCC commands as shown below. How-ever it won’t give you all the resulted files in each stage, for ex: preprocessor files. For that, I use below GCC option to generate different output files of my source. As mentioned in “man’ page it will generate “.i”, “s”, “.o” files .. Ex: #Examine …