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

scripts: build: Fix check_init_priorities for ARCMWDT compatibility #62114

Closed

Conversation

kokas-a
Copy link

@kokas-a kokas-a commented Aug 30, 2023

ARCMWDT linker generates extended section names (ex.: .rela.z_init_POST_KERNEL40_0_.__init_k_sys_work_q_init).

Default script "build/check_init_priorities.py" is unable to parse such format. That's why normalization for extended names was added. It cuts extra part of name.

ARCMWDT linker generates extended section names (
ex.: .rela.z_init_POST_KERNEL40_0_.__init_k_sys_work_q_init).

Default stript is unable to parse such format. Thats why
normalization for extended names was added. It cuts extra part of name.

Signed-off-by: Nikolay Agishev <[email protected]>
@kokas-a kokas-a force-pushed the fix_py_script_for_mwdt branch from c176c9d to 2a5b441 Compare August 30, 2023 15:00
@kokas-a kokas-a closed this Aug 30, 2023
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.

1 participant