cs50 / libcs50

This is CS50's Library for C.
https://cs50.readthedocs.io/libraries/cs50/c/
GNU General Public License v3.0
1.66k stars 831 forks source link

Failure on ARM64 systems. #330

Closed dqfan2012 closed 1 month ago

dqfan2012 commented 1 month ago

Add arm64 support for both Linux and MacOs

cc ./main.c -o main
Undefined symbols for architecture arm64:
  "_get_string", referenced from:
      _main in main-462dc2.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
dqfan2012 commented 1 month ago

Nevermind. This fixes it: https://github.com/cs50/libcs50/issues/324