Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation failure due to improper handling of CAN utils lely-core package #2181

Closed
PwnVerse opened this issue Nov 8, 2023 · 1 comment
Closed

Comments

@PwnVerse
Copy link
Contributor

PwnVerse commented Nov 8, 2023

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.

image

The Makefile in apps/canutils/lely-canopen assumes that the hash is the same and errors out since there's no matching directory

LELYCANOPEN_TARBALL = lely-core-$(LELYCANOPEN_VERSION).tar.gz
LELYCANOPEN_UNPACKNAME = lely-core-master-$(LELYCANOPEN_VERSION)
@xiaoxiang781216
Copy link
Contributor

could you provide patch to fix this?

PwnVerse added a commit to PwnVerse/nuttx-apps that referenced this issue Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants