In message <[EMAIL PROTECTED]> you wrote:
>
> On Monday 31 March 2008, Mike Frysinger wrote:
> > The envcrc.c does sizeof(unsigned long) when calculating the crc, but this
> > is done with the build toolchain instead of the target toolchain, so if the
> > build is a 64bit system but the target is
On 11:02 Mon 31 Mar , Mike Frysinger wrote:
> The envcrc.c does sizeof(unsigned long) when calculating the crc, but this is
> done with the build toolchain instead of the target toolchain, so if the build
> is a 64bit system but the target is 32bits, the size will obviously be wrong.
> This co
On Monday 31 March 2008, Mike Frysinger wrote:
> The envcrc.c does sizeof(unsigned long) when calculating the crc, but this
> is done with the build toolchain instead of the target toolchain, so if the
> build is a 64bit system but the target is 32bits, the size will obviously
> be wrong. This conv
The envcrc.c does sizeof(unsigned long) when calculating the crc, but this is
done with the build toolchain instead of the target toolchain, so if the build
is a 64bit system but the target is 32bits, the size will obviously be wrong.
This converts all unsigned long stuff related to crc32 to uint3