Compiling Cryptlib for VxWorks

David Pierre <[email protected]> Mon, 25 Feb 2013 09:15:26 -0800 (PST)
Newsgroups gmane.comp.encryption.cryptlib
Message-ID <[email protected]>
Hi,

I'm trying to compile cryptlib for VxWorks 6.2, and i have some trouble. I'm
compiling on Windows XP (I have coded my testing files under VS), and now
everything works fine on Windows, I want to try my test on our main target.
I downloaded and installed cygwin to accomplish compilation, and according
to the manual, i first unzip the cryptlib package (cl342.zip) with a -a
option.

First, I tried "make -B" (to try a linux compilation), and got some errors.
I go through each, since I got no error and a compiled library. I assume
this version doesn't work on VxWorks because I don't specify it in any
option.

According to the manual, I tried this time to do a "make
target-vxworks-arm". But i got this error :

make libcl.a OBJPATH=./static-obj/ CROSSCOMPILE=1 OSNAME=VxWorks
CC=arm-elf-gcc CFLAGS="-c -DNDEBUG -I. \
        -DCONFIG_DATA_LITTLEENDIAN -D__VXWORKS__ -O3 \
        `./tools/ccopts-crosscompile.sh cc`"
make[1] : go in directory « /cygdrive/d/Dev/cl342 »
make[1]: ***  No rule to make the target « random/vxworks.c », needed by «
static-obj/vxworks.o ». Stop.

What did I make wrong ? Should I modify parts of the makefile to get the
library ?


-- 
View this message in context: http://old.nabble.com/Compiling-Cryptlib-for-VxWorks-tp35063486p35063486.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.