
30 Mar
2008
30 Mar
'08
10:28 p.m.
On Wednesday 26 March 2008, Wolfgang Denk wrote:
In message 200803261049.47563.vapier@gentoo.org you wrote:
i'll have to double check the endian (istr it being broken), but bitness is most definitely broken. this issue was posted over a year and a half ago.
tools/envcrc.c does sizeof(unsigned long) using the host compiler. if the host is 64bit, that is "8". if the target is 32bit, that is "4". not going to work.
Agreed, that is indeed a problem. Please submit a patch :-)
posted
But there should be no endianess issues.
next time i see troubles on my ppc->blackfin, i'll investigate -mike