[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] [PATCH] FreeMiNT for ColdFire



nice one

2011/11/27 Vincent Rivière <vincent.riviere@freesbee.fr>:
> Here is the ColdFire patch for inet4.xdd.
>
> This one was tricky, because the checksums are calculated on 16-bit while
> the ColdFire can only manipulate 32-bit values.
>
> I have successfully tested this ColdFire inet4.xdd on the FireBee thank's to
> m0n0's FEC driver :-)
>
> Alan, please commit!
>
> After that, one can build the ColdFire inet4.xdd with:
> export M68K_ATARI_MINT_CROSS=yes
> cd ~/sources/freemint.work/sys/sockets
> (cd inet4 && make libinet4.a CPU=v4e) && make inet4.xdd CPU=v4e &&
> m68k-atari-mint-strip inet4.xdd
>
> --
> Vincent Rivière
>