This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: iWMMXt Linux EABI cross toolchain


On Thursday 02 March 2006 11:42, Steven Newbury wrote:
> The first pass is ok.  I've built a stage1 compiler, it's the second gcc
> pass that's needing/missing crti.o.

got it ... i have to admit, i kind of skimmed your first e-mail so i missed 
you had a first pass compiler

in order to build the second pass, you need a fully working libc ... and it 
will provide the crt[io1].o objects

general order of operations:
binutils
linux headers / libc headers
stage1 gcc (static C-only)
libc
stage2 gcc (shared C/C++)
-mike

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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