Page 1 of 1

Project Linker Script for placing component variables from project linker file

Posted: Fri Feb 14, 2025 7:09 pm
by Bryght-Richard
I'd like to add a few pieces of FreeRTOS to my core-dumps.

This documentation shows how I can specify variables to be added to core-dumps, and it works well, but I'd like to capture a few ESP-IDF component variables and managed-component variables to my core-dumps without editing the components directly if possible.

This documentation shows how to create a per-component linker-fragment, but I think what I need is the ability for the root linker fragment to specify athe sections a component's object files or 'a' file should be placed.

Do you know what the syntax/pathing would be to resolve that?