Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| vcae-lubuntu-18.04 [2020/03/22 20:11] – Adapted to dual machine beckmanf | vcae-lubuntu-18.04 [2020/03/22 23:20] (current) – CXXABI_1.3.9 problem beckmanf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Install Quartus 18.1 on Lubuntu 18.04 LTS ===== | + | ===== Install Quartus 18.1 and Matlab |
| - | This description assumes that version 13.0sp1 is already installed. | + | This description assumes that version 13.0sp1 is already installed |
| ==== Download ==== | ==== Download ==== | ||
| Line 27: | Line 27: | ||
| Check that you have | Check that you have | ||
| - | * [[http:// | + | * [[http:// |
| and copy the library to the 18.1 directory | and copy the library to the 18.1 directory | ||
| Line 49: | Line 49: | ||
| and [[http:// | and [[http:// | ||
| + | |||
| + | === libstdc++ CXXABI_1.3.9 problem === | ||
| + | |||
| + | The following problem | ||
| + | |||
| + | < | ||
| + | / | ||
| + | Failed to load module: / | ||
| + | </ | ||
| + | |||
| + | is due to different libstdc++ versions which have different ABI versions. If you delete | ||
| + | |||
| + | < | ||
| + | rm / | ||
| + | </ | ||
| + | |||
| + | then quartus will find the default libstdc++ in / | ||
| ==== Create a version switcher for the PATH variable ==== | ==== Create a version switcher for the PATH variable ==== | ||
| Line 60: | Line 77: | ||
| You need to open a new bash to make the changes active. Then you can switch between the versions by running v18 or v13. | You need to open a new bash to make the changes active. Then you can switch between the versions by running v18 or v13. | ||
| + | |||
| + | ===== Matlab ===== | ||
| + | |||
| + | ==== License and Activation ==== | ||
| + | |||
| + | Students of Hochschule Augsburg can have a [[https:// | ||
| + | |||
| + | ==== Download ==== | ||
| + | |||
| + | Download Matlab version R2018b from https:// | ||
| + | |||
| + | ==== Install ==== | ||
| + | |||
| + | < | ||
| + | cd | ||
| + | cd cae | ||
| + | mkdir matlab | ||
| + | mv ../ | ||
| + | cd matlab | ||
| + | unzip matlab_R2018b_glnxa64.zip | ||
| + | sudo mkdir /opt/matlab | ||
| + | sudo chown caeuser: | ||
| + | ./install | ||
| + | </ | ||
| + | |||
| + | During the installation process you have to login to Mathworks and activate the license. Choose as installation directory: | ||
| + | |||
| + | < | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | Select the following matlab toolboxes | ||
| + | |||
| + | * MATLAB 9.5 | ||
| + | * Simulink 9.2 | ||
| + | * DSP System Toolbox | ||
| + | * Filter Design HDL Coder | ||
| + | * Fixed-Point Designer | ||
| + | * HDL Coder | ||
| + | * MATLAB Coder | ||
| + | * Signal Processing Toolbox | ||
| + | |||
| + | === PATH === | ||
| + | |||
| + | |||