SPM12 problem in macOS
114 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I'm using macOS Sequoia 15 (M1 chip). I'm trying to run SPM12 in my matlab 2023b, but I get the following error:
"Error using spm_check_installation>check_basic
SPM uses a number of MEX files, which are compiled functions.
These need to be compiled for the various platforms on which SPM
is run. It seems that the compiled files for your computer platform
are missing or not compatible. See
https://en.wikibooks.org/wiki/SPM/Installation_on_64bit_Mac_OS_(Intel)
for information about how to compile MEX files for MACA64
in MATLAB 23.2.0.2668659 (R2023b) Update 9."
I already tried the instructions in here "https://en.wikibooks.org/wiki/SPM/Installation_on_64bit_Mac_OS_(Intel)" and here "https://www.fil.ion.ucl.ac.uk/spm/docs/development/compilation/macos/" but nothing is working. I also downloaded/installed the Xcode.
For the "make distclean", it constantly says "Unknowm platform arm64" eventhough I edited the platform from the "nano Makefile.var" page. Can you please help me with this? Please note that I'm just beginning to learn matlab, so I need step by step instructions. Thanks in advance!
0 comentarios
Respuestas (2)
Animesh
el 21 de Sept. de 2024
Try running the following command in the terminal:
sudo spctl --master-disable
You can refer to the documentation below for more details on the command:
Additionally, the following MATLAB Answers discuss a similar problem and might be helpful:
0 comentarios
Yinchen Song
el 20 de Nov. de 2024 a las 11:47
I have the same issues with using Matlab for apple silicon. Once I switched it to the one for macos with Intel processor, the spm worked.
0 comentarios
Ver también
Categorías
Más información sobre Install Products en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!