Re: TR : cross-compile cryptlib 3.4.0 with arm-linux-gcc
Peter Gutmann <[email protected]>
| Newsgroups | gmane.comp.encryption.cryptlib |
|---|---|
| Message-ID | <[email protected]> |
yuqm <[email protected]> writes: >3.According to the errors,I found "uint_64t" and defined it.Then error:,(: >http://old.nabble.com/file/p31663537/forth.gif If the version of gcc you're using doesn't do this then you need to add the necessary defines to make it look like a Linux environment, e.g. __linux__ and whatever else is needed... the code configures itself based on what the compiler tells it, in this case it's not providing anything useful, which is why the #error directives are saying that it doesn't know what to do. Peter. _______________________________________________ Cryptlib mailing list [email protected] via Mail: [email protected] Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/ http://news.gmane.org/gmane.comp.encryption.cryptlib Posts from non-subscribed addresses are blocked to prevent spam, please subscribe in order to post messages.