Skip to content

MATLAB_Support_for_MinGW-w64_C/C++/Fortran_Compiler not supported on the specified platforms #150

@MariusBL119

Description

@MariusBL119

I am attempting to build a custom Matlab (R2024b) Docker image which includes MATLAB_Support_for_MinGW-w64_C/C++/Fortran_Compiler. The following error gets thrown:

#11 31.78 Installing with the following parameters:
#11 31.78 --destination=/opt/matlab/R2024b
#11 31.78 --release=R2024b
#11 31.78 --products=MATLAB, Simulink, Simscape, MATLAB_Support_for_MinGW-w64_C/C++/Fortran_Compiler
#11 31.78 ---------------------------------------------
#11 56.85 Error: The following products are not supported on the specified platforms:
#11 56.85 MATLAB_Support_for_MinGW-w64_C/C++/Fortran_Compiler
#11 57.96 MPM Installation Failure. See below for more information:
#11 57.97 (Aug 20, 2025 09:44:24) Starting download of product meta data
#11 57.97 (Aug 20, 2025 09:44:26) Finished downloading product meta data
#11 57.97 (Aug 20, 2025 09:44:29) Starting to retrieve support package metadata
#11 57.97 (Aug 20, 2025 09:44:49) Finished retrieving support package metadata
#11 ERROR: process "/bin/sh -c wget https://www.mathworks.com/mpm/glnxa64/mpm && chmod +x mpm && sudo HOME=${HOME} ./mpm install --release=${MATLAB_RELEASE} --destination=${MATLAB_INSTALL_LOCATION} --products ${MATLAB_PRODUCT_LIST} || (echo "MPM Installation Failure. See below for more information:" && cat /tmp/mathworks_root.log && false) && sudo rm -rf mpm /tmp/mathworks_root.log && sudo ln -s ${MATLAB_INSTALL_LOCATION}/bin/matlab /usr/local/bin/matlab" did not complete successfully: exit code: 1


My local Maltab R2024b has the MATLAB Support for MinGW-w64 package installed and works fine. Hence, I'm unsure why Docker has troubles generating the image. Are there any dependencies for this compiler package to be installed with Docker?

Thanks,
Marius

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions