simbit18 commented on PR #18544:
URL: https://github.com/apache/nuttx/pull/18544#issuecomment-4066991333

   Hi @eren-terzioglu, please fix
   
   ```
   
====================================================================================
   Configuration/Tool: esp32p4-function-ev-board/crypto
   2026-03-16 11:15:10
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Building NuttX...
   common/espressif/esp_crypto.c: In function 'esp_process':
   Error: common/espressif/esp_crypto.c:666:19: error: implicit declaration of 
function 'aes_cypher' [-Wimplicit-function-declaration]
     666 |             err = aes_cypher(crp->crp_dst, crp->crp_buf, 
crd->crd_len,
         |                   ^~~~~~~~~~
   Error: common/espressif/esp_crypto.c:668:30: error: 'AES_MODE_CBC' 
undeclared (first use in this function)
     668 |                              AES_MODE_CBC, crd->crd_flags & 
CRD_F_ENCRYPT);
         |                              ^~~~~~~~~~~~
   common/espressif/esp_crypto.c:668:30: note: each undeclared identifier is 
reported only once for each function it appears in
   Error: common/espressif/esp_crypto.c:684:30: error: 'AES_MODE_CTR' 
undeclared (first use in this function)
     684 |                              AES_MODE_CTR, crd->crd_flags & 
CRD_F_ENCRYPT);
         |                              ^~~~~~~~~~~~
   make[1]: *** [Makefile:144: esp_crypto.o] Error 1
   make[1]: Target 'libarch.a' not remade because of errors.
   make: *** [tools/LibTargets.mk:170: arch/risc-v/src/libarch.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 esp32p4-function-ev-board/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]

Reply via email to