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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,395 次查看
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,273 次查看
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,273 次查看
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,273 次查看
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 项奖励
回复