Ok, I'll make HW mult code for 64 bits a bit later.
As for now pull new libgcc.S from CVS and recompile gcc.

Or just extract muldi3 code from there.

~d

On Thursday 30 January 2003 18:49, Oleg Skydan wrote:
> Hello All,
>
> I am in a BIG trouble. The following program works only for MCU's without
> HW multiplyer.
>
> long long a,b,c;
>
> int main(void)
> {
> a=b*c;
> }
>
>
> And here is the GCC output:
>
> C:\DOCUME~2\Oleg\LOCALS~1\Temp/ccYlbaaa.o: In function `main':
> C:\DOCUME~2\Oleg\LOCALS~1\Temp/ccYlbaaa.o(.text+0x26): undefined reference
> to `__muldi3'
>
> I use the latest win32 available (with update).
>
> Also, I (and I think many other MSPGCC users) will be thankful for someone
> to compile new
> win32 MSPGCC build.
>
> All the best !
> Oleg.
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users

-- 
/********************************************************************
     ("`-''-/").___..--''"`-._     (\   Dimmy the Wild      UA1ACZ
      `6_ 6  )   `-.  (     ).`-.__.`)  Enterprise Information Sys 
      (_Y_.)'  ._   )  `._ `. ``-..-'   Nevsky prospekt,   20 / 44
    _..`--'_..-_/  /--'_.' ,'           Saint Petersburg,   Russia
   (il),-''  (li),'  ((!.-'             +7 (812)  3468202, 5585314
 ********************************************************************/


Reply via email to