This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Tutorial 3


Mark Butcher writes:
 > Hi All
 > 
 > Here an update of my weary journey from innocent and gullable PC user to
 > hardened, grey-haired GCC cross-compiler guru. Actually the journey
 > probably has not yet reached further than the end of the garden path and I
 > must still be making some kind of beginners errors - but its hope that
 > drives me on.
 > 
 > [The error is because the linker doesn't find "crt0.o"]
 > 
 > 
 > 
 > So maybe some path is not set up correctly ?

It looks to me like you don't have a C library.  gcc is just a
compiler.

There's a C library at http://sources.redhat.com/newlib/.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]