analogdevicesinc / MathWorks_tools

Scripts and tools created by ADI to be used with MATLAB and Simulink with ADI products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installer savepath fails on linux

tfcollins opened this issue · comments

vendorInstall function wants to write additional paths to the MATLAB path and save them for future restarts.

This can only be done if there is a non-standard path file or '/usr/local/MATLAB//toolbox/local/pathdef.m' is writable.

Tested on R2017a and Ubuntu 16.04

We need to provide a better error here as well.

Not super important at the moment since "Embedded Coder Support Package for Xilinx Zynq-7000 Platform" doesn't support linux yet.

Maybe we should support HDL coder support without Embedded coder, which is a reasonable workflow.

We don't use the old installer anymore. So this isn't a problem anymore.