SPM12 problem in macOS
조회 수: 114 (최근 30일)
이전 댓글 표시
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
답변 (2개)
Animesh
2024년 9월 21일
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
Yinchen Song
2024년 11월 20일 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
참고 항목
카테고리
Help Center 및 File Exchange에서 Install Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!