07-01-2022 03:55 AM
I wanted to build a simulink model for a linux rt (PXIe 8840) with Matlab 2018b. I installed Matlab 2018b, compiler MinGW64 6.3 and VeriStand 2020 R4 with the model framework.
Model configurtation:
But if I try to build the model I get the error:
07-01-2022 09:30 AM
I was just building a model in VeriStand 2019 and Simulink 2019b, and found that if my model was too deep in the windows directory structure it will not build. Try moving close to the root. Don't know if that is your problem but thought I would put it out there.
07-05-2022 04:39 AM
Thanks, but that did not help.
07-05-2022 09:15 AM - edited 07-05-2022 09:18 AM
### Build procedure for model: 'Test_Linux' aborted due to an error. Unable to write file E:****\Test_Linux\tmwinternal\binfo.mat: permission denied.
The error states that write permission is denied, so possibly an admin rights issue, are you logged in as admin and are you running matlab and your compiler as admin?
Any reason for using matlab? If you're proficient in LabView you might have an easier time creating your models that way instead. I say might, WILL have an easier time
07-05-2022 11:14 PM
I have admin rights. If i build the modell in Matlab 2015a for linux, it works.
And there is no binfo.mat file in the directory.
I use Matlab because I asked NI what model would run faster, and they say that Matlab models run faster. And it would be to much work to recreate it inb LabVIEW.