Re: [reSIProcate] Authentication failed
Can you post the output of the following command using the compiler
that generates the code for your target boards / hosts.
gcc -E -dM - < /dev/null
That should work on a Unix / Linux box or even in cygwin. The -dM
should tell us all the predefined symbols (preprocessor) that we can
troll through to extend the endian dependent detection in vmd5.?xx.
That way you won't have to manually specify the endianess. I think it
might be worth having the configure phase do this, but then you get
into the target vs compile host problem.
Thanks
Alan
On 9-Oct-07, at 20:08 , Sean wrote:
A good news,
just now I defined _BIG_ENDIAN in vmd5.cxx,
and it works, the authentication is successful,
BTW, I'm using Toshiba 4939 as the platform,
it's 64-bit Big-endian.
Thanks a lot and best regards,
Sean.
Alan Hawrylyshen
a l a n a t p o l y p h a s e d o t c a