Skip to content

Linking with lld generates warnings #96389

Description

@tpambor

Describe the bug

Compiling with LLVM as part of zephyr sdk 0.18.0-alpha4, lld generates warnings. These warnings have previously been fixed by #71546. It seems that CONFIG_LLVM_USE_LLD is not set even though lld is used to link.

Regression

  • This is a regression.

Steps to reproduce

  1. cd samples/hello_world
  2. west build -b stm32h573i_dk -- -DZEPHYR_TOOLCHAIN_VARIANT=zephyr/llvm

Relevant log output

ld.lld: warning: <internal>:(.symtab) is being placed in '.symtab'
ld.lld: warning: <internal>:(.shstrtab) is being placed in '.shstrtab'
ld.lld: warning: <internal>:(.strtab) is being placed in '.strtab'

Impact

Annoyance – Minor irritation; no significant impact on usability or functionality.

Environment

  • OS: Linux
  • Toolchain: Zephyr SDK v0.18.0-alpha4
  • Version: collab-sdk-dev

Additional Context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

RegressionSomething, which was working, does not anymorearea: ToolchainsToolchainspriority: mediumMedium impact/importance bug

Type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions