CST and srktool source code

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

CST and srktool source code

2,253件の閲覧回数
tsung-chihwang
Contributor III

Hi,

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

BR,

carter

ラベル(1)
タグ(2)
2 返答(返信)

1,766件の閲覧回数
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 件の賞賛
返信

1,766件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------