fdcavalcanti commented on PR #16733: URL: https://github.com/apache/nuttx/pull/16733#issuecomment-3078728400
> @xiaoxiang781216 @fdcavalcanti This error does not depend on this PR > > ``` > Configuration/Tool: esp32-devkitc/nxlooper > 2025-07-16 12:35:17 > ------------------------------------------------------------------------------------ > Cleaning... > Configuring... > Building NuttX... > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 100 340k 100 340k 0 0 1290k 0 --:--:-- --:--:-- --:--:-- 1290k > > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > > 100 496k 100 496k 0 0 2754k 0 --:--:-- --:--:-- --:--:-- 2754k > Traceback (most recent call last): > File "/usr/local/bin/esptool.py", line 37, in <module> > esptool._main() > File "/usr/local/lib/python3.10/dist-packages/esptool/__init__.py", line 1170, in _main > main() > File "/usr/local/lib/python3.10/dist-packages/esptool/__init__.py", line 983, in main > operation_func(args) > File "/usr/local/lib/python3.10/dist-packages/esptool/cmds.py", line 1097, in elf2image > image.save(args.output) > File "/usr/local/lib/python3.10/dist-packages/esptool/bin_image.py", line 778, in save > assert (f.tell() + 8 + self.ROM_LOADER.BOOTLOADER_FLASH_OFFSET) % ( > AssertionError > make: *** [tools/Unix.mk:559: nuttx] Error 1 > make: Target 'all' not remade because of errors. > [1/1] Normalize esp32-devkitc/nxlooper > ``` Weird.. I can build locally just fine with same esptool and GCC (14.2.0) version. Maybe retry? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org