I run this bash script after sudo chmod +x ./pulpino_bash_script.sh.
Then I run my cmake file with ./cmake_configure.zeroriscy.gcc.sh. After this step I got error as following: ./cmake_configure.zeroriscy.gcc.sh: line 40: cmake: command not found
I checked the cmake version to see if the cmake command valid in the directory with: cmake --version
Then I got this message: Command 'cmake' not found, but can be installed with: sudo apt install cmake
I have created necessary bash script in the build file where I will run cmake file as following:
I run this bash script after
sudo chmod +x ./pulpino_bash_script.sh
.Then I run my cmake file with
./cmake_configure.zeroriscy.gcc.sh
. After this step I got error as following: ./cmake_configure.zeroriscy.gcc.sh: line 40: cmake: command not foundI checked the cmake version to see if the cmake command valid in the directory with: cmake --version
Then I got this message: Command 'cmake' not found, but can be installed with: sudo apt install cmake
It seems like exporting the path did not work??