Skip to content

armclang: Fix map file generation#111

Merged
rohitmadan07 merged 1 commit intoFreeRTOS:mainfrom
AhmedIsmail02:fix-map-file-gen-on-armclang
Apr 7, 2025
Merged

armclang: Fix map file generation#111
rohitmadan07 merged 1 commit intoFreeRTOS:mainfrom
AhmedIsmail02:fix-map-file-gen-on-armclang

Conversation

@AhmedIsmail02
Copy link
Member

Description

Using --map linker option only will output the map file contents on the terminal without creating a new map file. Hence, adding the --list option which outputs these information to a map file.

Test Steps

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Using `--map` linker option only will output
the map file contents on the terminal without
creating a new file, adding the `--list` option
which outputs these information to a file.

Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com>
@rohitmadan07 rohitmadan07 merged commit bda0d25 into FreeRTOS:main Apr 7, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants