ADLINK-IST/opensplice

Problems installing Opensplice in raspberry pi 4

Opened this issue · 1 comments

We have previously used versions of Opensplice Community in Windows and in a virtual machine of ubuntu on windows, always without problems.
However, I have been trying for several days to install Opensplice on a raspberry pi 4 without success, I cannot even execute the examples. I describe below the steps I have taken:

1- Install "ubuntu-18.04.4" for raspberry
2- Download Opensplice armv7l. This last time I downloaded exactly the "PXXX-VortexOpenSplice-6.9.181018OSS-HDE-armv7l.linux-release-installer.tar.gz" version
3- cd /home/ubuntu
4- tar xvf PXXX-VortexOpenSplice-6.9.181018OSS-HDE-armv7l.linux-release-installer.tar.gz
5- cd HDE/armv7l.linux
6- Modify OSPL_HOME variable for the location path of release.com
7- source release.com
8- cd examples/dcps/HelloWorld
9- make
10- Always receive the same error:

make[1]: Entering directory '/home/ubuntu/HDE/armv7l.linux/examples/dcps/HelloWorld/c/standalone'
"../../../../../bin/idlpp" -I "../../../../../etc/idl" -l c ../../idl/HelloWorldData.idl
/bin/sh: 1: ../../../../../bin/idlpp: not found
Makefile.sac_helloworld_types:72: recipe for target 'HelloWorldDataSacDcps.c' failed
make[1]: *** [HelloWorldDataSacDcps.c] Error 127
make[1]: Leaving directory '/home/ubuntu/HDE/armv7l.linux/examples/dcps/HelloWorld/c/standalone'
Makefile:32: recipe for target 'sac_helloworld_types' failed
make: *** [sac_helloworld_types] Error 2

Can you help me?

Best regards

Fernando

Dear Fernando,

It looks like your the environment variables present in release.com are not being set properly, please check your set OSPL_HOME path first and then run source release.com. As the environment variables are not set, make commands is not able to resolve the given path in makefile hence gives errors.