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

cmake: linker: Removed unnecessary regexp in link generator #87112

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

LoveKarlsson
Copy link
Contributor

In the linker script generator there was one error checking construct that used regexp and that ended up in the generated linker file, which caused parsing problems with the IAR linker. It was unnecessary.

@zephyrbot zephyrbot added size: XS A PR changing only a single line of code area: Build System labels Mar 14, 2025
In the linker script generator there was one error checking
construct that used regexp and that ended up in the generated
linker file, which caused parsing problems with the IAR
linker. It was unnecessary. Also updated
common-rom-kernel-devices.ld.

Signed-off-by: Lars-Ove Karlsson <lars-ove.karlsson@iar.com>
@kartben kartben merged commit 4edb8af into zephyrproject-rtos:main Mar 20, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Build System area: Linker Scripts size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants