question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Icon Request] Support for GNU Linker (ld) file support

See original GitHub issue
  • I’m sure this issue is not a duplicate.

  • I’m submitting an icon request:

    • Type: extension
    • Icon Name: gnu_linker
    • Sample original Icon: Icon Example
    • Extensions: .ld (Capital - .LD)
  • More info: GNU Linker. I chose that icon because I thought that three pieces of a puzzle that need to be put together (like linker does, takes object files and connect them together into a final executable file) is similar to the linker process. The Icon can be converted to svg format.

  • An LD file is a script written in the GNU “linker command language.” It contains one or more commands that are used to configure how input files storing static object code are to be compiled into a single executable program or library for the GNU operating system.

Makefile uses the GNU logo so maybe also use the GNU logo for the linker or create different for each one of them.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
robertohuertasmcommented, Jul 23, 2022

Why are you closing this? There’s a PR in the pipeline already. Let’s wait for it to be merged and close it then.

0reactions
qodroicommented, Jul 23, 2022

I close it as completed, even though the PR has not been merged yet.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using LD, the GNU linker - Command Line Options
Go to the first, previous, next, last section, table of contents. Command Line Options. The linker supports a plethora of command-line options, ...
Read more >
Using LD, the GNU linker - Invocation
This feature permits the linker to link against a file which appears to be an object or an archive, but actually merely defines...
Read more >
ld(1): GNU linker - Linux man page
ld combines a number of object and archive files, relocates their data and ties up symbol references. Usually the last step in compiling...
Read more >
Using LD, the GNU linker - Linker Scripts
You write a linker script as a series of commands. Each command is either a keyword, possibly followed by arguments, or an assignment...
Read more >
The GNU linker
The linker supports a plethora of command-line options, but in actual practice few of them ... This switch requests ld to use the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found