Difference between revisions of "Fsl"

From Linuxintro
imported>ThorstenStaerk
(Created page with " # ls fsl-4.1.9-sources.tar.gz fsl_installer.sh suse:/home/gosia/src # bash fsl_installer.sh FSL install script ================== Looking for FSL tarball in the current direc...")
 
imported>ThorstenStaerk
Line 1: Line 1:
# ls
+
<pre>
 +
# ls
 
fsl-4.1.9-sources.tar.gz  fsl_installer.sh
 
fsl-4.1.9-sources.tar.gz  fsl_installer.sh
 
suse:/home/gosia/src # bash fsl_installer.sh  
 
suse:/home/gosia/src # bash fsl_installer.sh  
Line 16: Line 17:
 
Checking OS release ...
 
Checking OS release ...
 
[Failed] This is Linux and you have provided a non-Linux build of FSL!
 
[Failed] This is Linux and you have provided a non-Linux build of FSL!
 +
</pre>
 +
Next try
 +
<pre>
 +
tar xvzf fsl-4.1.9-sources.tar.gz
 +
./build 
 +
cat build.log
 +
qbootOptions.h:77:27: fatal error: utils/options.h: No such file or directory
 +
</pre>

Revision as of 20:21, 5 February 2012

# ls
fsl-4.1.9-sources.tar.gz  fsl_installer.sh
suse:/home/gosia/src # bash fsl_installer.sh 
FSL install script
==================

Looking for FSL tarball in the current directory...
***************************************************************
No FSL tarball specified, assuming you want me to install 
/home/gosia/src/fsl-4.1.9-sources.tar.gz 
from the current directory.
***************************************************************

Where would you like to install FSL to? [/usr/local] 

Checking OS release ...
[Failed] This is Linux and you have provided a non-Linux build of FSL!

Next try

tar xvzf fsl-4.1.9-sources.tar.gz 
./build  
cat build.log 
qbootOptions.h:77:27: fatal error: utils/options.h: No such file or directory