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

Link with GCC #2

Open
El-Wumbus opened this issue Jan 14, 2025 · 0 comments
Open

Link with GCC #2

El-Wumbus opened this issue Jan 14, 2025 · 0 comments

Comments

@El-Wumbus
Copy link

You needn't link manually with ld. Everything links and runs fine with GCC so long as you provide the -no-pie flag when linking the .o files:

main: coroutine.o main.o
    gcc -no-pie -o main main.o coroutine.o

I remember you typing -fno-pic on stream instead, which is why it didn't work.

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

1 participant