Vitis Model Composer 2023.2 出现问题!当我想打开 Model Composer Hub 组件时,MATLAB R2021b 崩溃

Vitis Model Composer 2023.2 出现问题!当我想打开 Model Composer Hub 组件时,MATLAB R2021b 崩溃

我是 Ubuntu 和 AMD Vitis 的新用户!我的操作系统是 Ubuntu 22.04.3 LTS,我的系统显卡是 Mesa Intel® UHD Graphics 630 (CFL GT2)。最近我安装了 AMD Vitis 2023.2 和 Matlab R2021b,我还检查了版本兼容性,看来它们是兼容的。我检查了这个GitHub 存储库我刚想开始使用模型编辑器,但设置完成后,它就卡在 HDL 代码生成步骤中。所以我被迫关闭 Matlab 窗口。之后每次我尝试打开模型编辑器中心设置窗口时,都会遇到此错误:不支持此类型的变量的点索引。在 Matlab 命令窗口中,错误线程如下所示:

MathWorks::System::IUserException in WebControllerFactory::create(): [Error using matlab.internal.cef.webwindow (line 396)
MATLABWindow application failed to launch. Unable to launch the MATLABWindow application. The exit code was: 127
Error in matlab.internal.webwindow/createImplementation (line 313)
   implObj = matlab.internal.cef.webwindow(varargin{:});
Error in matlab.internal.webwindow (line 161)
   obj.impl = obj.createImplementation(varargin{:}); 
Error in matlab.ui.internal.controller.platformhost.CEFFigurePlatformHost/createView (line 65)
   this.CEF = matlab.internal.webwindow(peerModelInfo.URL, peerModelInfo.DebugPort, 
   position);
Error in matlab.ui.internal.controller.FigureController/createView (line 451)
   this.PlatformHost.createView(this.PeerModelInfo, pos, title, visible, resizable, 
   windowState, windowStyle);
Error in matlab.ui.internal.componentframework.WebComponentController/add (line 78)
   obj.createView( parentController, parentView, pvPairs );
Error in matlab.ui.internal.controller.WebCanvasContainerController/add (line 43)
   [email protected]( this, webComponent, 
   parentController );
Error in matlab.ui.internal.componentframework.WebControllerFactory/create (line 94)
   component.createController( parentController, [] );
Error in vmcHub/createProgressBar
Error in vmcHub/createComponents
Error in vmcHub
Error in vmcHubCallback]

正如您在附图中看到的:

MATLAB 命令窗口错误

点索引错误

根据我在不同论坛上的研究,我尝试MATLABWindow从该目录启动时~/MATLAB/R2021b/bin/glnxa64出现了以下错误:

 [0212/032751.828388:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.

由于启动 MATLABWindow 而导致的终端错误

现在我只想问有谁可以帮助我。

答案1

Vitis 2023.2 仅受 Ubuntu 24.04.2 及以下版本支持(阅读 UG973),即使这看起来很傻,你也必须坚持使用。Xilinx(现为 AMD)软件对此非常挑剔。 在此处输入图片描述

相关内容