acassis commented on PR #18509:
URL: https://github.com/apache/nuttx/pull/18509#issuecomment-4026838914
@neilberkman nice work, please fix this issue:
```
Configuration/Tool: nucleo-h743zi/nxboot-loader,CONFIG_ARM_TOOLCHAIN_CLANG
2026-03-08 22:18:56
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
Error: loader/flash.c:140:54: error: format specifies type 'long' but the
argument has type 'off_t' (aka 'int') [-Werror,-Wformat]
140 | syslog(LOG_ERR, "Could not seek to %ld: %s\n", off,
strerror(errno));
| ~~~ ^~~
| %d
Error: loader/flash.c:148:15: error: format specifies type 'long' but the
argument has type 'off_t' (aka 'int') [-Werror,-Wformat]
147 | syslog(LOG_ERR, "Write to offset %ld failed %s\n",
| ~~~
| %d
148 | off, strerror(errno));
| ^~~
Error: loader/flash.c:198:54: error: format specifies type 'long' but the
argument has type 'off_t' (aka 'int') [-Werror,-Wformat]
198 | syslog(LOG_ERR, "Could not seek to %ld: %s\n", off,
strerror(errno));
| ~~~ ^~~
| %d
Error: loader/flash.c:205:59: error: format specifies type 'long' but the
argument has type 'off_t' (aka 'int') [-Werror,-Wformat]
205 | syslog(LOG_ERR, "Read from offset %ld failed %s\n", off,
| ~~~ ^~~
| %d
4 errors generated.
make[2]: *** [/github/workspace/sources/apps/Application.mk:239:
loader/flash.c.github.workspace.sources.apps.boot.nxboot.o] Error 1
Error: nxboot_main.c:132:17: error: passing an object that undergoes default
argument promotion to 'va_start' has undefined behavior [-Werror,-Wvarargs]
132 | va_start(arg, type);
| ^
nxboot_main.c:127:43: note: parameter of type 'enum progress_type_e' is
declared here
127 | void nxboot_progress(enum progress_type_e type, ...)
| ^
1 error generated.
make[2]: *** [/github/workspace/sources/apps/Application.mk:330:
nxboot_main.c.github.workspace.sources.apps.boot.nxboot.o] Error 1
make[2]: Target 'all' not remade because of errors.
make[1]: *** [Makefile:54: /github/workspace/sources/apps/boot/nxboot_all]
Error 2
make[1]: Target 'all' not remade because of errors.
make: *** [tools/LibTargets.mk:248:
/github/workspace/sources/apps/libapps.a] Error 2
make: Target 'all' not remade because of errors.
/github/workspace/sources/nuttx/tools/testbuild.sh: line 385:
/github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or
directory
[1/1] Normalize nucleo-h743zi/nxboot-loader
```
@neilberkman do you have plans to participate of the GSoC and contribute the
two partitions support to NXBoot?
https://cwiki.apache.org/confluence/display/COMDEV/GSoC+2026+Ideas+list
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]