CST and srktool source code

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CST and srktool source code

1,847 Views
tsung-chihwang
Contributor III

Hi,

Is it possible to provide source of CST and srktool to us?

BR,

carter

Labels (1)
Tags (2)
2 Replies

1,360 Views
jérômepouiller
Contributor III

Hi Carter,

A part of cst sources is available in code/back_end/src subdirectory. Freescale also provide intermediate object files issued from compilation in linuxXX/libs in form of two static libraries.

I suggest first to extract object files:

ar x libfrontend.aar x libbackend.a

You can compile your versions of openssl_helper.o pkey.o adapt_layer_openssl.o ssl_wrapper.o using sources provided in code/. And finally you re-link cst with

gcc *.o -lssl -ldl -lcrypto -ldl -pthread -static -o cst

Notice, you need OpenSSL1.0 installed:

sudo apt-get install libssl1.0-dev

Unfortunately, I didn't find any source for srktool.

0 Kudos

1,360 Views
igorpadykov
NXP Employee
NXP Employee

Hi Carter

I am afraid sources of these tools are not publicly available.

If you have special task for that one can apply to

NXP Professional Services|NXP 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------