anchao commented on PR #8997:
URL: https://github.com/apache/nuttx/pull/8997#issuecomment-1504540675
CI break on esp32c6-devkit/coremark
```bash
====================================================================================
Configuration/Tool: esp32c6-devkit/coremark
------------------------------------------------------------------------------------
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
100 475k 100 475k 0 0 715k 0 --:--:-- --:--:-- --:--:--
715k
make: *** [tools/Unix.mk:527: nuttx] Error 2
make: Target 'all' not remade because of errors.
Normalize esp32c6-devkit/coremark
```
tools/Unix.mk
```bash
526 ifeq ($(CONFIG_INTELHEX_BINARY),y)
527 @echo "CP: nuttx.hex"
528 $(Q) $(OBJCOPY) $(OBJCOPYARGS) -O ihex $(BIN) nuttx.hex
529 $(Q) echo nuttx.hex >> nuttx.manifest
530 endif
```
command line:
```bash
riscv64-unknown-elf-objcopy -O ihex nuttx nuttx.hex
```
@acassis @pkarashchenko Any update for the riscv toolchain recently? why
would it fail here
--
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]