You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-
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
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-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 directoryThe text was updated successfully, but these errors were encountered: