Hi, I trying to install OpenCPI using the installation instructions at
https://opencpi.gitlab.io/releases/v1.6.0/docs/OpenCPI_Installation.pdf
git clone https://gitlab.com/opencpi/opencpi.git
cd opencpi
git branch
Is on develop, not master as in instruction.
./scripts/install-opencpi.sh
./scripts/install-opencpi.sh: line 32:
/home/stanley/git/opencpi/cdk/scripts/ocpibootstrap.sh: No such file or
directory
cdk is a link to exports which is empty.
I have also tried a tag as per instruction
git checkout v1.6.2
which results in a detached head.
Where am I going wrong please?
Thx, Stanley
I just did the same thing, with success.
Did you have any OpenCPI environment settings in that shell from a
previous installation?
I.e. before typing ./scripts/install-opencpi.sh, do "env | grep OCPI",
which should have nothing.
On 5/27/20 9:34 AM, Stanley Sheeva wrote:
Hi, I trying to install OpenCPI using the installation instructions at
https://opencpi.gitlab.io/releases/v1.6.0/docs/OpenCPI_Installation.pdf
git clone https://gitlab.com/opencpi/opencpi.git
cd opencpi
git branch
Is on develop, not master as in instruction.
./scripts/install-opencpi.sh
./scripts/install-opencpi.sh: line 32:
/home/stanley/git/opencpi/cdk/scripts/ocpibootstrap.sh: No such file or
directory
cdk is a link to exports which is empty.
I have also tried a tag as per instruction
git checkout v1.6.2
which results in a detached head.
Where am I going wrong please?
Thx, Stanley