Alexey Lapshin
Alexey Lapshin
I think using scapy will be good solution. But a bit difficult than ping and libpcap must included on system
Looks like there is a bug in newlib library. Sent a fix https://sourceware.org/pipermail/newlib/2024/021031.html Next IDF's toolchain release will have the fix
> Are there instructions for building xtensa-esp32s3-elf? xtensa-esp32s3-elf is a part of xtensa-esp-elf toolchain. To build refer to .gitlab-ci.yml script https://github.com/espressif/crosstool-NG/blob/esp-1.26.x/.gitlab-ci.yml#L239-L247
@Jason2866 , sorry, I haven't heard about `package.json` until now. Could you please provide some links to documentation that describes what `package.json` is, and what it should contain, where it...
@Jason2866 , please provide more info on the `system` field. Maybe you have a list of supported values. I'm asking because it is not in an expected host triplet format...
@Jason2866 , if I understood correctly, you have to download all archives to extract and parse `package.json`. Then, you can identify which archive corresponds to which system... A question has...
@Jason2866 , I wonder why you guys want to have `system` and `version` in package.json Just run `xtensa-esp32-elf-gcc --version` from the package. And you will know: 1. If binary is...
Sorry, but I don't fully understand the use case and motivation of having `package.json` in an archive. I just executed `strace pio pkg install --global --tool "espressif/toolchain-xtensa-esp32"` and see from...
@Jason2866 , please check [the latest release](https://github.com/espressif/crosstool-NG/releases/tag/esp-13.2.0_20240530). Is it good now or some changes are required?