Okay, I was able to link using '-flat_namespace -undefined suppress' linker flags.

Next issue:

[durandal:~/Documents/ucme2002/crypto50] jg% ./cryptest.exe v
Using seed: 1033670077


Testing Settings...


FAILED: Your machine is big endian.
passed: sizeof(byte) == 1
passed: sizeof(word16) == 2
passed: sizeof(word32) == 4
passed: sizeof(word64) == 8
passed: sizeof(word) == 4, sizeof(dword) == 8
FAILED: HIGH_WORD() and LOW_WORD() macros
Some critical setting in config.h is in error. Please fix it and recompile.
Abort


Shouldn't config.h automatically recognize my machine to be big endian?

JG



Reply via email to