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

add note on using ld #7

Open
gbowne1 opened this issue Mar 20, 2024 · 0 comments
Open

add note on using ld #7

gbowne1 opened this issue Mar 20, 2024 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@gbowne1
Copy link
Owner

gbowne1 commented Mar 20, 2024

I'm assuming that the linker ld is just getting confused here but I tried both capitalized flags and lowercase flags.

This is what it reports on my system.

ld -d says "no input files"
ld -g says "no input files"
ld -i says "no input files"
ld -m says "missing argument to m"
ld -n says "no input files"
ld -q says "no input files"
ld -r says "no input files"
ld -s says "no input files"
ld -t says "no input files"
ld -v reports the version
ld -x says "no input files"

ld -E says "no input files"
ld -G says "no input files"
ld -E says "no input files"
ld -M says "no input files"
ld -N says "no input files"
ld -Q says "no input files"
ld -S says "no input files"
ld -U says "no input files"
ld -V is the same as -v but reports the emulations
ld -X says "no input files"

@gbowne1 gbowne1 added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested labels Mar 21, 2024
@gbowne1 gbowne1 moved this to Todo in ProgrammerNotes Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
Status: Todo
Development

No branches or pull requests

1 participant