This is the mail archive of the gcc-help@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]

Re: Tutorial 3


>The full GCC build didn't work - failing for the same reason as before -
>but I am sure that it is now something silly which I can, given adequate
>time, solve myself. I see that I now really do have "mcore-elf-gcc.exe" in
>the mcore/bin directory (I think that this must be the minimum gcc
>compiler) "crt0.o" libraries like "libc.a" are also in /mcore-elf
>directories. Since some things seem to be in /mcore and some others in
>/mcore-elf I probably did something not quite right when setting prefixes,
>resulting in the files not being found correctly - once I have gained a
>little more strength I will probably be able to swat the last self-made bug
>and will take time off to celebrate.

You have to use the *same* prefix and target for all 4 steps in order
to build a complete tool chain.

Also be user that the directory where mcore-elf-gcc, mcore-elf-as
and mcore-elf-ld are installed is in you PATH variable so configure
can find all the pieces...

-- 
Peter Barada                                   Peter.Barada@motorola.com
Wizard                                         781-852-2768 (direct)
WaveMark Solutions(wholly owned by Motorola)   781-270-0193 (fax)


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