simbit18 commented on PR #18608:
URL: https://github.com/apache/nuttx/pull/18608#issuecomment-4133314774
Hi @PruteanuVlad please fix
```
====================================================================================
Configuration/Tool: sim/crypto
2026-03-25 22:54:34
------------------------------------------------------------------------------------
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 % 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
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 36922 0 36922 0 0 51101 0 --:--:-- --:--:-- --:--:--
51101
100 143k 0 143k 0 0 192k 0 --:--:-- --:--:-- --:--:--
560k
100 5740k 0 5740k 0 0 4058k 0 --:--:-- 0:00:01 --:--:--
8255k
cryptosoft.c: In function 'swcr_process':
Error: cryptosoft.c:2057:13: error: implicit declaration of function
'swcr_pbkdf2' [-Werror=implicit-function-declaration]
2057 | swcr_pbkdf2(crp, crd, sw, crp->crp_buf);
| ^~~~~~~~~~~
cryptosoft.c: In function 'swcr_pbkdf2':
Error: cryptosoft.c:2119:21: error: pointer targets in assignment from
'uint8_t *' {aka 'unsigned char *'} to 'caddr_t' {aka 'char *'} differ in
signedness [-Werror=pointer-sign]
2119 | crp_dummy.crp_mac = macbuf;
| ^
Error: cryptosoft.c:2126:48: error: implicit declaration of function 'htonl'
[-Werror=implicit-function-declaration]
2126 | *(uint32_t *)(saltblk + crp->crp_ilen) = htonl(blocknum);
| ^~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:98: cryptosoft.o] Error 1
make[1]: Target 'libcrypto.a' not remade because of errors.
make: *** [tools/LibTargets.mk:95: crypto/libcrypto.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 sim/crypto
====================================================================================
```
--
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]