This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to generate the LIBGCC.A for mc68000
>> Here is the list of unreferenced functions :
>> __udivsi3
>> __umodsi3
>> __divsi3
>> __modsi3
>> __mulsi3
>
>I don't know why it didn't work for you, but I can tell you what you
>need.
He build a --target=m68k-linux configured compiler which is configured
for a 68k that has an MMU (m68020+), so it doesn't supply a libgcc.a
that has those functions since the chip has direct support for those
instruction patterns.
What he really wants is a --target=m68k-uclinux compiler.
I've pointed him at the uClinux website where he might find everything
he needs tput together a working system....
--
Peter Barada
peter@the-baradas.com