Porting same C/C++ compiler (and linker) on another PC

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

Porting same C/C++ compiler (and linker) on another PC

1,376件の閲覧回数
Salva
Contributor II

Hi, I've this problem: can I use the SAME compiler/linker on two different PC  ? (of course I mean to have exactly the same compiler/linker/SDK to generate exactly the same binary executable).

Thanks

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

1,254件の閲覧回数
jorge_a_vazquez
NXP Employee
NXP Employee

Hi Salvatore Stefano 

KDS and KSDK is a free, open-source software, so it does not have licensing problems and it can be installed in different PC with supported OS. What do you mean by SAME compiler/linker on two different PC  ? Do you mean like installing and running KDS on the cloud?

Best Regards

Jorge Alcala

0 件の賞賛
返信

1,254件の閲覧回数
Salva
Contributor II

@Hi Jorge thanks for your answer. I mean to have exactly the same compiler/linker/SDK to generate exactly the same binary executable.

Kind regards

Salvatore Di Stefano

0 件の賞賛
返信

1,254件の閲覧回数
MarekTrmac
NXP Employee
NXP Employee

Hi Salvatore Di Stefano,

ARM GCC compiler is included in the KDS installation. It is recommended to remove any previous installation of ARM GCC from your PC before you install KDS.

If you install same version of the KDS on two machines, compiler and linker will be same.

I did not test, if the output is exactly same. May be there are some timestamps, that might be different?

SDK is not included in the KDS, so it is fully under your control, what version will be used.

Regards

Marek

0 件の賞賛
返信