Hi
Refer to this page. I believe that this can solve your problem.
https://github.com/espressif/esp-idf/bl ... through.md
Search found 3 matches
- Sun Apr 03, 2022 9:21 am
- Forum: ESP-IDF
- Topic: creating multiple services in a profile
- Replies: 5
- Views: 14409
- Sun Apr 22, 2018 12:09 pm
- Forum: ESP-IDF
- Topic: xtensa-esp32-elf-ld does not create symbols from binary file
- Replies: 2
- Views: 4453
Re: xtensa-esp32-elf-ld does not create symbols from binary file
You can use objcopy with the following arguments: https://github.com/espressif/esp-idf/blob/4e982d4b185460da4499bfe6e6530e4852eb6b9e/make/component_wrapper.mk#L289 or ask the build system to do that for you: https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html#embeddin...
- Sun Apr 22, 2018 8:59 am
- Forum: ESP-IDF
- Topic: xtensa-esp32-elf-ld does not create symbols from binary file
- Replies: 2
- Views: 4453
xtensa-esp32-elf-ld does not create symbols from binary file
Hi I am working on ESP-WROOM-32 module. I want to embedding a whole binary file ( i.e. all sections + ...) as an array. I know this can be achieved via ld command. I test this approach and it works fine for arm processor and PC (x86_64). with this arm-linux-gnueabihf-ld -r -b binary pproc -o pproc.d...