I am having a really bad time trying to sort out this problem with a NASM program that I’m currently writing.
Here is a snippet of what I am attempting to do:
$ nasm -fmacho64 main.asm && ld main.o && ./a.out
ld: Missing -platform_version option
New contributor
user25049277 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.