Compilation process in c programming | gcc | linux

Publié le: 08 janvier 2023
sur la chaîne: CppBuzz
447
10

In this Video you will learn how compilation works. We will talk about the four important steps like preprocessing, assembly, compilation & linking.

Command to get preprocessor output:
gcc -E file.c

Command to get assembler output:
gcc -S file.c

Command to get object/binary code:
gcc -C file.c

Command to produce final executable (linking):
gcc -o executablename.out file.o

For more visit : https://www.cppbuzz.com


Sur cette page du site, vous pouvez voir la vidéo en ligne Compilation process in c programming | gcc | linux durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur CppBuzz 08 janvier 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 447 fois et il a aimé 10 téléspectateurs. Bon visionnage!