This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Tutorial 3
- From: Andrew Haley <aph at cambridge dot redhat dot com>
- To: Mark Butcher <M_J_BUTCHER at compuserve dot com>
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>, gcc <gcc at gcc dot gnu dot org>
- Date: Mon, 17 Jun 2002 09:57:33 +0100 (BST)
- Subject: Tutorial 3
- References: <200206161840_MC3-1-294-7AE@compuserve.com>
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.