This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Re: problem with __mulsi3 and __divsi3 __umodsi3 operators


>>>>> "Suet" == Suet Fei Li <suetfei@bwrc.eecs.berkeley.edu> writes:

Suet> ...  -------- Seems like it has problem finding arithmatic
Suet> operators like: \, % and multiply etc.

Suet> Does anyone have any insight on this?  I am totally lost. Any
Suet> help will be great.

Those functions should be defined in libgcc.a which should appear in
the linker file like this:

GROUP(libtarget.a libgcc.a)

Jesper

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