0
Error while installing ocatave interface toolbox, required for DSP toolbox

while executing the loader.sce of ocatve interface toolbox it is giving the following error "-->exec loader.sce -->// This file is released under the 3-clause BSD license. See COPYING-BSD. -->// Generated by builder.sce: Please, do not edit this file -->try --> getversion("scilab"); -->catch --> error("Scilab 5.0 or more is required."); -->end; -->exec(get_absolute_file_path("loader.sce")+"etc/"+"FOSSEE_Scilab_Octave_Interface_Toolbox.start"); Start FOSSEE Scilab-Octave Interface Toolbox Load macros Load gateways link(lib_path + "/libcholmod.so"); !--error 236 link: The shared archive was not loaded: /home/til-05/Work/scilab-5.5.2/lib/thirdparty/redist/libgfortran.so.3: version `GFORTRAN_1.4' not found (required by /usr/lib/liblapack.so.3) at line 45 of exec file called by : ab_Octave_Interface_Toolbox.start") at line 10 of exec file called by : exec loader.sce "


Scilab Toolbox Signal Processing Toolbox 17-03-18, 12:51 p.m. iakashp
0
Which OS and Scilab version are you running it on? How did you install Scilab?
17-03-18, 4:39 p.m. shamika
Ubuntu 16.04, i am using scilab 5.5.2, installed it using [sudo apt-get install scilab]

18-03-18, 1:23 p.m. iakashp
This toolbox only works for Ubuntu 14.04 as clearly stated on the Scilab website.

18-03-18, 4:27 p.m. shamika
Thank you, I have switched to 14.04 and Octave toolbox is working fine. But the problem persists while installing DSP toolbox, the error while trying to execute demo program is:

"-->exec demo.sce
 
-->//Example taken from https://in.mathworks.com/help/signal/examples/dft-estimation-with-the-goertzel-algorithm.html
 
-->//DFT Estimation with the Goertzel Algorithm
 
-->cd /home/fossee/Desktop/FOSSEE_Scilab_Octave_Interface_Toolbox
cd /home/fossee/Desktop/FOSSEE_Scilab_Octave_Interface_Toolbox
 !--error 998
cd: Cannot go to directory /home/fossee/Desktop/FOSSEE_Scilab_Octave_Interface_Toolbox
at line       3 of exec file called by :   
exec demo.sce
"


18-03-18, 8:01 p.m. iakashp
problem solved, directory was defined wrong. Thank you for your response!

18-03-18, 8:07 p.m. iakashp

Login to add comment


Log-in to answer to this question.