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

packchk: check if it reports missing startup, etc. #1733

Open
ReinhardKeil opened this issue Sep 2, 2024 · 0 comments
Open

packchk: check if it reports missing startup, etc. #1733

ReinhardKeil opened this issue Sep 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ReinhardKeil
Copy link
Collaborator

The Problem To Be Solved

Automatic linker script generation relies on startup and uninit memory attributes.

Decide if we need to enhance packchk to report missing/duplicate attributes for memory regions such as:

  • when no rx region has startup
  • when no rw region has uninit
  • when 2 or more rx regions have startup
  • when 2 or more rw regions have uninit
@ReinhardKeil ReinhardKeil added the enhancement New feature or request label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant