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

See the CrossGCC FAQ for lots more infromation.


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

Re: H8S


>Does anybody know what the expressions
>
>'_divsi3' and '_mulsi3' mean?

They are support routines used by the C compiler; they can be found in 
libgcc.a.

>If I want to link the program, the linker give me the following message:
>
>undefined reference to '_divsi3' in Function [a.o].

You are probably trying to use `ld' directly to link.  Use `gcc' instead and 
all should be well.

p.



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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