crust icon indicating copy to clipboard operation
crust copied to clipboard

Linking example assembly fails when using PIE

Open ibrahimelaradi opened this issue 9 months ago • 0 comments

Great work on this repo, it's quite motivating to see local devs taking on such cool and challenging projects, would love to contribute some day if I get the chance to

According to the README file, it is mentioned that the command cc -o bin out.s can be used to link the assembly to a binary, but it always fails without passing the -no-pie flag (at least in my env)

Maybe consider adding it in the docs to avoid confusion?

ibrahimelaradi avatar May 02 '24 12:05 ibrahimelaradi