Hello Peng Ma,
Thanks.
In my system also below build error occurred,
arm-none-eabi-gcc: error trying to exec 'cc1': execvp: No such file or directory
now ityis resolved.
This error occurred After installing the S32 Design studio in Ubuntu 16.04 Linux, faced the below build error
This error also resolved by
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
sudo apt-get install libgtk2.0-0:i386
sudo apt-get install libxtst6:i386
sudo apt-get install gcc-multilib g++-multilib