Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS ld 无法链接对象文件 #1

Open
Steven-nagisa-Y opened this issue Oct 27, 2021 · 3 comments
Open

macOS ld 无法链接对象文件 #1

Steven-nagisa-Y opened this issue Oct 27, 2021 · 3 comments

Comments

@Steven-nagisa-Y
Copy link

章节:第五章
无法链接对象文件:

❯ ld exit.o -o exit -lSystem
ld: library not found for -lSystem

系统:macOS 12.0.1

@amlloc
Copy link

amlloc commented Oct 29, 2021

me too...

@amlloc
Copy link

amlloc commented Oct 29, 2021

章节:第五章 无法链接对象文件:

❯ ld exit.o -o exit -lSystem
ld: library not found for -lSystem

系统:macOS 12.0.1

https://stackoverflow.com/questions/52830484/nasm-cant-link-object-file-with-ld-on-macos-mojave

help for you!

@Steven-nagisa-Y
Copy link
Author

章节:第五章 无法链接对象文件:

❯ ld exit.o -o exit -lSystem
ld: library not found for -lSystem

系统:macOS 12.0.1

https://stackoverflow.com/questions/52830484/nasm-cant-link-object-file-with-ld-on-macos-mojave

help for you!

Thanks! Solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants