79626768

Date: 2025-05-17 16:49:19
Score: 0.5
Natty:
Report link

ld hello.o -o hello -l System -syslibroot 'xcrun -sdk macosx --show-sdk-path' -e _main -arch arm64

try change 
'xcrun -sdk macosx --show-sdk-path' 
to 
 `xcrun -sdk macosx --show-sdk-path` 

use ` `

not ' '

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hanz