@SUMA_Make_Spec_FS Error

Here’s the error I keep getting. I have disable SIP and mris_convert runs on it’s own, it just fails here. Any suggestions?

@SUMA_Make_Spec_FS -sid O659
++ Running @SUMA_Make_Spec_FS version: 2.1
** apparent failure to run mris_convert
mris_convert --help starts with:

dyld: lazy symbol binding failed: Symbol not found: ___emutls_get_address
Referenced from: /Applications/freesurfer/bin/…/lib/gcc/lib/libgomp.1.dylib
Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ___emutls_get_address
Referenced from: /Applications/freesurfer/bin/…/lib/gcc/lib/libgomp.1.dylib
Expected in: /usr/lib/libSystem.B.dylib

Abort


** if this requires SetUpFreeSurfer.csh, consider option:
-fs_setup

1 program(s) not found
program failure: exiting…

Hello,

Start with the printed suggestion: add “-fs_setup” to the command.

Also, it is preferable to include the -NIFTI option, try adding both.

  • rick

I completely missed that as a suggestion/option, thanks!