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

FAILED: icsim #47

Open
0x4a756a75 opened this issue Feb 14, 2024 · 2 comments
Open

FAILED: icsim #47

0x4a756a75 opened this issue Feb 14, 2024 · 2 comments

Comments

@0x4a756a75
Copy link

Hello All - I am facing this error I have been trying to solve for the last few days. Would someone be able to give me some advice? Thanks.

Screenshot 2024-02-14 at 11 52 08 AM

@PPlaylist
Copy link

lib.o not linking

If lib.o doesn't link it's probably because it's the wrong arch for your platform. To fix this you will want to compile can-utils and copy the newly compiled lib.o to the icsim directory. You can get can-utils from: https://github.com/linux-can/can-utils

git clone https://github.com/linux-can/can-utils
cd can-utils
make
mv lib.o /Icsim
make
done

@0x4a756a75
Copy link
Author

Awesome!
It works, thanks a lot :)

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