Hi, I tried to control the GPIOs of Raspberry Pi 2 model B using Octave according with this link:
$ wget http://www.open.com.au/mikem/bcm2835/bcm2835-1.16.tar.gz
$ tar xzvf bcm2835-1.16.tar.gz
$ cd bcm2835-1.16/
$ ./configure
$ make
$ sudo make install
$ make
Then open the Octave and just type
octave:1> test_bcm2835oct
This should work, but an error message appears saying that the "test_bcm2835oct" wasn't found, but we are quite sure that everything was installed.
Does someone have an idea of what we are doing wrong? It's our first week working with the Pi and we are out of ideas.