Section 4 - USING GCC
4.1 What is GCC?
4.2 What can I do with the Makefile?
4.3 What are the steps of the compilatioN
process?
4.4 My code won't compile..why?
4.4.1 'parse error'
4.4.2 'assignment makes pointer from
integer without a cast'
4.4.3 'implicit definition of
function'
4.4.4 'declared here not in a
function'
4.5 But why can't I just ignore
warnings?
4.6 What options may I want to add to the
Makefile?
4.7 Why do I get a signal 11 error during
compilation?