Ivan Grokhotkov
Ivan Grokhotkov
> The tests disable alignment on esp-idf version
The bugfix part has been merged into master, thanks @8785benjamin! Disassembler part coming in soon as well.
Assembler on its own doesn't support C preprocesor directives like `#include`. When you compile an assembly source file using GCC, there is an option to automatically run the source file...
Could you please describe what you are trying to do? What is the contents of test.c? What command are you running to compile it?
We are now releasing GDB separately from the rest of the toolchain, to allow more frequent updates. You can find GDB releases here: https://github.com/espressif/binutils-gdb/releases
@ThomasWaldmann What arguments are you passing to ./configure?
The steps for Windows are same as for other OSes: download the toolchain, add it into PATH (https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/ulp.html#installing-the-toolchain). Support for ULP programs is present in ESP-IDF, please refer to system/ulp...
@michael-sayapin could you please attach the ELF file which has this issue?
Another option for you to consider is sending it to me (ivan at espressif).
Thank you for sharing the ELF file @michael-sayapin. Upon a brief look, it seems that there are two issues here: 1. ESP32 and ESP32-S3 builds of objdump interpret the padding...