Re: TR : cross-compile cryptlib 3.4.0 with arm-linux-gcc
yuqm <[email protected]>
| Newsgroups | gmane.comp.encryption.cryptlib |
|---|---|
| Message-ID | <[email protected]> |
1.I installed arm-elf-gcc and try "make target-uclinux".Here is the error: http://old.nabble.com/file/p31663537/first.gif http://old.nabble.com/file/p31663537/second.gif 2.Then I tried changing the makefile.Here is the changed part: /******************************/ target-android: @make directories make $(XDEFINES) OSNAME=Linux CC=arm-linux-gcc CFLAGS="$(CFLAGS) \ -DCONFIG_DATA_LITTLEENDIAN -DCONFIG_CONSERVE_MEMORY \ -fomit-frame-pointer -O3 `./tools/ccopts-crosscompile.sh $(CC)`" /******************************/ And it also shows errors. http://old.nabble.com/file/p31663537/third.gif 3.According to the errors,I found "uint_64t" and defined it.Then error:,(: http://old.nabble.com/file/p31663537/forth.gif I have no idea at all.Help me please. yuqm Ludo Brands wrote: > > Replied by accident to sender directly. > > You specified the compiler but not the target architecture. The target > architecture is the ubuntu one (arch=pentiumpro). > The closest target I can find for android on ARM in the makefile is > target-uclinux. Try "make target-uclinux". > > Ludo > > -- View this message in context: http://old.nabble.com/TR-%3A---cross-compile-cryptlib-3.4.0-with-arm-linux-gcc-tp31657458p31663537.html Sent from the Cryptlib mailing list archive at Nabble.com. _______________________________________________ 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.