Dears,
now a S32DS for ARM 2018 R1 is installed on a server, the server with a linux server OS without any GUI, so is it possible to operate the S32DS completely by command line? cause no GUI ,so I cannot operate it just by clicking here and there.
Solved! Go to Solution.
Hi,
yes, that's correct. S32DS requires Window manager for installation - it can't be done from console only.
The solution can be to use standalone gcc for ARM and write your own makefile for your project.
Hello,
Yes, command line is supported. Please see this article:
HOWTO: S32 Design Studio Command Line Interface
Best Regards,
Mike
Hi Mike,
I look what you mentioned, but I found that that is on the condition that the Eclipse was installed correctly ,but now our real situation is that we want to do all the operation on the linux server OS, that means even the Eclipse cannot be installed , that is right? so the following operation you mention all cannot be done, that is right? so in a word , there is no way to operate S32DS all by command line on Linux Server, that is right?
Hi,
yes, that's correct. S32DS requires Window manager for installation - it can't be done from console only.
The solution can be to use standalone gcc for ARM and write your own makefile for your project.
got it ,thx~