Im trying to setup jenkins slave.
I’m trying to automate the build using docker container. How do I install s32 power architecture using command line ? Kindly let me know.
Whenever I try to install ./S32DS_Power_Linux_v1.2_b170613.bin -i silent <<< This is giving be the following error.
2018-04-06 01:17:31 (18.8 MB/s) - 'S32DS_Power_Linux_v1.2_b170613.bin' saved [668601180/668601180]
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
=======================================================
Installer User Interface Mode Not Supported
The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.
=======================================================
I was reading GNU tools document. It says install all these libraries for Ubuntu 16.
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1