analogdevicesinc / MathWorks_tools

Scripts and tools created by ADI to be used with MATLAB and Simulink with ADI products
Other
74 stars 142 forks source link

Installer savepath fails on linux #6

Closed tfcollins closed 5 years ago

tfcollins commented 7 years ago

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.

tfcollins commented 7 years ago

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.

tfcollins commented 5 years ago

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