PwnVerse opened a new issue, #2181: URL: https://github.com/apache/nuttx-apps/issues/2181
Compilation fails when a board configuration (tested out with config `raspberrypi-pico-w:nsh`) with CAN support enabled from Application configuration of the menuconfig with the following logs- ```sh make -j20 Create version.h LN: platform/board to /home/ritvik/Desktop/Files/Fuzzing_RTOS_Applications/Ported_Applications/nuttxspace/apps/platform/dummy Unpacking: lely-core-a2ecf70b76a42c25c5338d86e85250bf16fd7023.tar.gz -> lely-core-master-a2ecf70b76a42c25c5338d86e85250bf16fd7023 mv: cannot stat 'lely-core-master-a2ecf70b76a42c25c5338d86e85250bf16fd7023': No such file or directory ``` On inspection in the directory where the lely package is unpacked, it is observed that the package hash is different from the tar hash.  The Makefile in `apps/canutils/lely-canopen` assumes that the hash is the same and errors out since there's no matching directory ```sh LELYCANOPEN_TARBALL = lely-core-$(LELYCANOPEN_VERSION).tar.gz LELYCANOPEN_UNPACKNAME = lely-core-master-$(LELYCANOPEN_VERSION) ``` -- 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]
