top of page

Lab 3 Cont. Removing -g option

Compiling gcc with the following gcc -fno-buillting -o0 -O $fileOutput When I compare the objdump files of the original to the newly...

Lab3 Cont. Removing fno-builtin

Our compilation will now look like this gcc -g -o0 -o $output Comparing this to the original output we can see that the function call is...

Lab 3: build, compile, examine

Write a basic C program which prints a message on the screen. Compile the program using the GCC compiler. Examine the binary produced...

bottom of page